Searched refs:profileBadge (Results 1 – 6 of 6) sorted by relevance
146 public int profileBadge; field in UserInfo308 profileBadge = orig.profileBadge; in UserInfo()355 dest.writeInt(profileBadge); in writeToParcel()383 profileBadge = source.readInt(); in UserInfo()
132 user.profileBadge = 2; in createUser()148 assertEquals("profile badge not preseved", one.profileBadge, two.profileBadge); in assertUserInfoEquals()
130 profile.profileBadge = nextBadge; in testProfileBadgeUnique()149 profileBadgeOne.profileBadge = 1; in testProfileBadgeReuse()
1160 return userInfo != null ? userInfo.profileBadge : 0; in getManagedProfileBadge()2393 Integer.toString(userInfo.profileBadge)); in writeUserLP()2538 int profileBadge = 0; in readUserLP() local2579 profileBadge = readIntAttribute(parser, ATTR_PROFILE_BADGE, 0); in readUserLP()2646 userInfo.profileBadge = profileBadge; in readUserLP()2912 userInfo.profileBadge = getFreeProfileBadgeLU(parentId); in createUserInternalUncheckedNoTracing()4463 && ui.profileBadge < maxManagedProfiles) { in getFreeProfileBadgeLU()4464 usedBadges[ui.profileBadge] = true; in getFreeProfileBadgeLU()
4605 Bitmap profileBadge = getProfileBadge(); in bindProfileBadge() local4607 if (profileBadge != null) { in bindProfileBadge()4608 contentView.setImageViewBitmap(R.id.profile_badge, profileBadge); in bindProfileBadge()
16312 Landroid/content/pm/UserInfo;->profileBadge:I