Searched refs:USER_SWITCH_TIMEOUT_MS (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/services/core/java/com/android/server/am/
H A DUserController.java131 static final int USER_SWITCH_TIMEOUT_MS = 3 * 1000; field in class:UserController
151 // USER_SWITCH_TIMEOUT_MS, an error is reported. Usually it indicates a problem in the observer
237 * Callbacks that are still active after {@link #USER_SWITCH_TIMEOUT_MS}
1052 oldUserId, userId, uss), USER_SWITCH_TIMEOUT_MS);
1342 if (delay > USER_SWITCH_TIMEOUT_MS) {

Completed in 256 milliseconds