public AirPlaneList(String path) { nameList = new ArrayList(); pathList = new ArrayList(); AirPlaneListFile aplf = new AirPlaneListFile(this, path); }
public AirPlaneList(Uri codeBase, String path) { nameList = new ArrayList(); pathList = new ArrayList(); AirPlaneListFile aplf = new AirPlaneListFile(this, codeBase, path); }