HomeSort by relevance Sort by last modified time
    Searched defs:profileGroupId (Results 1 - 2 of 2) sorted by null

  /frameworks/base/core/java/android/content/pm/
UserInfo.java 88 public int profileGroupId;
103 this.profileGroupId = NO_PROFILE_GROUP_ID;
150 profileGroupId = orig.profileGroupId;
176 dest.writeInt(profileGroupId);
199 profileGroupId = source.readInt();
  /frameworks/base/services/core/java/com/android/server/pm/
UserManagerService.java 97 private static final String ATTR_PROFILE_GROUP_ID = "profileGroupId";
326 int parentUserId = profile.profileGroupId;
337 (user.profileGroupId != UserInfo.NO_PROFILE_GROUP_ID
338 && user.profileGroupId == profile.profileGroupId);
443 int callingGroupId = mUsers.get(UserHandle.getCallingUserId()).profileGroupId;
445 || callingGroupId != info.profileGroupId) {
802 if (userInfo.profileGroupId != UserInfo.NO_PROFILE_GROUP_ID) {
804 Integer.toString(userInfo.profileGroupId));
    [all...]

Completed in 310 milliseconds