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

  /frameworks/base/core/java/android/content/pm/
UserInfo.java 106 public int restrictedProfileParentId;
122 this.restrictedProfileParentId = NO_PROFILE_GROUP_ID;
230 restrictedProfileParentId = orig.restrictedProfileParentId;
259 dest.writeInt(restrictedProfileParentId);
284 restrictedProfileParentId = source.readInt();
  /frameworks/base/services/core/java/com/android/server/pm/
UserManagerService.java 148 private static final String ATTR_RESTRICTED_PROFILE_PARENT_ID = "restrictedProfileParentId";
    [all...]

Completed in 1124 milliseconds