Searched refs:timestampIndex (Results 1 – 3 of 3) sorted by relevance
104 int timestampIndex = cursor.getColumnIndex(DeletedContacts.CONTACT_DELETED_TIMESTAMP); in getDeletedContactIds() local111 newTimestamp = Math.max(newTimestamp, cursor.getLong(timestampIndex)); in getDeletedContactIds()186 int timestampIndex = cursor.getColumnIndex(Contacts.CONTACT_LAST_UPDATED_TIMESTAMP); in getUpdatedContactIds() local197 newTimestamp = Math.max(newTimestamp, cursor.getLong(timestampIndex)); in getUpdatedContactIds()
305 final int timestampIndex = cursor.getColumnIndexOrThrow(BluetoothShare.TIMESTAMP); in updateActiveNotification() local317 long timeStamp = cursor.getLong(timestampIndex); in updateActiveNotification()479 final int timestampIndex = cursor.getColumnIndexOrThrow(BluetoothShare.TIMESTAMP); in updateCompletedNotification() local485 timeStamp = cursor.getLong(timestampIndex); in updateCompletedNotification()574 timeStamp = cursor.getLong(timestampIndex); in updateCompletedNotification()
200 final int timestampIndex = cursor.getColumnIndex(ActionColumns.TIME_STAMP_MS); in queryActionTime() local204 final long timeStamp = cursor.getLong(timestampIndex); in queryActionTime()