Searched refs:callLogAlertManager (Results 1 – 1 of 1) sorted by relevance
153 private final CallLogAlertManager callLogAlertManager; field in CallLogAdapter567 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()