Home
last modified time | relevance | path

Searched refs:contextThread (Results 1 – 2 of 2) sorted by relevance

/external/robolectric-shadows/robolectric/src/main/java/org/robolectric/android/fakes/
DRoboMonitoringInstrumentation.java67 IBinder contextThread, in execStartActivity() argument
74 super.execStartActivity(who, contextThread, token, target, intent, requestCode); in execStartActivity()
86 IBinder contextThread, in execStartActivity() argument
93 super.execStartActivity(who, contextThread, token, target, intent, requestCode, options); in execStartActivity()
105 IBinder contextThread, in execStartActivity() argument
113 super.execStartActivity(who, contextThread, token, target, intent, requestCode, options); in execStartActivity()
125 IBinder contextThread, in execStartActivity() argument
134 who, contextThread, token, target, intent, requestCode, options, user); in execStartActivity()
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowInstrumentation.java96 IBinder contextThread, in execStartActivity() argument
110 .execStartActivity(who, contextThread, token, target, intent, requestCode, options); in execStartActivity()
116 IBinder contextThread, in execStartActivity() argument
143 IBinder contextThread, in execStartActivities() argument
149 execStartActivity(who, contextThread, token, target, intent, -1, options); in execStartActivities()
155 Context who, IBinder contextThread, Object appTask, Intent intent, Bundle options) { in execStartActivityFromAppTask() argument
162 IBinder contextThread, in execStartActivity() argument
172 .execStartActivity(who, contextThread, token, target, intent, requestCode, options); in execStartActivity()
178 IBinder contextThread, in execStartActivity() argument
191 IBinder contextThread, in execStartActivityAsCaller() argument