Home
last modified time | relevance | path

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

/packages/apps/Dialer/java/com/android/dialer/app/calllog/
DCallLogAdapter.java153 private final CallLogAlertManager callLogAlertManager; field in CallLogAdapter
567 callLogAlertManager = in CallLogAdapter()
702 return callLogAlertManager; in getAlertManager()
719 return callLogAlertManager.createViewHolder(parent); in onCreateViewHolder()
1171 return super.getItemCount() + (callLogAlertManager.isEmpty() ? 0 : 1); in getItemCount()
1176 if (position == ALERT_POSITION && !callLogAlertManager.isEmpty()) { in getItemViewType()
1190 return super.getItem(position - (callLogAlertManager.isEmpty() ? 0 : 1)); in getItem()
1205 return super.getGroupSize(position - (callLogAlertManager.isEmpty() ? 0 : 1)); in getGroupSize()