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

  /tools/tradefederation/core/src/com/android/tradefed/targetprep/
AllTestAppsInstallSetup.java 109 installApk(f, device);
124 void installApk(File appFile, ITestDevice device) throws TargetSetupError,
InstallAllTestZipAppsSetup.java 145 installApk(f, device);
181 void installApk(File appFile, ITestDevice device)
  /cts/hostsidetests/security/src/android/security/cts/
AdbUtils.java 141 public static String installApk(String pathToApk, ITestDevice device) throws Exception {
  /cts/tests/tests/appwidget/src/android/appwidget/cts/
UpdateProviderInfoTest.java 80 installApk(APK_V1);
94 installApk(APK_V1);
103 installApk(APK_V2);
114 installApk(APK_V1);
121 installApk(APK_V3);
162 private void installApk(String path) throws Exception {
  /external/vogar/src/vogar/android/
InstallApkTask.java 57 installApk(action, apk);
137 private void installApk(Action action, File apkSigned) {
  /tools/tradefederation/core/tests/src/com/android/tradefed/targetprep/
AllTestAppsInstallSetupTest.java 104 mPrep.installApk(new File("TEST"), mMockTestDevice);
InstallAllTestZipAppsSetupTest.java 185 mPrep.installApk(new File(file), mMockTestDevice);
208 mPrep.installApk(new File(file), mMockTestDevice);
  /frameworks/base/services/backup/java/com/android/server/backup/utils/
RestoreUtils.java 70 public static boolean installApk(InputStream instream, Context context,
  /external/conscrypt/benchmark-android/
vogar.jar 

Completed in 1415 milliseconds