Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
DBluetoothOppNotification.java267 final int timestampIndex = cursor.getColumnIndexOrThrow(BluetoothShare.TIMESTAMP); in updateActiveNotification() local
279 long timeStamp = cursor.getLong(timestampIndex); in updateActiveNotification()
418 final int timestampIndex = cursor.getColumnIndexOrThrow(BluetoothShare.TIMESTAMP); in updateCompletedNotification() local
424 timeStamp = cursor.getLong(timestampIndex); in updateCompletedNotification()
494 timeStamp = cursor.getLong(timestampIndex); in updateCompletedNotification()
/packages/apps/Settings/src/com/android/settings/fuelgauge/batterytip/
DBatteryDatabaseManager.java179 final int timestampIndex = cursor.getColumnIndex(ActionColumns.TIME_STAMP_MS); in queryActionTime() local
183 final long timeStamp = cursor.getLong(timestampIndex); in queryActionTime()