HomeSort by relevance Sort by last modified time
    Searched defs:apkFile (Results 1 - 8 of 8) sorted by null

  /cts/tools/tradefed-host/src/com/android/cts/tradefed/device/
DeviceInfoCollector.java 50 File apkFile = new File(testApkDir, String.format("%s.apk", APK_NAME));
51 if (!apkFile.exists()) {
52 Log.e(LOG_TAG, String.format("Could not find %s", apkFile.getAbsolutePath()));
58 instrTest.setInstallFile(apkFile);
  /cts/tools/tradefed-host/src/com/android/cts/tradefed/build/
CtsBuildHelper.java 107 File apkFile = new File(getTestCasesDir(), appFileName);
108 if (!apkFile.exists()) {
110 apkFile.getAbsolutePath()));
112 return apkFile;
  /frameworks/base/packages/DefaultContainerService/src/com/android/defcontainer/
DefaultContainerService.java 179 final File apkFile = new File(packagePath);
180 if (!apkFile.exists()) {
203 final File apkFile = new File(packageUri.getPath());
205 return isUnderInternalThreshold(apkFile, isForwardLocked, threshold);
214 final File apkFile = new File(packageUri.getPath());
216 return isUnderExternalThreshold(apkFile, isForwardLocked);
722 final File apkFile = new File(archiveFilePath);
727 fitsOnInternal = isUnderInternalThreshold(apkFile, isForwardLocked, threshold);
736 fitsOnSd = isUnderExternalThreshold(apkFile, isForwardLocked);
776 * @param apkFile file to chec
    [all...]
  /cts/tools/tradefed-host/src/com/android/cts/tradefed/testtype/
CtsTest.java 693 File apkFile = mCtsBuild.getTestApp(apkName);
694 String errorCode = getDevice().installPackage(apkFile, true);
  /packages/apps/Settings/src/com/android/settings/applications/
ApplicationsState.java 90 final File apkFile;
119 apkFile = new File(info.sourceDir);
129 if (!this.apkFile.exists()) {
142 if (this.apkFile.exists()) {
153 if (this.apkFile.exists()) {
    [all...]
  /frameworks/base/services/java/com/android/server/
BackupManagerService.java     [all...]
  /prebuilts/devtools/tools/lib/
sdklib.jar 
  /prebuilts/misc/common/tradefed/
tradefed-prebuilt.jar 

Completed in 137 milliseconds