Home
last modified time | relevance | path

Searched refs:shadowInstrumentation (Results 1 – 3 of 3) sorted by relevance

/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowActivity.java499 … ShadowInstrumentation shadowInstrumentation = Shadow.extract(activityThread.getInstrumentation()); in getNextStartedActivityForResult() local
500 return shadowInstrumentation.getNextStartedActivityForResult(); in getNextStartedActivityForResult()
512 … ShadowInstrumentation shadowInstrumentation = Shadow.extract(activityThread.getInstrumentation()); in peekNextStartedActivityForResult() local
513 return shadowInstrumentation.peekNextStartedActivityForResult(); in peekNextStartedActivityForResult()
603 … ShadowInstrumentation shadowInstrumentation = Shadow.extract(activityThread.getInstrumentation()); in receiveResult() local
604 int requestCode = shadowInstrumentation.getRequestCodeForIntent(requestIntent); in receiveResult()
DShadowApplication.java225 ShadowInstrumentation shadowInstrumentation = in checkActivities() local
227 shadowInstrumentation.checkActivities(checkActivities); in checkActivities()
DShadowPendingIntent.java166 … ShadowInstrumentation shadowInstrumentation = Shadow.extract(activityThread.getInstrumentation()); in send() local
169 shadowInstrumentation.execStartActivity( in send()