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 111 public int restrictedProfileParentId;
129 this.restrictedProfileParentId = NO_PROFILE_GROUP_ID;
236 restrictedProfileParentId = orig.restrictedProfileParentId;
266 dest.writeInt(restrictedProfileParentId);
292 restrictedProfileParentId = source.readInt();
  /frameworks/base/services/core/java/com/android/server/pm/
UserManagerService.java 160 private static final String ATTR_RESTRICTED_PROFILE_PARENT_ID = "restrictedProfileParentId";
    [all...]

Completed in 481 milliseconds