Searched refs:timestampIndex (Results 1 – 3 of 3) sorted by relevance
102 int timestampIndex = cursor.getColumnIndex(DeletedContacts.CONTACT_DELETED_TIMESTAMP); in getDeletedContactIds() local109 newTimestamp = Math.max(newTimestamp, cursor.getLong(timestampIndex)); in getDeletedContactIds()170 int timestampIndex = cursor.getColumnIndex( in getUpdatedContactIds() local182 newTimestamp = Math.max(newTimestamp, cursor.getLong(timestampIndex)); in getUpdatedContactIds()
271 final int timestampIndex = cursor.getColumnIndexOrThrow(BluetoothShare.TIMESTAMP); in updateActiveNotification() local283 long timeStamp = cursor.getLong(timestampIndex); in updateActiveNotification()422 final int timestampIndex = cursor.getColumnIndexOrThrow(BluetoothShare.TIMESTAMP); in updateCompletedNotification() local428 timeStamp = cursor.getLong(timestampIndex); in updateCompletedNotification()493 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()