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

/frameworks/base/core/java/android/app/
H A DIApplicationThread.java64 void scheduleNewIntent(List<Intent> intent, IBinder token) throws RemoteException; method in interface:IApplicationThread
H A DApplicationThreadNative.java172 scheduleNewIntent(pi, b);
750 public void scheduleNewIntent(List<Intent> intents, IBinder token) method in class:ApplicationThreadProxy
H A DActivityThread.java639 public final void scheduleNewIntent(List<Intent> intents, IBinder token) { method in class:ActivityThread.ApplicationThread
/frameworks/base/services/java/com/android/server/am/
H A DActivityRecord.java592 app.thread.scheduleNewIntent(ar, appToken);
H A DActivityStack.java1738 next.app.thread.scheduleNewIntent(next.newIntents, next.appToken);

Completed in 86 milliseconds