HomeSort by relevance Sort by last modified time
    Searched refs:apkFile (Results 1 - 9 of 9) 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);
  /frameworks/base/core/java/com/android/internal/content/
NativeLibraryHelper.java 39 * @param apkFile APK file to scan for native libraries
42 public static long sumNativeBinariesLI(File apkFile) {
45 return nativeSumNativeBinaries(apkFile.getPath(), cpuAbi, cpuAbi2);
54 * @param apkFile APK file to scan for native libraries
59 public static int copyNativeBinariesIfNeededLI(File apkFile, File sharedLibraryDir) {
62 return nativeCopyNativeBinaries(apkFile.getPath(), sharedLibraryDir.getPath(), cpuAbi,
  /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...]
  /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...]
  /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);
  /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 542 milliseconds