HomeSort by relevance Sort by last modified time
    Searched refs:profileGroupId (Results 1 - 15 of 15) 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();
  /packages/services/Telecomm/src/com/android/server/telecom/
UserUtil.java 41 return userInfo != null && userInfo.profileGroupId != userInfo.id;
  /frameworks/base/services/tests/servicestests/src/com/android/server/pm/
UserManagerServiceUserInfoTest.java 129 user.profileGroupId = 45;
142 assertEquals("profile group not preserved", one.profileGroupId,
143 two.profileGroupId);
UserManagerServiceCreateProfileTest.java 222 user.profileGroupId = user.id;
229 profile.profileGroupId = user.id;
BaseShortcutManagerTest.java 811 if (ui.profileGroupId == UserInfo.NO_PROFILE_GROUP_ID) {
814 final UserInfo parent = mUserInfos.get(ui.profileGroupId);
832 if (targetUserInfo.profileGroupId != UserInfo.NO_PROFILE_GROUP_ID
833 && targetUserInfo.profileGroupId == callingUserInfo.profileGroupId) {
    [all...]
  /frameworks/base/services/tests/servicestests/src/com/android/server/devicepolicy/
MockSystemServices.java 197 public File addUser(int userId, int flags, int profileGroupId) {
200 uh.profileGroupId = profileGroupId;
217 return ui == null ? null : getUserInfo(ui.profileGroupId);
280 || ui.profileGroupId != UserInfo.NO_PROFILE_GROUP_ID
281 && ui.profileGroupId == parent.profileGroupId) {
  /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...]
  /packages/apps/Settings/src/com/android/settings/
SettingsInitialize.java 93 userInfo.profileGroupId, PackageManager.SKIP_CURRENT_PROFILE);
Utils.java     [all...]
  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
ContactsActor.java 159 ui.profileGroupId = groupId;
211 if (ui.id != userHandle && ui.id == child.profileGroupId) {
240 return getUserInfo(userId).profileGroupId == getUserInfo(otherUserId).profileGroupId;
  /packages/apps/Settings/tests/robotests/src/com/android/settings/deviceinfo/storage/
SecondaryUserControllerTest.java 123 secondaryUser.profileGroupId = 101010; // this just has to be something not 0
  /frameworks/base/tests/net/java/com/android/server/connectivity/
VpnTest.java 123 managedProfileA.profileGroupId = primaryUser.id;
  /frameworks/base/services/core/java/com/android/server/am/
UserController.java     [all...]
  /frameworks/base/services/core/java/com/android/server/media/
MediaSessionService.java 370 mFullUserIds.put(userInfo.id, userInfo.profileGroupId);
    [all...]
  /frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
DevicePolicyManagerService.java     [all...]

Completed in 751 milliseconds