Searched refs:timestampIndex (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Dialer/java/com/android/dialer/calllog/ui/
H A DNewCallLogAdapter.java28 private final int timestampIndex; field in class:NewCallLogAdapter
32 timestampIndex = cursor.getColumnIndexOrThrow(CoalescedAnnotatedCallLog.TIMESTAMP);
45 long timestamp = cursor.getLong(timestampIndex);
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
H A DBluetoothOppNotification.java245 final int timestampIndex = cursor.getColumnIndexOrThrow(BluetoothShare.TIMESTAMP);
257 long timeStamp = cursor.getLong(timestampIndex);
384 final int timestampIndex = cursor.getColumnIndexOrThrow(BluetoothShare.TIMESTAMP);
390 timeStamp = cursor.getLong(timestampIndex);
450 timeStamp = cursor.getLong(timestampIndex);

Completed in 496 milliseconds