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 64 void scheduleNewIntent(List<Intent> intent, IBinder token) throws RemoteException;
ApplicationThreadNative.java 172 scheduleNewIntent(pi, b);
687 public void scheduleNewIntent(List<Intent> intents, IBinder token)
    [all...]
ActivityThread.java 578 public final void scheduleNewIntent(List<Intent> intents, IBinder token) {
    [all...]
  /frameworks/base/services/java/com/android/server/am/
ActivityRecord.java 522 app.thread.scheduleNewIntent(ar, appToken);
    [all...]
ActivityStack.java     [all...]

Completed in 88 milliseconds