Home
last modified time | relevance | path

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

/packages/apps/Dialer/src/com/android/dialer/calllog/
DCallLogAdapter.java684 views.callIds = getCallIds(c, count); in bindView()
1383 private long[] getCallIds(final Cursor cursor, final int groupSize) { in getCallIds() method in CallLogAdapter