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

  /frameworks/base/core/java/android/app/
IApplicationThread.java 60 void scheduleNewIntent(List<Intent> intent, IBinder token) throws RemoteException;
ApplicationThreadNative.java 156 scheduleNewIntent(pi, b);
528 public void scheduleNewIntent(List<Intent> intents, IBinder token)
ActivityThread.java 450 public final void scheduleNewIntent(List<Intent> intents, IBinder token) {
    [all...]
  /frameworks/base/services/java/com/android/server/am/
ActivityRecord.java 363 app.thread.scheduleNewIntent(ar, this);
ActivityStack.java     [all...]

Completed in 82 milliseconds