Searched refs:isStoppingUser (Results 1 – 3 of 3) sorted by relevance
93 if (isStoppingUser(userId)) {211 boolean isStoppingUser(@UserIdInt int userId) { in isStoppingUser() method in UserPickerSharedState
339 /* isStopping= */ mUserPickerSharedState.isStoppingUser(userInfo.id));405 || mUserPickerSharedState.isStoppingUser(userId)) {
171 if (mUserPickerSharedState.isStoppingUser(userId)) { in onUserEvent()