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

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

Completed in 230 milliseconds