OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sendBroadcast
(Results
1 - 25
of
236
) sorted by null
1
2
3
4
5
6
7
8
9
10
/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));
/development/samples/training/threadsample/src/com/example/android/threadsample/
BroadcastNotifier.java
60
mBroadcaster.
sendBroadcast
(localIntent);
84
mBroadcaster.
sendBroadcast
(localIntent);
/development/apps/SettingInjectorSample/src/com/example/android/injector/
UpdatingInjectorService.java
40
sendBroadcast
(intent);
/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
...]
/system/netd/
NetlinkHandler.cpp
108
mNm->getBroadcaster()->
sendBroadcast
(ResponseCode::InterfaceChange,
116
mNm->getBroadcaster()->
sendBroadcast
(ResponseCode::InterfaceChange,
125
mNm->getBroadcaster()->
sendBroadcast
(ResponseCode::InterfaceChange,
134
mNm->getBroadcaster()->
sendBroadcast
(ResponseCode::InterfaceChange,
142
mNm->getBroadcaster()->
sendBroadcast
(ResponseCode::BandwidthControl,
153
mNm->getBroadcaster()->
sendBroadcast
(
165
mNm->getBroadcaster()->
sendBroadcast
(ResponseCode::InterfaceAddressChange,
/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);
/external/chromium_org/chrome/android/testshell/java/src/org/chromium/chrome/testshell/
ChromiumTestShellApplication.java
50
public void
sendBroadcast
(Intent intent) {
57
super.
sendBroadcast
(intent);
/cts/apps/CtsVerifier/src/com/android/cts/verifier/bluetooth/
BleClientService.java
218
sendBroadcast
(intent);
223
sendBroadcast
(intent);
228
sendBroadcast
(intent);
234
sendBroadcast
(intent);
239
sendBroadcast
(intent);
245
sendBroadcast
(intent);
251
sendBroadcast
(intent);
256
sendBroadcast
(intent);
261
sendBroadcast
(intent);
267
sendBroadcast
(intent)
[
all
...]
BleServerService.java
132
sendBroadcast
(intent);
138
sendBroadcast
(intent);
144
sendBroadcast
(intent);
150
sendBroadcast
(intent);
156
sendBroadcast
(intent);
162
sendBroadcast
(intent);
168
sendBroadcast
(intent);
174
sendBroadcast
(intent);
/frameworks/ex/common/java/com/android/common/userhappiness/
UserHappinessSignals.java
57
context.
sendBroadcast
(i);