Searched refs:appThread (Results 1 – 1 of 1) sorted by relevance
20626 IApplicationThread appThread; in startActivity() local20632 appThread = ApplicationThreadNative.asInterface(whoThread); in startActivity()20633 if (appThread == null) { in startActivity()20634 throw new IllegalArgumentException("Bad app thread " + appThread); in startActivity()20637 return mStackSupervisor.startActivityMayWait(appThread, -1, callingPackage, intent, in startActivity()