Home
last modified time | relevance | path

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

/packages/apps/Car/SystemUI/src/com/android/systemui/car/userpicker/
DUserPickerSharedState.java93 if (isStoppingUser(userId)) {
211 boolean isStoppingUser(@UserIdInt int userId) { in isStoppingUser() method in UserPickerSharedState
DUserPickerController.java339 /* isStopping= */ mUserPickerSharedState.isStoppingUser(userInfo.id));
405 || mUserPickerSharedState.isStoppingUser(userId)) {
DUserEventManager.java171 if (mUserPickerSharedState.isStoppingUser(userId)) { in onUserEvent()