HomeSort by relevance Sort by last modified time
    Searched defs:sendBroadcast (Results 1 - 25 of 30) sorted by null

1 2

  /cts/hostsidetests/devicepolicy/app/DeviceOwner/src/com/android/cts/deviceowner/
ExampleIntentReceivingActivity1.java 30 sendBroadcast(new Intent(CONFIRM_ACTION));
ExampleIntentReceivingActivity2.java 30 sendBroadcast(new Intent(CONFIRM_ACTION));
ApplicationRestrictionActivity.java 58 sendBroadcast(intent);
79 sendBroadcast(new Intent(REGISTERED_ACTION));
LockTaskUtilityActivity.java 44 sendBroadcast(new Intent(CREATE_ACTION));
50 sendBroadcast(new Intent(DESTROY_ACTION));
56 sendBroadcast(new Intent(RESUME_ACTION));
62 sendBroadcast(new Intent(PAUSE_ACTION));
80 sendBroadcast(new Intent(INTENT_ACTION));
LockTaskTest.java 92 sendBroadcast(new Intent(RECEIVING_ACTIVITY_CREATED_ACTION));
  /cts/tests/tests/permission/src/android/permission/cts/
RebootPermissionTest.java 42 mContext.sendBroadcast(new Intent(Intent.ACTION_REBOOT));
  /development/samples/Support4Demos/src/com/example/android/supportv4/content/
LocalServiceBroadcaster.java 123 mLocalBroadcastManager.sendBroadcast(intent);
141 mLocalBroadcastManager.sendBroadcast(new Intent(ACTION_STARTED));
155 mLocalBroadcastManager.sendBroadcast(new Intent(ACTION_STOPPED));
  /external/chromium_org/chrome/android/shell/java/src/org/chromium/chrome/shell/
ChromeShellApplication.java 61 public void sendBroadcast(Intent intent) {
67 if (shouldFire) super.sendBroadcast(intent);
  /development/apps/Development/src/com/android/development/
MediaScannerActivity.java 123 sendBroadcast(new Intent(Intent.ACTION_MEDIA_MOUNTED, Uri.parse("file://"
  /external/chromium_org/ui/android/java/src/org/chromium/ui/base/
WindowAndroid.java 182 public void sendBroadcast(Intent intent) {
183 mApplicationContext.sendBroadcast(intent);
SelectFileDialog.java 215 window.sendBroadcast(new Intent(
  /cts/tests/tests/content/src/android/content/cts/
BroadcastReceiverTest.java 142 activity.sendBroadcast(new Intent(ACTION_BROADCAST_INTERNAL));
213 activity.sendBroadcast(new Intent(ACTION_BROADCAST_INTERNAL));
223 activity.sendBroadcast(new Intent(ACTION_BROADCAST_INTERNAL));
ContextWrapperTest.java 654 mContextWrapper.sendBroadcast(new Intent(ResultReceiver.MOCK_ACTION));
669 mContextWrapper.sendBroadcast(new Intent(ResultReceiver.MOCK_ACTION), null);
    [all...]
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/bluetooth/
BleAdvertiserService.java 197 sendBroadcast(new Intent(BLE_ADV_NOT_SUPPORT));
217 sendBroadcast(new Intent(BLE_START_ADVERTISE));
220 sendBroadcast(new Intent(BLE_STOP_ADVERTISE));
229 sendBroadcast(new Intent(BLE_START_POWER_LEVEL));
232 sendBroadcast(new Intent(BLE_STOP_POWER_LEVEL));
239 sendBroadcast(new Intent(BLE_START_SCANNABLE));
246 sendBroadcast(new Intent(BLE_START_UNSCANNABLE));
249 sendBroadcast(new Intent(BLE_STOP_SCANNABLE));
252 sendBroadcast(new Intent(BLE_STOP_UNSCANNABLE));
  /developers/build/prebuilts/gradle/Notifications/Application/src/main/java/com/example/android/support/wearable/notifications/
MainActivity.java 193 sendBroadcast(new Intent(NotificationIntentReceiver.ACTION_DISABLE_MESSAGES)
215 sendBroadcast(new Intent(NotificationIntentReceiver.ACTION_ENABLE_MESSAGES)
  /developers/samples/android/wearable/wear/Notifications/Application/src/main/java/com/example/android/support/wearable/notifications/
MainActivity.java 193 sendBroadcast(new Intent(NotificationIntentReceiver.ACTION_DISABLE_MESSAGES)
215 sendBroadcast(new Intent(NotificationIntentReceiver.ACTION_ENABLE_MESSAGES)
  /development/samples/browseable/Notifications/Application/src/com.example.android.support.wearable.notifications/
MainActivity.java 193 sendBroadcast(new Intent(NotificationIntentReceiver.ACTION_DISABLE_MESSAGES)
215 sendBroadcast(new Intent(NotificationIntentReceiver.ACTION_ENABLE_MESSAGES)
  /development/samples/training/basic/ActivityLifecycle/libs/
android-support-v13.jar 
  /development/samples/training/multiscreen/newsreader/libs/
android-support-v4.jar 
  /external/chromium_org/third_party/libaddressinput/src/java/
android.jar 
  /development/samples/training/AnimationsDemo/libs/
android-support-v13.jar 
  /development/samples/training/basic/FragmentBasics/libs/
android-support-v4.jar 
  /development/samples/training/location-aware/libs/
android-support-v4.jar 
  /development/samples/ControllerSample/libs/
android-support-v4.jar 
  /development/samples/training/ContactsList/libs/
android-support-v4.jar 

Completed in 325 milliseconds

1 2