Searched refs:mBadgeColors (Results 1 – 1 of 1) sorted by relevance
150 private final @Nullable int[] mBadgeColors; field in UserTypeDetails204 this.mBadgeColors = badgeColors; in UserTypeDetails()306 if (mBadgeColors == null || mBadgeColors.length == 0 || badgeIndex < 0) { in getBadgeColor()309 return mBadgeColors[Math.min(badgeIndex, mBadgeColors.length - 1)]; in getBadgeColor()416 pw.println(mBadgeColors != null ? mBadgeColors.length : "0(null)"); in dump()439 private @Nullable int[] mBadgeColors = null; field in UserTypeDetails.Builder486 mBadgeColors = badgeColors; in setBadgeColors()585 Preconditions.checkArgument(mBadgeColors != null && mBadgeColors.length != 0, in createUserTypeDetails()607 mBadgeColors, in createUserTypeDetails()608 mDarkThemeBadgeColors == null ? mBadgeColors : mDarkThemeBadgeColors, in createUserTypeDetails()