Home
last modified time | relevance | path

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

/packages/apps/Dialer/java/com/android/incallui/contactgrid/
DTopRow.java88 if (shouldShowNumber(primaryInfo, true /* isIncoming */)) { in getInfo()
107 && shouldShowNumber(primaryInfo, false /* isIncoming */)) { in getInfo()
126 private static boolean shouldShowNumber(PrimaryInfo primaryInfo, boolean isIncoming) { in shouldShowNumber() method in TopRow