Searched refs:REQUEST_UNINSTALL (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Settings/src/com/android/settings/applications/
H A DInstalledAppDetails.java187 public static final int REQUEST_UNINSTALL = 1; field in class:InstalledAppDetails
520 if (requestCode == REQUEST_UNINSTALL) {
1194 startActivityForResult(uninstallIntent, REQUEST_UNINSTALL);

Completed in 29 milliseconds