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

/frameworks/base/core/java/android/app/
H A DIApplicationThread.java69 void scheduleNewIntent(List<ReferrerIntent> intent, IBinder token) throws RemoteException; method in interface:IApplicationThread
H A DApplicationThreadNative.java191 scheduleNewIntent(pi, b);
854 public void scheduleNewIntent(List<ReferrerIntent> intents, IBinder token) method in class:ApplicationThreadProxy
H A DActivityThread.java674 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.java734 app.thread.scheduleNewIntent(ar, appToken);
H A DActivityStack.java1933 next.app.thread.scheduleNewIntent(next.newIntents, next.appToken);

Completed in 110 milliseconds