OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:getShadowInstrumentation
(Results
1 - 2
of
2
) 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
...]
Completed in 1874 milliseconds