HomeSort by relevance Sort by last modified time
    Searched refs:REQUEST_UNINSTALL (Results 1 - 6 of 6) 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/Settings/tests/robotests/src/com/android/settings/fuelgauge/
AppButtonsPreferenceControllerTest.java 75 private static final int REQUEST_UNINSTALL = 0;
123 REQUEST_UNINSTALL, REQUEST_REMOVE_DEVICE_ADMIN));
290 verify(mFragment).startActivityForResult(any(), eq(REQUEST_UNINSTALL));
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/device/apps/
AppManagementFragment.java 61 private static final int REQUEST_UNINSTALL = 1;
140 case REQUEST_UNINSTALL:
179 ? REQUEST_UNINSTALL : REQUEST_UNINSTALL_UPDATES);
  /packages/apps/Settings/src/com/android/settings/fuelgauge/
AdvancedPowerUsageDetail.java 87 private static final int REQUEST_UNINSTALL = 0;
318 mUserManager, mPackageManager, REQUEST_UNINSTALL, REQUEST_REMOVE_DEVICE_ADMIN);
  /packages/apps/Settings/src/com/android/settings/applications/
InstalledAppDetails.java 136 public static final int REQUEST_UNINSTALL = 0;
549 case REQUEST_UNINSTALL:
    [all...]
  /packages/apps/Settings/tests/robotests/src/com/android/settings/applications/
InstalledAppDetailsTest.java 426 mAppDetail.onActivityResult(InstalledAppDetails.REQUEST_UNINSTALL, 0, mock(Intent.class));

Completed in 211 milliseconds