Searched defs:MAX_CALL_TYPE_ICONS (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Car/Dialer/src/com/android/car/dialer/
H A DCallTypeIconsView.java38 private List<Integer> mCallTypes = new ArrayList<>(MAX_CALL_TYPE_ICONS);
43 public static final int MAX_CALL_TYPE_ICONS = 3; field in class:CallTypeIconsView
/packages/apps/Dialer/java/com/android/dialer/app/calllog/
H A DPhoneCallDetailsHelper.java46 private static final int MAX_CALL_TYPE_ICONS = 3; field in class:PhoneCallDetailsHelper
80 for (int index = 0; index < count && index < MAX_CALL_TYPE_ICONS; ++index) {
99 if (count > MAX_CALL_TYPE_ICONS) {

Completed in 208 milliseconds