Home
last modified time | relevance | path

Searched defs:userLeaving (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/core/java/android/app/
DIApplicationThread.java46 void schedulePauseActivity(IBinder token, boolean finished, boolean userLeaving, in schedulePauseActivity()
DApplicationThreadNative.java415 boolean userLeaving, int configChanges) throws RemoteException { in schedulePauseActivity()
DActivityThread.java1316 boolean userLeaving, int configChanges) { in schedulePauseActivity()
3078 boolean userLeaving, int configChanges) { in handlePauseActivity()
/frameworks/base/services/java/com/android/server/am/
DActivityManagerService.java2082 private final void startPausingLocked(boolean userLeaving, boolean uiSleeping) { in startPausingLocked()