Home
last modified time | relevance | path

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

/packages/apps/Contacts/src/com/android/contacts/quickcontact/
DExpandingEntryCardView.java129 boolean shouldApplyThirdIconColor, int iconResourceId) { in Entry() argument
150 mShouldApplyThirdIconColor = shouldApplyThirdIconColor; in Entry()
238 boolean shouldApplyThirdIconColor() { in shouldApplyThirdIconColor() method in ExpandingEntryCardView.Entry
616 if (thirdIcon != null && entry.shouldApplyThirdIconColor()) { in applyColor()
DQuickContactActivity.java1390 boolean shouldApplyThirdIconColor = true; in dataItemToEntry()
1789 thirdExtras, shouldApplyThirdIconColor, iconResourceId); in dataItemToEntry()