Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/tests/mockingservicestests/src/com/android/server/pm/
H A DUserManagerServiceTest.java339 .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()
/aosp14/frameworks/base/core/java/android/os/
H A DIUserManager.aidl63 int getPreviousFullUserToEnterForeground(); in getPreviousFullUserToEnterForeground() method
H A DUserManager.java4693 final int previousUser = mService.getPreviousFullUserToEnterForeground(); in getPreviousForegroundUser()
/aosp14/frameworks/base/services/core/java/com/android/server/pm/
H A DUserManagerService.java1002 final int previousUser = getPreviousFullUserToEnterForeground(); in getBootUserUnchecked()
1030 public int getPreviousFullUserToEnterForeground() { in getPreviousFullUserToEnterForeground() method in UserManagerService