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

  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/tests/
EclipseTestCollector.java 118 String packagePath = dotPath.substring(index);
119 return Class.forName(packagePath);
  /cts/tools/host/src/com/android/cts/
TestPackage.java 671 String packagePath = null;
673 packagePath = HostConfig.getInstance().getCaseRepository()
676 return packagePath;
686 String packagePath = getFullPath(packageBinaryName);
690 if (packagePath != null) {
691 installAPK(packagePath);
716 String packagePath = getFullPath(testPkgBinaryName);
719 if ((packagePath != null) && HostUtils.isFileExist(packagePath)) {
776 * @param packagePath path to the package
    [all...]
HostConfig.java 619 * @param packagePath The package path.
622 private String getPackageBinaryName(String packagePath) {
623 return packagePath.substring(packagePath.lastIndexOf(File.separator) + 1,
624 packagePath.lastIndexOf("."));
660 * @param packagePath The package to be added.
663 public boolean addPackage(String packagePath) throws FileNotFoundException,
665 ZipFile zipFile = new ZipFile(packagePath);
691 String packageName = getPackageBinaryName(packagePath);
733 * check if the packagePath is valid against the case repositor
    [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
DictionaryFactory.java 115 final File packagePath = new File(sourceDir);
117 if (!packagePath.isFile()) {
  /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/builders/
PreCompilerBuilder.java     [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newproject/
ApplicationInfoPage.java 774 public static String suggestTestPackage(String packagePath) {
775 if (packagePath == null) {
776 packagePath = ""; //$NON-NLS-1$
778 return packagePath + ".test"; //$NON-NLS-1$
  /sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/internal/project/
ProjectCreator.java 231 final String packagePath =
237 keywords.put(PH_JAVA_FOLDER, packagePath);
    [all...]
  /frameworks/base/services/java/com/android/server/pm/
PackageManagerService.java     [all...]

Completed in 88 milliseconds