HomeSort by relevance Sort by last modified time
    Searched defs:putExtra (Results 151 - 175 of 1282) sorted by null

1 2 3 4 5 67 8 91011>>

  /packages/apps/Settings/tests/robotests/src/com/android/settings/enterprise/
ActionDisabledByAdminDialogTest.java 49 intent.putExtra(DevicePolicyManager.EXTRA_DEVICE_ADMIN, component);
50 intent.putExtra(Intent.EXTRA_USER_ID, userId);
67 intent.putExtra(DevicePolicyManager.EXTRA_RESTRICTION, restriction);
  /packages/apps/Settings/tests/robotests/src/com/android/settings/fuelgauge/
BatterySaverReceiverTest.java 53 intent.putExtra(BatteryManager.EXTRA_PLUGGED, BatteryManager.BATTERY_PLUGGED_AC);
63 intent.putExtra(BatteryManager.EXTRA_PLUGGED, 0);
  /packages/apps/Settings/tests/robotests/src/com/android/settings/search/
ResultPayloadTest.java 39 intent.putExtra(EXTRA_KEY, EXTRA_VALUE);
  /packages/apps/StorageManager/src/com/android/storagemanager/automatic/
NotificationController.java 168 noThanksIntent.putExtra(INTENT_EXTRA_ID, NOTIFICATION_ID);
176 activateIntent.putExtra(INTENT_EXTRA_ID, NOTIFICATION_ID);
183 dismissIntent.putExtra(INTENT_EXTRA_ID, NOTIFICATION_ID);
189 contentIntent.putExtra(INTENT_EXTRA_ID, NOTIFICATION_ID);