Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
H A DUserManagerServiceTest.java189 while (mUserManagerService.userExists(incorrectId)) { in testSetUserRestrictionWithIncorrectID()
/aosp14/frameworks/base/services/core/java/com/android/server/pm/
H A DUserManagerService.java2763 if (!userExists(userId)) { in hasUserRestriction()
2893 if (!userExists(userId)) { in setUserRestriction()
3507 boolean userExists(int id) { in userExists() method in UserManagerService
/aosp14/frameworks/base/services/
H A Dart-profile7151 HSPLcom/android/server/pm/UserManagerService;->userExists(I)Z