Home
last modified time | relevance | path

Searched refs:ShadowInstrumentation (Results 1 – 6 of 6) sorted by relevance

/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowContextWrapper.java112 ShadowInstrumentation getShadowInstrumentation() { in getShadowInstrumentation()
DShadowActivity.java461ShadowInstrumentation shadowInstrumentation = Shadow.extract(activityThread.getInstrumentation()); in getNextStartedActivityForResult()
474ShadowInstrumentation shadowInstrumentation = Shadow.extract(activityThread.getInstrumentation()); in peekNextStartedActivityForResult()
565ShadowInstrumentation shadowInstrumentation = Shadow.extract(activityThread.getInstrumentation()); in receiveResult()
DShadowApplication.java225 ShadowInstrumentation shadowInstrumentation = in checkActivities()
DShadowContextImpl.java312 private ShadowInstrumentation getShadowInstrumentation() { in getShadowInstrumentation()
DShadowPendingIntent.java166ShadowInstrumentation shadowInstrumentation = Shadow.extract(activityThread.getInstrumentation()); in send()
DShadowInstrumentation.java59 public class ShadowInstrumentation { class