Home
last modified time | relevance | path

Searched refs:profileBadge (Results 1 – 9 of 9) sorted by relevance

/frameworks/base/core/java/android/content/pm/
DUserInfo.java205 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/
DUserManagerServiceUserInfoTest.java256 user.profileBadge = 2; in createUser()
274 assertEquals("profile badge not preserved", one.profileBadge, two.profileBadge); in assertUserInfoEquals()
DUserManagerServiceCreateProfileTest.java173 profile.profileBadge = nextBadge; in testProfileBadgeUnique()
194 profileBadgeOne.profileBadge = 1; in testProfileBadgeReuse()
DUserManagerTest.java481 final int badgeIndex = userInfo.profileBadge; in testProfileTypeInformation()
/frameworks/base/services/core/java/com/android/server/pm/
DUserManagerService.java1439 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/
DNotification.java5060 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/
Dtest-lint-baseline.txt2414 MutableBareField: android.content.pm.UserInfo#profileBadge:
2415 Bare field profileBadge must be marked final, or moved behind accessors if mutable
Dtest-current.txt908 field public int profileBadge;
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt16303 Landroid/content/pm/UserInfo;->profileBadge:I