Home
last modified time | relevance | path

Searched refs:timeoutUserSwitch (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/services/core/java/com/android/server/am/
DActivityManagerService.java1692 timeoutUserSwitch((UserStartedState) msg.obj, msg.arg1, msg.arg2); in handleMessage()
19119 void timeoutUserSwitch(UserStartedState uss, int oldUserId, int newUserId) { in timeoutUserSwitch() method in ActivityManagerService