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

/packages/apps/TvSettings/Settings/src/com/android/tv/settings/device/apps/
H A DAppManagementFragment.java48 private static final int REQUEST_UNINSTALL = 1; field in class:AppManagementFragment
127 case REQUEST_UNINSTALL:
341 startActivityForResult(uninstallIntent, REQUEST_UNINSTALL);
/packages/apps/Settings/src/com/android/settings/applications/
H A DInstalledAppDetails.java129 public static final int REQUEST_UNINSTALL = 0; field in class:InstalledAppDetails
487 case REQUEST_UNINSTALL:
684 startActivityForResult(uninstallIntent, REQUEST_UNINSTALL);

Completed in 62 milliseconds