Searched refs:doesUserExist (Results 1 – 9 of 9) sorted by relevance
144 if (!mCallback.doesUserExist(callingUserId)) { in assertApprovedUserStateQuerent()146 } else if (!mCallback.doesUserExist(targetUserId)) { in assertApprovedUserStateQuerent()170 if (!mCallback.doesUserExist(callingUserId)) { in assertApprovedUserSelector()172 } else if (!mCallback.doesUserExist(targetUserId)) { in assertApprovedUserSelector()199 if (!mCallback.doesUserExist(callingUserId)) { in callerIsLegacyUserSelector()201 } else if (!mCallback.doesUserExist(targetUserId)) { in callerIsLegacyUserSelector()218 if (!mCallback.doesUserExist(callingUserId)) { in callerIsLegacyUserQuerent()220 } else if (!mCallback.doesUserExist(targetUserId)) { in callerIsLegacyUserQuerent()249 if (!mCallback.doesUserExist(callingUserId)) { in assertOwnerQuerent()251 } else if (!mCallback.doesUserExist(targetUserId)) { in assertOwnerQuerent()[all …]
2126 public boolean doesUserExist(int userId) {2127 return mConnection.doesUserExist(userId);
80 whenever(doesUserExist(0)) { true }81 whenever(doesUserExist(1)) { true }
272 whenever(doesUserExist(0)) { true }273 whenever(doesUserExist(10)) { true }
475 whenever(doesUserExist(0)) { true }476 whenever(doesUserExist(1)) { true }
91 whenever(doesUserExist(anyInt())) { (arguments[0] as Int) <= 1 }118 whenever(doesUserExist(anyInt())) { (arguments[0] as Int) <= 1 }
837 whenever(doesUserExist(0)) { true }838 whenever(doesUserExist(10)) { true }
1784 public boolean doesUserExist(@UserIdInt int userId) { in doesUserExist() method in PackageManagerService.DomainVerificationConnection
30704 HSPLcom/android/server/pm/PackageManagerService$DomainVerificationConnection;->doesUserExist(I)Z+]L…34834 …erver/pm/verify/domain/DomainVerificationService$LockSafeConnection;->doesUserExist(I)Z+]Lcom/andr…