HomeSort by relevance Sort by last modified time
    Searched refs:isProfileOf (Results 1 - 4 of 4) sorted by null

  /packages/apps/Settings/src/com/android/settings/deviceinfo/storage/
SecondaryUserController.java 75 if (info == null || Utils.isProfileOf(primaryUser, info)) {
  /packages/apps/Settings/src/com/android/settings/
Utils.java 469 if (isProfileOf(um, launchedFromUser)) {
476 if (launchedFromSettingsApp && isProfileOf(um, extrasUser)) {
483 if (launchedFromSettingsApp && isProfileOf(um, argumentsUser)) {
516 private static boolean isProfileOf(UserManager um, UserHandle otherUser) {
    [all...]
  /packages/apps/Settings/src/com/android/settings/deviceinfo/
PrivateVolumeSettings.java 226 if (Utils.isProfileOf(mCurrentUser, userInfo)) {
240 if (!Utils.isProfileOf(mCurrentUser, userInfo)) {
    [all...]
  /frameworks/base/services/core/java/com/android/server/pm/
UserManagerService.java 721 if (!isProfileOf(user, profile)) {
802 private static boolean isProfileOf(UserInfo user, UserInfo profile) {
    [all...]

Completed in 217 milliseconds