HomeSort by relevance Sort by last modified time
    Searched defs:sendBroadcast (Results 76 - 100 of 253) sorted by null

1 2 34 5 6 7 8 91011

  /packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
ComponentContextFixture.java 274 public void sendBroadcast(Intent intent) {
279 public void sendBroadcast(Intent intent, String receiverPermission) {
  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
ContactsActor.java 393 public void sendBroadcast(Intent intent, String receiverPermission) {
598 public void sendBroadcast(Intent intent) {
599 mOverallContext.sendBroadcast(intent);
603 public void sendBroadcast(Intent intent, String receiverPermission) {
604 mOverallContext.sendBroadcast(intent, receiverPermission);
  /cts/tests/JobScheduler/src/android/jobscheduler/cts/
DeviceIdleJobsTest.java 221 mContext.sendBroadcast(cancelJobsIntent);
222 mContext.sendBroadcast(new Intent(TestActivity.ACTION_FINISH_ACTIVITY));
251 mContext.sendBroadcast(scheduleJobIntent);
  /development/apps/Development/src/com/android/development/
BadBehaviorActivity.java 135 context.sendBroadcast(new Intent(BROADCAST_FLOOD));
280 sendBroadcast(new Intent(BROADCAST_FLOOD));
  /external/androidplot/AndroidPlot-Core/src/test/java/com/androidplot/mock/
MockContext.java 264 public void sendBroadcast(Intent intent) {
269 public void sendBroadcast(Intent intent, String s) {
  /external/ims/rcs/rcsmanager/src/java/com/android/ims/
RcsManager.java 380 mContext.sendBroadcast(new Intent(intent));
  /frameworks/base/packages/SystemUI/tests/src/com/android/systemui/plugins/
PluginInstanceManagerTest.java 278 public void sendBroadcast(Intent intent) {
  /frameworks/base/services/tests/servicestests/src/com/android/server/search/
SearchablesTest.java 272 public void sendBroadcast(Intent intent) {
273 mRealContext.sendBroadcast(intent);
  /packages/apps/Bluetooth/src/com/android/bluetooth/hearingaid/
HearingAidStateMachine.java 520 mService.sendBroadcast(intent, ProfileService.BLUETOOTH_PERM);
  /packages/apps/DocumentsUI/tests/functional/com/android/documentsui/
CancelFromNotificationUiTest.java 114 context.sendBroadcast(new Intent(
  /packages/apps/Launcher3/src_ui_overrides/com/android/launcher3/uioverrides/dynamicui/
WallpaperManagerCompatVL.java 266 sendBroadcast(new Intent(ACTION_EXTRACTION_COMPLETE)
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
DbModifierWithNotification.java 142 mContext.sendBroadcast(intent);
210 mContext.sendBroadcast(
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/bluetooth/
BleAdvertiserService.java 200 sendBroadcast(new Intent(BLE_ADV_NOT_SUPPORT));
220 sendBroadcast(new Intent(BLE_START_ADVERTISE));
223 sendBroadcast(new Intent(BLE_STOP_ADVERTISE));
250 sendBroadcast(new Intent(BLE_START_POWER_LEVEL));
253 sendBroadcast(new Intent(BLE_STOP_POWER_LEVEL));
260 sendBroadcast(new Intent(BLE_START_SCANNABLE));
267 sendBroadcast(new Intent(BLE_START_UNSCANNABLE));
270 sendBroadcast(new Intent(BLE_STOP_SCANNABLE));
273 sendBroadcast(new Intent(BLE_STOP_UNSCANNABLE));
  /cts/tests/tests/assist/src/android/assist/cts/
AssistTestBase.java 98 mContext.sendBroadcast(new Intent(Utils.HIDE_SESSION));
144 mContext.sendBroadcast(intent);
232 mContext.sendBroadcast(intent);
  /cts/tests/tests/content/src/android/content/cts/
BroadcastReceiverTest.java 181 activity.sendBroadcast(new Intent(ACTION_BROADCAST_INTERNAL)
360 activity.sendBroadcast(new Intent(ACTION_BROADCAST_INTERNAL)
371 activity.sendBroadcast(new Intent(ACTION_BROADCAST_INTERNAL)
  /developers/build/prebuilts/gradle/Notifications/Application/src/main/java/com/example/android/support/wearable/notifications/
MainActivity.java 203 sendBroadcast(new Intent(NotificationIntentReceiver.ACTION_DISABLE_MESSAGES)
226 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 203 sendBroadcast(new Intent(NotificationIntentReceiver.ACTION_DISABLE_MESSAGES)
226 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)
  /external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
ShadowApplication.java 342 public void sendBroadcast(Intent intent) {
347 public void sendBroadcast(Intent intent, String receiverPermission) {
521 sendBroadcast(intent);
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/
AvailableNetworkNotifier.java 452 mContext.sendBroadcast(new Intent(Intent.ACTION_CLOSE_SYSTEM_DIALOGS));
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
ProxyController.java 346 mContext.sendBroadcast(intent);
579 mContext.sendBroadcast(intent, android.Manifest.permission.READ_PHONE_STATE);
  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/
GsmInboundSmsHandlerTest.java 208 verify(mContext, times(1 + numPastBroadcasts)).sendBroadcast(
217 verify(mContext, times(2 + numPastBroadcasts)).sendBroadcast(
248 verify(mContext, times(2)).sendBroadcast(any(Intent.class));
265 verify(mContext, never()).sendBroadcast(any(Intent.class));
271 verify(mContext, times(1 + numPastBroadcasts)).sendBroadcast(
321 verify(mContext, times(2)).sendBroadcast(any(Intent.class));
470 verify(mContext, times(0)).sendBroadcast(any(Intent.class));
539 verify(mContext, times(2)).sendBroadcast(any(Intent.class));
557 verify(mContext, times(2)).sendBroadcast(any(Intent.class));
600 verify(mContext, never()).sendBroadcast(any(Intent.class))
    [all...]
  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/uicc/
UiccProfileTest.java 517 mContext.sendBroadcast(new Intent(CarrierConfigManager.ACTION_CARRIER_CONFIG_CHANGED));
  /packages/apps/Bluetooth/src/com/android/bluetooth/a2dp/
A2dpStateMachine.java 673 mA2dpService.sendBroadcast(intent, ProfileService.BLUETOOTH_PERM);
685 mA2dpService.sendBroadcast(intent, A2dpService.BLUETOOTH_PERM);
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppNotification.java 351 mContext.sendBroadcast(intent, Constants.HANDOVER_STATUS_PERMISSION);

Completed in 813 milliseconds

1 2 34 5 6 7 8 91011