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

  /cts/tools/host/src/com/android/cts/
TestPackage.java 691 installAPK(packagePath);
693 installAPK(targetApkPath);
743 private void installAPK(final String apkPath) throws DeviceDisconnectedException,
745 Log.d("installAPK " + apkPath + " ...");
746 mDevice.installAPK(apkPath);
748 Log.d("installAPK " + apkPath + " finish");
    [all...]
TestDevice.java 336 installAPK(apkPath);
966 public void installAPK(final String apkPath) throws DeviceDisconnectedException,
    [all...]

Completed in 538 milliseconds