Home
last modified time | relevance | path

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

/packages/apps/Dialer/java/com/android/dialer/lettertile/
DLetterTileDrawable.java378 @Nullable final String identifierForTileColor, in setCanonicalDialerLetterTileDetails() argument
393 && ((displayName == null && identifierForTileColor == null) in setCanonicalDialerLetterTileDetails()
405 if (identifierForTileColor != null) { in setCanonicalDialerLetterTileDetails()
406 this.setLetterAndColorFromContactDetails(displayName, identifierForTileColor); in setCanonicalDialerLetterTileDetails()