Home
last modified time | relevance | path

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

/packages/apps/TvSettings/Settings/src/com/android/tv/settings/users/
DUserSwitchListenerService.java152 int bootUserId = getBootUser(this); in switchToLastUserIfUnlocked() local
153 if (UserHandle.myUserId() != bootUserId) { in switchToLastUserIfUnlocked()
154 switchUserNow(bootUserId); in switchToLastUserIfUnlocked()