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 105 public int profileGroupId;
121 this.profileGroupId = NO_PROFILE_GROUP_ID;
229 profileGroupId = orig.profileGroupId;
257 dest.writeInt(profileGroupId);
282 profileGroupId = source.readInt();
  /frameworks/base/services/core/java/com/android/server/pm/
UserManagerService.java 147 private static final String ATTR_PROFILE_GROUP_ID = "profileGroupId";
665 if (userInfo == null || userInfo.profileGroupId == UserInfo.NO_PROFILE_GROUP_ID) {
670 || otherUserInfo.profileGroupId == UserInfo.NO_PROFILE_GROUP_ID) {
673 return userInfo.profileGroupId == otherUserInfo.profileGroupId;
690 int parentUserId = profile.profileGroupId;
700 (user.profileGroupId != UserInfo.NO_PROFILE_GROUP_ID
701 && user.profileGroupId == profile.profileGroupId);
    [all...]

Completed in 73 milliseconds