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

1 2 3 4 5 6 7 8 9

  /frameworks/base/core/tests/coretests/src/android/content/
BrickDeniedTest.java 29 getContext().sendBroadcast(new Intent("SHES_A_BRICK_HOUSE"));
30 getContext().sendBroadcast(new Intent("android.intent.action.BRICK"));
  /cts/tests/tests/permission/src/android/permission/cts/
RebootPermissionTest.java 42 mContext.sendBroadcast(new Intent(Intent.ACTION_REBOOT));
NoBroadcastPackageRemovedPermissionTest.java 55 * Verify that Context#sendBroadcast(Intent),
56 * Context#sendBroadcast(Intent, String)
67 mContext.sendBroadcast(createIntent(Intent.ACTION_PACKAGE_REMOVED));
68 fail("Context.sendBroadcast did not throw SecurityException as expected");
74 mContext.sendBroadcast(createIntent(Intent.ACTION_PACKAGE_REMOVED),
76 fail("Context.sendBroadcast did not throw SecurityException as expected");
  /packages/apps/Contacts/src/com/android/contacts/util/
CallerInfoCacheUtils.java 50 context.sendBroadcast(new Intent(UPDATE_CALLER_INFO_CACHE));
  /system/netd/
NetlinkHandler.cpp 100 mNm->getBroadcaster()->sendBroadcast(ResponseCode::InterfaceChange,
108 mNm->getBroadcaster()->sendBroadcast(ResponseCode::InterfaceChange,
117 mNm->getBroadcaster()->sendBroadcast(ResponseCode::InterfaceChange,
126 mNm->getBroadcaster()->sendBroadcast(ResponseCode::InterfaceChange,
134 mNm->getBroadcaster()->sendBroadcast(ResponseCode::BandwidthControl,
145 mNm->getBroadcaster()->sendBroadcast(
  /development/samples/training/threadsample/src/com/example/android/threadsample/
BroadcastNotifier.java 60 mBroadcaster.sendBroadcast(localIntent);
84 mBroadcaster.sendBroadcast(localIntent);
  /packages/providers/DownloadProvider/src/com/android/providers/downloads/
SystemFacade.java 58 public void sendBroadcast(Intent intent);
RealSystemFacade.java 91 public void sendBroadcast(Intent intent) {
92 mContext.sendBroadcast(intent);
  /frameworks/base/services/tests/servicestests/src/com/android/server/
BroadcastInterceptingContext.java 39 * {@link Context#sendBroadcast(Intent)}.
124 public void sendBroadcast(Intent intent) {
137 public void sendBroadcast(Intent intent, String receiverPermission) {
138 sendBroadcast(intent);
143 sendBroadcast(intent);
149 sendBroadcast(intent);
154 sendBroadcast(intent);
159 sendBroadcast(intent);
NetworkStatsServiceTest.java 194 mServiceContext.sendBroadcast(new Intent(CONNECTIVITY_ACTION_IMMEDIATE));
210 mServiceContext.sendBroadcast(new Intent(ACTION_NETWORK_STATS_POLL));
227 mServiceContext.sendBroadcast(new Intent(ACTION_NETWORK_STATS_POLL));
248 mServiceContext.sendBroadcast(new Intent(CONNECTIVITY_ACTION_IMMEDIATE));
274 mServiceContext.sendBroadcast(new Intent(ACTION_NETWORK_STATS_POLL));
289 mServiceContext.sendBroadcast(new Intent(Intent.ACTION_SHUTDOWN));
339 mServiceContext.sendBroadcast(new Intent(CONNECTIVITY_ACTION_IMMEDIATE));
352 mServiceContext.sendBroadcast(new Intent(ACTION_NETWORK_STATS_POLL));
370 mServiceContext.sendBroadcast(new Intent(ACTION_NETWORK_STATS_POLL));
391 mServiceContext.sendBroadcast(new Intent(CONNECTIVITY_ACTION_IMMEDIATE))
    [all...]
  /external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
ContextWrapperTest.java 45 contextWrapper.sendBroadcast(new Intent("foo"));
48 contextWrapper.sendBroadcast(new Intent("womp"));
51 contextWrapper.sendBroadcast(new Intent("baz"));
63 contextWrapper.sendBroadcast(new Intent("foo"));
66 contextWrapper.sendBroadcast(new Intent("womp"));
69 contextWrapper.sendBroadcast(new Intent("baz"));
80 contextWrapper.sendBroadcast(new Intent("foo"));
94 new ContextWrapper(Robolectric.application).sendBroadcast(new Intent("foo"));
95 Robolectric.application.sendBroadcast(new Intent("baz"));
104 contextWrapper.sendBroadcast(broadcastIntent)
    [all...]
LocalBroadcastManagerTest.java 39 instance.sendBroadcast(new Intent("com.bar"));
41 instance.sendBroadcast(new Intent("com.foo"));
59 instance.sendBroadcast(new Intent("com.foo"));
  /system/core/include/sysutils/
SocketListener.h 42 void sendBroadcast(int code, const char *msg, bool addErrno);
  /frameworks/ex/common/java/com/android/common/userhappiness/
UserHappinessSignals.java 57 context.sendBroadcast(i);
  /packages/apps/Nfc/src/com/android/nfc/handover/
ConfirmConnectActivity.java 48 sendBroadcast(allowIntent);
57 sendBroadcast(denyIntent);
  /cts/tests/tests/media/src/android/media/cts/
MediaScannerNotificationTest.java 50 mContext.sendBroadcast(new Intent(Intent.ACTION_MEDIA_MOUNTED, Uri.parse("file://"
67 mContext.sendBroadcast(new Intent(Intent.ACTION_MEDIA_MOUNTED, Uri.parse("file://"
79 mContext.sendBroadcast(new Intent(Intent.ACTION_MEDIA_MOUNTED, Uri.parse("file://"
  /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));
  /frameworks/base/core/tests/coretests/src/android/app/activity/
BroadcastTest.java 376 getContext().sendBroadcast(makeBroadcastIntent(BROADCAST_REGISTERED));
401 getContext().sendBroadcast(
427 getContext().sendBroadcast(makeBroadcastIntent(BROADCAST_LOCAL_GRANTED));
449 getContext().sendBroadcast(
473 getContext().sendBroadcast(makeBroadcastIntent(BROADCAST_REMOTE_GRANTED));
495 getContext().sendBroadcast(
519 getContext().sendBroadcast(makeBroadcastIntent(BROADCAST_FAIL_REGISTER));
525 getContext().sendBroadcast(makeBroadcastIntent(BROADCAST_FAIL_BIND));
  /packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
RemoteDevices.java 219 mAdapterService.sendBroadcast(intent, AdapterService.BLUETOOTH_ADMIN_PERM);
231 mAdapterService.sendBroadcast(intent, mAdapterService.BLUETOOTH_ADMIN_PERM);
261 mAdapterService.sendBroadcast(intent, mAdapterService.BLUETOOTH_PERM);
283 mAdapterService.sendBroadcast(intent, mAdapterService.BLUETOOTH_PERM);
324 mAdapterService.sendBroadcast(intent, mAdapterService.BLUETOOTH_PERM);
357 mAdapterService.sendBroadcast(intent, mAdapterService.BLUETOOTH_ADMIN_PERM);
399 mAdapterService.sendBroadcast(intent, mAdapterService.BLUETOOTH_ADMIN_PERM);
420 mAdapterService.sendBroadcast(intent, mAdapterService.BLUETOOTH_PERM);
  /cts/tests/tests/permission2/src/android/permission2/cts/
ProtectedBroadcastsTest.java 94 getContext().sendBroadcast(intent);
  /packages/apps/Mms/src/com/android/mms/transaction/
ProgressCallbackEntity.java 86 mContext.sendBroadcast(intent);
  /packages/apps/Settings/src/com/android/settings/
MasterClearConfirm.java 66 getActivity().sendBroadcast(new Intent("android.intent.action.MASTER_CLEAR"));
  /packages/providers/DownloadProvider/tests/src/com/android/providers/downloads/
FakeSystemFacade.java 76 public void sendBroadcast(Intent intent) {
  /external/svox/PicoLangInstallerDeuDeu/src/com/svox/pico/voice/deu/deu/
InstallerActivity.java 133 self.sendBroadcast(installCompleteIntent);
143 self.sendBroadcast(installCompleteIntent);
  /external/svox/PicoLangInstallerEngGbr/src/com/svox/pico/voice/eng/gbr/
InstallerActivity.java 133 self.sendBroadcast(installCompleteIntent);
143 self.sendBroadcast(installCompleteIntent);

Completed in 699 milliseconds

1 2 3 4 5 6 7 8 9