Searched refs:userIdIdentifier (Results 1 – 7 of 7) sorted by relevance
299 public boolean shouldShowBadge(int userIdIdentifier) { in shouldShowBadge() argument303 && ActivityManager.getCurrentUser() != userIdIdentifier; in shouldShowBadge()306 && mManagedUser.getIdentifier() == userIdIdentifier; in shouldShowBadge()310 public String getProfileLabel(int userIdIdentifier) { in getProfileLabel() argument312 return mUserManagerState.getUserIdToLabelMap().get(UserId.of(userIdIdentifier)); in getProfileLabel()
148 final int userIdIdentifier = getCursorInt(cursor, RootCursorWrapper.COLUMN_USER_ID); in onBindViewHolder() local161 holder.bindProfileIcon(mIconHelper.shouldShowBadge(userIdIdentifier), userIdIdentifier); in onBindViewHolder() local163 holder.bindBriefcaseIcon(mIconHelper.shouldShowBadge(userIdIdentifier)); in onBindViewHolder()
107 public void bindProfileIcon(boolean show, int userIdIdentifier) { in bindProfileIcon() argument110 Drawable drawable = userIdToBadgeMap.get(UserId.of(userIdIdentifier)); in bindProfileIcon()113 mIconBadge.setContentDescription(mIconHelper.getProfileLabel(userIdIdentifier)); in bindProfileIcon()
142 public void bindProfileIcon(boolean show, int userIdIdentifier) { in bindProfileIcon() argument145 Drawable drawable = userIdToBadgeMap.get(UserId.of(userIdIdentifier)); in bindProfileIcon()149 mIconBadge.setContentDescription(mIconHelper.getProfileLabel(userIdIdentifier)); in bindProfileIcon()
216 public void bindProfileIcon(boolean show, int userIdIdentifier) { in bindProfileIcon() argument219 Drawable drawable = userIdToBadgeMap.get(UserId.of(userIdIdentifier)); in bindProfileIcon()222 mIconBadge.setContentDescription(mIconHelper.getProfileLabel(userIdIdentifier)); in bindProfileIcon()
212 public void bindProfileIcon(boolean show, int userIdIdentifier) { in bindProfileIcon() argument215 Drawable drawable = userIdToBadgeMap.get(UserId.of(userIdIdentifier)); in bindProfileIcon()218 mIconBadge.setContentDescription(mIconHelper.getProfileLabel(userIdIdentifier)); in bindProfileIcon()
139 public void bindProfileIcon(boolean show, int userIdIdentifier) { in bindProfileIcon() argument