HomeSort by relevance Sort by last modified time
    Searched refs:uninstallAPK (Results 1 - 4 of 4) sorted by null

  /cts/tools/host/src/com/android/cts/
ReferenceAppTestPackage.java 105 device.uninstallAPK(getAppPackageName());
109 device.uninstallAPK(packageUnderTest);
TestPackage.java 720 uninstallAPK(appNameSpace);
723 uninstallAPK(targetNameSpace);
731 private void uninstallAPK(final String packageName) throws DeviceDisconnectedException,
734 mDevice.uninstallAPK(packageName);
    [all...]
SignatureCheckPackage.java 124 device.uninstallAPK(CHECK_API_APP_PACKAGE_NAME);
TestDevice.java 309 uninstallAPK(DEVICE_SETUP_APP_PACKAGE_NAME);
1025 public void uninstallAPK(String packageName) throws DeviceDisconnectedException,
    [all...]

Completed in 50 milliseconds