Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/
DUtils.java512 if (isProfileOf(um, launchedFromUser)) { in getSecureTargetUser()
519 if (launchedFromSettingsApp && isProfileOf(um, extrasUser)) { in getSecureTargetUser()
526 if (launchedFromSettingsApp && isProfileOf(um, argumentsUser)) { in getSecureTargetUser()
559 private static boolean isProfileOf(UserManager um, UserHandle otherUser) { in isProfileOf() method in Utils
907 public static boolean isProfileOf(UserInfo user, UserInfo profile) { in isProfileOf() method in Utils
/packages/apps/Settings/src/com/android/settings/deviceinfo/storage/
DSecondaryUserController.java84 if (Utils.isProfileOf(primaryUser, info)) { in getSecondaryUserControllers()