Searched refs:isSameProfileGroupNoChecks (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/services/core/java/com/android/server/pm/
H A DUserManagerService.java655 return isSameProfileGroupNoChecks(userId, otherUserId);
658 private boolean isSameProfileGroupNoChecks(int userId, int otherUserId) { method in class:UserManagerService
860 if (!isSameProfileGroupNoChecks(callingUserId, userId)) {
892 if (callingUserId == userId || isSameProfileGroupNoChecks(callingUserId, userId) ||

Completed in 434 milliseconds