Home
last modified time | relevance | path

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

/packages/apps/Dialer/src/com/android/dialer/calllog/
DCallLogAdapter.java191 private HashMap<Long,Integer> mDayGroups = new HashMap<Long, Integer>(); field in CallLogAdapter
860 if (mDayGroups.containsKey(callId)) { in getDayGroupForCall()
861 return mDayGroups.get(callId); in getDayGroupForCall()
1321 if (!mDayGroups.containsKey(rowId)) { in setDayGroup()
1322 mDayGroups.put(rowId, dayGroup); in setDayGroup()
1331 mDayGroups.clear(); in clearDayGroups()