HomeSort by relevance Sort by last modified time
    Searched refs:REQUEST_UNINSTALL (Results 1 - 3 of 3) sorted by null

  /development/samples/ApiDemos/src/com/example/android/apis/content/
InstallApk.java 53 static final int REQUEST_UNINSTALL = 2;
84 } else if (requestCode == REQUEST_UNINSTALL) {
143 startActivityForResult(intent, REQUEST_UNINSTALL);
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/device/apps/
AppManagementActivity.java 52 private static final int REQUEST_UNINSTALL = 1;
131 case REQUEST_UNINSTALL:
281 mUninstallManager.uninstall(REQUEST_UNINSTALL);
  /packages/apps/Settings/src/com/android/settings/applications/
InstalledAppDetails.java 191 public static final int REQUEST_UNINSTALL = 1;
549 if (requestCode == REQUEST_UNINSTALL) {
    [all...]

Completed in 414 milliseconds