HomeSort by relevance Sort by last modified time
    Searched defs:scheduleNewIntent (Results 1 - 5 of 5) sorted by null

  /frameworks/base/core/java/android/app/
IApplicationThread.java 64 void scheduleNewIntent(List<Intent> intent, IBinder token) throws RemoteException;
ApplicationThreadNative.java 172 scheduleNewIntent(pi, b);
750 public void scheduleNewIntent(List<Intent> intents, IBinder token)
    [all...]
ActivityThread.java 639 public final void scheduleNewIntent(List<Intent> intents, IBinder token) {
    [all...]
  /frameworks/base/services/java/com/android/server/am/
ActivityRecord.java 592 app.thread.scheduleNewIntent(ar, appToken);
    [all...]
ActivityStack.java     [all...]

Completed in 647 milliseconds