Searched refs:ShadowInstrumentation (Results 1 – 6 of 6) sorted by relevance
112 ShadowInstrumentation getShadowInstrumentation() { in getShadowInstrumentation()
461 … ShadowInstrumentation shadowInstrumentation = Shadow.extract(activityThread.getInstrumentation()); in getNextStartedActivityForResult()474 … ShadowInstrumentation shadowInstrumentation = Shadow.extract(activityThread.getInstrumentation()); in peekNextStartedActivityForResult()565 … ShadowInstrumentation shadowInstrumentation = Shadow.extract(activityThread.getInstrumentation()); in receiveResult()
225 ShadowInstrumentation shadowInstrumentation = in checkActivities()
312 private ShadowInstrumentation getShadowInstrumentation() { in getShadowInstrumentation()
166 … ShadowInstrumentation shadowInstrumentation = Shadow.extract(activityThread.getInstrumentation()); in send()
59 public class ShadowInstrumentation { class