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