Searched refs:getPreviousFullUserToEnterForeground (Results 1 – 4 of 4) sorted by relevance
403 .that(mUms.getPreviousFullUserToEnterForeground()) in testGetPreviousFullUserToEnterForeground()416 .that(mUms.getPreviousFullUserToEnterForeground()) in testGetPreviousFullUserToEnterForeground_SkipsCurrentUser()429 .that(mUms.getPreviousFullUserToEnterForeground()) in testGetPreviousFullUserToEnterForeground_SkipsNonFullUsers()442 .that(mUms.getPreviousFullUserToEnterForeground()) in testGetPreviousFullUserToEnterForeground_SkipsPartialUsers()455 .that(mUms.getPreviousFullUserToEnterForeground()) in testGetPreviousFullUserToEnterForeground_SkipsDisabledUsers()468 .that(mUms.getPreviousFullUserToEnterForeground()) in testGetPreviousFullUserToEnterForeground_SkipsRemovingUsers()
64 int getPreviousFullUserToEnterForeground(); in getPreviousFullUserToEnterForeground() method
5087 final int previousUser = mService.getPreviousFullUserToEnterForeground(); in getPreviousForegroundUser()
1335 final int previousUser = getPreviousFullUserToEnterForeground(); in getBootUserUnchecked()1363 public int getPreviousFullUserToEnterForeground() { in getPreviousFullUserToEnterForeground() method in UserManagerService