Home | History | Annotate | Download | only in cts

Lines Matching full:packagename

724     private void uninstallAPK(final String packageName) throws DeviceDisconnectedException,
726 Log.d("Uninstall: " + packageName);
727 mDevice.uninstallAPK(packageName);
949 * @param packageName
951 private void killDeviceProcess(final String packageName) {
952 mDevice.killProcess(packageName);