OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:getShadowApplication
(Results
1 - 2
of
2
) sorted by null
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowContextWrapper.java
145
return new TestSharedPreferences(
getShadowApplication
().getSharedPreferenceMap(), name, mode);
160
return
getShadowApplication
().getNextStartedActivity();
170
return
getShadowApplication
().peekNextStartedActivity();
180
return
getShadowApplication
().getNextStartedService();
188
getShadowApplication
().clearStartedServices();
197
return
getShadowApplication
().peekNextStartedService();
207
return
getShadowApplication
().getNextStoppedService();
231
return
getShadowApplication
().getMainLooper();
244
private ShadowApplication
getShadowApplication
() {
250
return
getShadowApplication
().bindService(intent, serviceConnection, i)
[
all
...]
/external/robolectric/src/main/java/com/xtremelabs/robolectric/
Robolectric.java
[
all
...]
Completed in 2410 milliseconds