Home
last modified time | relevance | path

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

/packages/apps/TvSettings/Settings/src/com/android/tv/settings/device/apps/
DAppManagementFragment.java46 private static final int REQUEST_UNINSTALL = 1; field in AppManagementFragment
125 case REQUEST_UNINSTALL: in onActivityResult()
322 startActivityForResult(uninstallIntent, REQUEST_UNINSTALL); in launchUninstall()
/packages/apps/Settings/src/com/android/settings/applications/
DInstalledAppDetails.java130 public static final int REQUEST_UNINSTALL = 0; field in InstalledAppDetails
482 if (requestCode == REQUEST_UNINSTALL) { in onActivityResult()
678 startActivityForResult(uninstallIntent, REQUEST_UNINSTALL);