Searched refs:getPreviousFullUserToEnterForeground (Results 1 – 4 of 4) sorted by relevance
339 .that(mUms.getPreviousFullUserToEnterForeground()) in testGetPreviousFullUserToEnterForeground()352 .that(mUms.getPreviousFullUserToEnterForeground()) in testGetPreviousFullUserToEnterForeground_SkipsCurrentUser()365 .that(mUms.getPreviousFullUserToEnterForeground()) in testGetPreviousFullUserToEnterForeground_SkipsNonFullUsers()378 .that(mUms.getPreviousFullUserToEnterForeground()) in testGetPreviousFullUserToEnterForeground_SkipsPartialUsers()391 .that(mUms.getPreviousFullUserToEnterForeground()) in testGetPreviousFullUserToEnterForeground_SkipsDisabledUsers()404 .that(mUms.getPreviousFullUserToEnterForeground()) in testGetPreviousFullUserToEnterForeground_SkipsRemovingUsers()
63 int getPreviousFullUserToEnterForeground(); in getPreviousFullUserToEnterForeground() method
4693 final int previousUser = mService.getPreviousFullUserToEnterForeground(); in getPreviousForegroundUser()
1002 final int previousUser = getPreviousFullUserToEnterForeground(); in getBootUserUnchecked()1030 public int getPreviousFullUserToEnterForeground() { in getPreviousFullUserToEnterForeground() method in UserManagerService