Searched refs:timestampIndex (Results 1 – 2 of 2) sorted by relevance
267 final int timestampIndex = cursor.getColumnIndexOrThrow(BluetoothShare.TIMESTAMP); in updateActiveNotification() local279 long timeStamp = cursor.getLong(timestampIndex); in updateActiveNotification()418 final int timestampIndex = cursor.getColumnIndexOrThrow(BluetoothShare.TIMESTAMP); in updateCompletedNotification() local424 timeStamp = cursor.getLong(timestampIndex); in updateCompletedNotification()494 timeStamp = cursor.getLong(timestampIndex); in updateCompletedNotification()
179 final int timestampIndex = cursor.getColumnIndex(ActionColumns.TIME_STAMP_MS); in queryActionTime() local183 final long timeStamp = cursor.getLong(timestampIndex); in queryActionTime()