OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getShadowInstrumentation
(Results
1 - 3
of
3
) sorted by null
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
ShadowContextWrapper.java
20
return
getShadowInstrumentation
().getBroadcastIntents();
30
return
getShadowInstrumentation
().getNextStartedActivity();
40
return
getShadowInstrumentation
().peekNextStartedActivity();
48
getShadowInstrumentation
().clearNextStartedActivities();
58
return
getShadowInstrumentation
().getNextStartedService();
68
return
getShadowInstrumentation
().peekNextStartedService();
76
getShadowInstrumentation
().clearStartedServices();
85
return
getShadowInstrumentation
().getNextStoppedService();
90
getShadowInstrumentation
().grantPermissions(permissionNames);
95
getShadowInstrumentation
().grantPermissions(pid, uid, permissions)
[
all
...]
ShadowContextImpl.java
146
getShadowInstrumentation
().sendBroadcastWithPermission(intent, null, realContextImpl);
151
getShadowInstrumentation
()
157
getShadowInstrumentation
()
170
getShadowInstrumentation
()
184
getShadowInstrumentation
().sendStickyBroadcast(intent, realContextImpl);
189
return
getShadowInstrumentation
().checkPermission(permission, pid, uid);
194
return
getShadowInstrumentation
().registerReceiver(receiver, filter, realContextImpl);
203
return
getShadowInstrumentation
()
214
return
getShadowInstrumentation
()
221
getShadowInstrumentation
().unregisterReceiver(broadcastReceiver)
[
all
...]
ShadowApplication.java
104
getShadowInstrumentation
().setComponentNameAndServiceForBindService(name, service);
109
getShadowInstrumentation
()
114
getShadowInstrumentation
().assertNoBroadcastListenersOfActionRegistered(context, action);
118
return
getShadowInstrumentation
().getBoundServiceConnections();
122
getShadowInstrumentation
().setUnbindServiceShouldThrowIllegalArgument(flag);
126
return
getShadowInstrumentation
().getUnboundServiceConnections();
132
return
getShadowInstrumentation
().hasReceiverForIntent(intent);
138
return
getShadowInstrumentation
().getReceiversForIntent(intent);
145
return
getShadowInstrumentation
().getRegisteredReceivers();
185
getShadowInstrumentation
().declareActionUnbindable(action)
[
all
...]
Completed in 48 milliseconds