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

/frameworks/base/core/java/android/content/pm/
H A DUserInfo.java101 public int restrictedProfileParentId; field in class:UserInfo
117 this.restrictedProfileParentId = NO_PROFILE_GROUP_ID;
221 restrictedProfileParentId = orig.restrictedProfileParentId;
250 dest.writeInt(restrictedProfileParentId);
275 restrictedProfileParentId = source.readInt();

Completed in 49 milliseconds