Home
last modified time | relevance | path

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

/packages/apps/Dialer/src/com/android/dialer/calllog/
DCallLogGroupBuilder.java132 final long firstRowId = cursor.getLong(CallLogQuery.ID); in addGroups() local
134 mGroupCreator.setDayGroup(firstRowId, currentGroupDayGroup); in addGroups()