Searched refs:shadowInstrumentation (Results 1 – 3 of 3) sorted by relevance
461 … ShadowInstrumentation shadowInstrumentation = Shadow.extract(activityThread.getInstrumentation()); in getNextStartedActivityForResult() local462 return shadowInstrumentation.getNextStartedActivityForResult(); in getNextStartedActivityForResult()474 … ShadowInstrumentation shadowInstrumentation = Shadow.extract(activityThread.getInstrumentation()); in peekNextStartedActivityForResult() local475 return shadowInstrumentation.peekNextStartedActivityForResult(); in peekNextStartedActivityForResult()565 … ShadowInstrumentation shadowInstrumentation = Shadow.extract(activityThread.getInstrumentation()); in receiveResult() local566 int requestCode = shadowInstrumentation.getRequestCodeForIntent(requestIntent); in receiveResult()
225 ShadowInstrumentation shadowInstrumentation = in checkActivities() local227 shadowInstrumentation.checkActivities(checkActivities); in checkActivities()
166 … ShadowInstrumentation shadowInstrumentation = Shadow.extract(activityThread.getInstrumentation()); in send() local169 shadowInstrumentation.execStartActivity( in send()