Searched defs:profileGroupId (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/content/pm/
H A DUserInfo.java100 public int profileGroupId; field in class:UserInfo
116 this.profileGroupId = NO_PROFILE_GROUP_ID;
220 profileGroupId = orig.profileGroupId;
248 dest.writeInt(profileGroupId);
273 profileGroupId = source.readInt();

Completed in 127 milliseconds