Searched refs:scheduleNewIntent (Results 1 - 5 of 5) sorted by relevance

/frameworks/base/core/java/android/app/
H A DIApplicationThread.java70 void scheduleNewIntent(List<ReferrerIntent> intent, IBinder token) throws RemoteException; method in interface:IApplicationThread
H A DApplicationThreadNative.java193 scheduleNewIntent(pi, b);
912 public void scheduleNewIntent(List<ReferrerIntent> intents, IBinder token) method in class:ApplicationThreadProxy
H A DActivityThread.java753 public final void scheduleNewIntent(List<ReferrerIntent> intents, IBinder token) { method in class:ActivityThread.ApplicationThread
/frameworks/base/services/core/java/com/android/server/am/
H A DActivityRecord.java947 app.thread.scheduleNewIntent(ar, appToken);
H A DActivityStack.java2477 next.app.thread.scheduleNewIntent(next.newIntents, next.appToken);

Completed in 113 milliseconds