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

  /frameworks/base/core/java/android/content/pm/
UserInfo.java 110 public int profileGroupId;
128 this.profileGroupId = NO_PROFILE_GROUP_ID;
235 profileGroupId = orig.profileGroupId;
264 dest.writeInt(profileGroupId);
290 profileGroupId = source.readInt();
  /frameworks/base/services/core/java/com/android/server/pm/
UserManagerService.java 160 private static final String ATTR_PROFILE_GROUP_ID = "profileGroupId";
763 if (userInfo == null || userInfo.profileGroupId == UserInfo.NO_PROFILE_GROUP_ID) {
768 || otherUserInfo.profileGroupId == UserInfo.NO_PROFILE_GROUP_ID) {
771 return userInfo.profileGroupId == otherUserInfo.profileGroupId;
794 int parentUserId = profile.profileGroupId;
804 (user.profileGroupId != UserInfo.NO_PROFILE_GROUP_ID
805 && user.profileGroupId == profile.profileGroupId);
    [all...]
  /prebuilts/misc/common/robolectric/android-all/
android-all-7.0.0_r1-robolectric-0.jar 
android-all-stubs.jar 

Completed in 98 milliseconds