HomeSort by relevance Sort by last modified time
    Searched refs:packagePath (Results 1 - 6 of 6) sorted by null

  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/tests/
EclipseTestCollector.java 102 String packagePath = dotPath.substring(index);
103 return Class.forName(packagePath);
  /cts/tools/host/src/com/android/cts/
TestPackage.java 664 String packagePath = null;
666 packagePath = HostConfig.getInstance().getCaseRepository()
669 return packagePath;
679 String packagePath = getFullPath(packageBinaryName);
683 if (packagePath != null) {
684 installAPK(packagePath);
709 String packagePath = getFullPath(testPkgBinaryName);
712 if ((packagePath != null) && HostUtils.isFileExist(packagePath)) {
769 * @param packagePath path to the package
    [all...]
HostConfig.java 573 * @param packagePath The package path.
576 private String getPackageBinaryName(String packagePath) {
577 return packagePath.substring(packagePath.lastIndexOf(File.separator) + 1,
578 packagePath.lastIndexOf("."));
614 * @param packagePath The package to be added.
617 public boolean addPackage(String packagePath) throws FileNotFoundException,
619 ZipFile zipFile = new ZipFile(packagePath);
645 String packageName = getPackageBinaryName(packagePath);
687 * check if the packagePath is valid against the case repositor
    [all...]
  /development/tools/idegen/src/
Configuration.java 187 String packagePath = packageName.replace('.', File.separatorChar);
190 if (!parentPath.endsWith(packagePath)) {
196 0, parentPath.length() - packagePath.length()));
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/
PreCompilerBuilder.java     [all...]
  /sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/internal/project/
ProjectCreator.java 256 final String packagePath =
262 keywords.put(PH_JAVA_FOLDER, packagePath);
    [all...]

Completed in 527 milliseconds