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

  /tools/motodev/src/plugins/android/src/com/motorola/studio/android/adt/
InstallPackageBean.java 24 private String packagePath = null;
30 return packagePath;
33 public void setPackagePath(String packagePath)
35 this.packagePath = packagePath;
  /tools/motodev/src/plugins/android/src/com/motorola/studio/android/wizards/installapp/
DeployWizard.java 35 private String packagePath = null;
59 * @param packagePath Location of the package containing the application
61 public DeployWizard(String packagePath)
63 this.packagePath = packagePath;
88 page = new DeployWizardPage(packagePath, selectMessage, browseButtonText, packagetext);
116 packagePath = page.getPackagePath();
122 return packagePath;
DeployWizardPage.java 255 String packagePath = fileChooser.getText();
257 if (isValidPackage(packagePath))
271 * @param packagePath
274 private boolean isValidPackage(String packagePath)
277 Path path = new Path(packagePath);
312 result = isPackageSigned(packagePath);
327 * @param packagePath
330 private synchronized boolean isPackageSigned(String packagePath)
342 jar = new JarFile(packagePath, false);
384 + packagePath, e)
    [all...]
UninstallAppWizardPage.java 137 String packagePath = availablePackages.get(packageName);
138 if (!filterSystem || !packagePath.toLowerCase().contains("system")) //$NON-NLS-1$
142 item.setText(1, packagePath.contains("system") //$NON-NLS-1$
  /frameworks/base/core/java/com/android/internal/app/
IMediaContainerService.aidl 31 PackageInfoLite getMinimalPackageInfo(in String packagePath, in int flags, in long threshold);
39 long calculateInstalledSize(in String packagePath, boolean isForwardLocked);
  /tools/motodev/src/plugins/android/src/com/motorola/studio/android/wizards/monkey/
MonkeyConfigurationTabTable.java 67 String packagePath = null;
73 packagePath = availablePackages.get(packageName);
74 if (!monkeyWizardPage.isFilterSystem() || !packagePath.toLowerCase().contains("system"))
79 item.setText(1, packagePath.contains("system")
  /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);
  /external/antlr/antlr-3.4/gunit/src/main/resources/org/antlr/gunit/
junit.stg 31 hasPackage,packagePath,lexerPath,parserPath,treeParserPath,isTreeGrammar) ::= <<
40 <if(hasPackage)><\t><\t>this.packagePath = "<packagePath>";<endif>
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
DictionaryFactory.java 109 final File packagePath = new File(sourceDir);
111 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()));
  /external/antlr/antlr-3.4/gunit/src/main/java/org/antlr/gunit/
gUnitBaseTest.java 52 public String packagePath;
71 if ( !testInputFile.exists() && packagePath!=null ) {
72 testInputFile = new File(packagePath, filePath);
162 if ( !testInputFile.exists() && packagePath!=null ) {
163 testInputFile = new File(packagePath, filePath);
308 if ( !testInputFile.exists() && packagePath!=null ) {
309 testInputFile = new File(packagePath, filePath);
JUnitCodeGen.java 138 String packagePath = null;
144 packagePath = "./"+grammarInfo.getGrammarPackage().replace('.', '/');
170 classHeaderST.setAttribute("packagePath", packagePath);
  /frameworks/base/core/java/com/android/internal/content/
PackageHelper.java 210 public static int extractPublicFiles(String packagePath, File publicZipFile)
226 final ZipFile privateZip = new ZipFile(packagePath);
  /frameworks/base/packages/DefaultContainerService/src/com/android/defcontainer/
DefaultContainerService.java 158 public PackageInfoLite getMinimalPackageInfo(final String packagePath, int flags,
162 if (packagePath == null) {
163 Slog.i(TAG, "Invalid package file " + packagePath);
171 PackageParser.PackageLite pkg = PackageParser.parsePackageLite(packagePath, 0);
175 final File apkFile = new File(packagePath);
191 packagePath, flags, threshold);
264 public long calculateInstalledSize(String packagePath, boolean isForwardLocked)
266 final File packageFile = new File(packagePath);
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newproject/
ApplicationInfoPage.java 803 public static String suggestTestPackage(String packagePath) {
804 if (packagePath == null) {
805 packagePath = ""; //$NON-NLS-1$
807 return packagePath + ".test"; //$NON-NLS-1$
  /sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/internal/project/
ProjectCreator.java 230 final String packagePath =
236 keywords.put(PH_JAVA_FOLDER, packagePath);
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/builders/
PreCompilerBuilder.java     [all...]
  /frameworks/base/services/java/com/android/server/pm/
PackageManagerService.java     [all...]
  /external/antlr/antlr-3.4/lib/
antlr-3.4-complete.jar 
  /prebuilts/misc/common/antlr/
antlr-3.4-complete.jar 

Completed in 963 milliseconds