Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/pm/
DUserManagerService.java650 return isSameProfileGroupLP(userId, otherUserId); in isSameProfileGroup()
654 private boolean isSameProfileGroupLP(int userId, int otherUserId) { in isSameProfileGroupLP() method in UserManagerService
857 if (!isSameProfileGroupLP(callingUserId, userId)) { in isManagedProfile()