Searched refs:shadowInstrumentation (Results 1 – 3 of 3) sorted by relevance
499 … ShadowInstrumentation shadowInstrumentation = Shadow.extract(activityThread.getInstrumentation()); in getNextStartedActivityForResult() local500 return shadowInstrumentation.getNextStartedActivityForResult(); in getNextStartedActivityForResult()512 … ShadowInstrumentation shadowInstrumentation = Shadow.extract(activityThread.getInstrumentation()); in peekNextStartedActivityForResult() local513 return shadowInstrumentation.peekNextStartedActivityForResult(); in peekNextStartedActivityForResult()603 … ShadowInstrumentation shadowInstrumentation = Shadow.extract(activityThread.getInstrumentation()); in receiveResult() local604 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()