Searched refs:profileBadge (Results 1 – 6 of 6) sorted by relevance
203 public int profileBadge; field in UserInfo419 profileBadge = orig.profileBadge; in UserInfo()473 dest.writeInt(profileBadge); in writeToParcel()502 profileBadge = source.readInt(); in UserInfo()
226 user.profileBadge = 2; in createUser()243 assertEquals("profile badge not preseved", one.profileBadge, two.profileBadge); in assertUserInfoEquals()
174 profile.profileBadge = nextBadge; in testProfileBadgeUnique()195 profileBadgeOne.profileBadge = 1; in testProfileBadgeReuse()
347 final int badgeIndex = userInfo.profileBadge; in testProfileTypeInformation()
1356 final int badgeIndex = userInfo.profileBadge; in getUserBadgeLabelResId()1373 return userTypeDetails.getBadgeColor(userInfo.profileBadge); in getUserBadgeColorResId()1389 return userTypeDetails.getDarkThemeBadgeColor(userInfo.profileBadge); in getUserBadgeDarkColorResId()2884 Integer.toString(userInfo.profileBadge)); in writeUserLP()3029 int profileBadge = 0; in readUserLP() local3073 profileBadge = readIntAttribute(parser, ATTR_PROFILE_BADGE, 0); in readUserLP()3143 userInfo.profileBadge = profileBadge; in readUserLP()3460 userInfo.profileBadge = getFreeProfileBadgeLU(parentId, userType); in createUserInternalUncheckedNoTracing()5306 usedBadges.add(ui.profileBadge); in getFreeProfileBadgeLU()
4735 Bitmap profileBadge = getProfileBadge(); in bindProfileBadge() local4737 if (profileBadge != null) { in bindProfileBadge()4738 contentView.setImageViewBitmap(R.id.profile_badge, profileBadge); in bindProfileBadge()