Home
last modified time | relevance | path

Searched defs:scheduleExit (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/core/java/android/app/
DIApplicationThread.java101 void scheduleExit() throws RemoteException; in scheduleExit() method
DApplicationThreadNative.java1030 public final void scheduleExit() throws RemoteException { in scheduleExit() method in ApplicationThreadProxy
DActivityThread.java838 public final void scheduleExit() { in scheduleExit() method in ActivityThread.ApplicationThread