Searched defs:activityThread (Results 1 – 8 of 8) sorted by relevance
159 Object activityThread = in getProcessName() local
113 ActivityThread activityThread = (ActivityThread) RuntimeEnvironment.getActivityThread(); in getShadowInstrumentation() local
460 ActivityThread activityThread = (ActivityThread) RuntimeEnvironment.getActivityThread(); in getNextStartedActivityForResult() local473 ActivityThread activityThread = (ActivityThread) RuntimeEnvironment.getActivityThread(); in peekNextStartedActivityForResult() local564 ActivityThread activityThread = (ActivityThread) RuntimeEnvironment.getActivityThread(); in receiveResult() local
224 ActivityThread activityThread = (ActivityThread) RuntimeEnvironment.getActivityThread(); in checkActivities() local
313 ActivityThread activityThread = (ActivityThread) RuntimeEnvironment.getActivityThread(); in getShadowInstrumentation() local
165 ActivityThread activityThread = (ActivityThread) RuntimeEnvironment.getActivityThread(); in send() local
121 ActivityThread activityThread = ReflectionHelpers.newInstance(ActivityThread.class); in setUpApplicationState() local330 ActivityThread activityThread, in createInstrumentation()
27 private static Object activityThread; field in RuntimeEnvironment