Searched defs:activityThread (Results 1 – 8 of 8) sorted by relevance
121 ActivityThread activityThread = ReflectionHelpers.newInstance(ActivityThread.class); in setUpApplicationState() local277 ActivityThread activityThread = ActivityThread.currentActivityThread(); in createInitialApplication() local390 ActivityThread activityThread, in createInstrumentation()
159 Object activityThread = in getProcessName() local
113 ActivityThread activityThread = (ActivityThread) RuntimeEnvironment.getActivityThread(); in getShadowInstrumentation() local
498 ActivityThread activityThread = (ActivityThread) RuntimeEnvironment.getActivityThread(); in getNextStartedActivityForResult() local511 ActivityThread activityThread = (ActivityThread) RuntimeEnvironment.getActivityThread(); in peekNextStartedActivityForResult() local602 ActivityThread activityThread = (ActivityThread) RuntimeEnvironment.getActivityThread(); in receiveResult() local
224 ActivityThread activityThread = (ActivityThread) RuntimeEnvironment.getActivityThread(); in checkActivities() local
376 ActivityThread activityThread = (ActivityThread) RuntimeEnvironment.getActivityThread(); in getShadowInstrumentation() local
165 ActivityThread activityThread = (ActivityThread) RuntimeEnvironment.getActivityThread(); in send() local
27 private static Object activityThread; field in RuntimeEnvironment