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

  /cts/hostsidetests/theme/
android_device.py 61 def installApk(self, apkPath):
  /cts/hostsidetests/security/src/android/security/cts/
AdbUtils.java 99 public static String installApk(String pathToApk, ITestDevice device) throws Exception {
  /tools/tradefederation/core/src/com/android/tradefed/targetprep/
AllTestAppsInstallSetup.java 109 installApk(f, device);
124 void installApk(File appFile, ITestDevice device) throws TargetSetupError,
  /external/vogar/src/vogar/android/
InstallApkTask.java 56 installApk(action, apk);
134 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);
  /frameworks/base/services/backup/java/com/android/server/backup/
BackupManagerService.java     [all...]

Completed in 6993 milliseconds