Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/
DIApplicationThread.java47 void schedulePauseActivity(IBinder token, boolean finished, boolean userLeaving, in schedulePauseActivity()
DApplicationThreadNative.java565 boolean userLeaving, int configChanges) throws RemoteException { in schedulePauseActivity()
DActivityThread.java503 boolean userLeaving, int configChanges) { in schedulePauseActivity()
2630 boolean userLeaving, int configChanges) { in handlePauseActivity()
/frameworks/base/services/java/com/android/server/am/
DActivityStack.java829 private final void startPausingLocked(boolean userLeaving, boolean uiSleeping) { in startPausingLocked()