Searched refs:profileBadge (Results 1 – 9 of 9) sorted by relevance
/frameworks/base/core/java/android/content/pm/ |
D | UserInfo.java | 205 public int profileBadge; field in UserInfo 435 profileBadge = orig.profileBadge; in UserInfo() 490 dest.writeInt(profileBadge); in writeToParcel() 519 profileBadge = source.readInt(); in UserInfo()
|
/frameworks/base/services/tests/servicestests/src/com/android/server/pm/ |
D | UserManagerServiceUserInfoTest.java | 256 user.profileBadge = 2; in createUser() 274 assertEquals("profile badge not preserved", one.profileBadge, two.profileBadge); in assertUserInfoEquals()
|
D | UserManagerServiceCreateProfileTest.java | 173 profile.profileBadge = nextBadge; in testProfileBadgeUnique() 194 profileBadgeOne.profileBadge = 1; in testProfileBadgeReuse()
|
D | UserManagerTest.java | 481 final int badgeIndex = userInfo.profileBadge; in testProfileTypeInformation()
|
/frameworks/base/services/core/java/com/android/server/pm/ |
D | UserManagerService.java | 1439 final int badgeIndex = userInfo.profileBadge; in getUserBadgeLabelResId() 1456 return userTypeDetails.getBadgeColor(userInfo.profileBadge); in getUserBadgeColorResId() 1472 return userTypeDetails.getDarkThemeBadgeColor(userInfo.profileBadge); in getUserBadgeDarkColorResId() 2993 userInfo.profileBadge = getFreeProfileBadgeLU(userInfo.profileGroupId, userInfo.userType); in upgradeProfileToTypeLU() 3132 serializer.attributeInt(null, ATTR_PROFILE_BADGE, userInfo.profileBadge); in writeUserLP() 3274 int profileBadge = 0; in readUserLP() local 3318 profileBadge = parser.getAttributeInt(null, ATTR_PROFILE_BADGE, 0); in readUserLP() 3381 userInfo.profileBadge = profileBadge; in readUserLP() 3661 userInfo.profileBadge = getFreeProfileBadgeLU(parentId, userType); in createUserInternalUncheckedNoTracing() 5842 usedBadges.add(ui.profileBadge); in getFreeProfileBadgeLU()
|
/frameworks/base/core/java/android/app/ |
D | Notification.java | 5060 Bitmap profileBadge = getProfileBadge(); in bindProfileBadge() local 5062 if (profileBadge != null) { in bindProfileBadge() 5063 contentView.setImageViewBitmap(R.id.profile_badge, profileBadge); in bindProfileBadge()
|
/frameworks/base/core/api/ |
D | test-lint-baseline.txt | 2414 MutableBareField: android.content.pm.UserInfo#profileBadge: 2415 Bare field profileBadge must be marked final, or moved behind accessors if mutable
|
D | test-current.txt | 908 field public int profileBadge;
|
/frameworks/base/boot/hiddenapi/ |
D | hiddenapi-max-target-o.txt | 16303 Landroid/content/pm/UserInfo;->profileBadge:I
|