Home
last modified time | relevance | path

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

/packages/modules/AppSearch/service/java/com/android/server/appsearch/contactsindexer/
DContactsProviderUtil.java104 int timestampIndex = cursor.getColumnIndex(DeletedContacts.CONTACT_DELETED_TIMESTAMP); in getDeletedContactIds() local
111 newTimestamp = Math.max(newTimestamp, cursor.getLong(timestampIndex)); in getDeletedContactIds()
186 int timestampIndex = cursor.getColumnIndex(Contacts.CONTACT_LAST_UPDATED_TIMESTAMP); in getUpdatedContactIds() local
197 newTimestamp = Math.max(newTimestamp, cursor.getLong(timestampIndex)); in getUpdatedContactIds()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/opp/
DBluetoothOppNotification.java305 final int timestampIndex = cursor.getColumnIndexOrThrow(BluetoothShare.TIMESTAMP); in updateActiveNotification() local
317 long timeStamp = cursor.getLong(timestampIndex); in updateActiveNotification()
479 final int timestampIndex = cursor.getColumnIndexOrThrow(BluetoothShare.TIMESTAMP); in updateCompletedNotification() local
485 timeStamp = cursor.getLong(timestampIndex); in updateCompletedNotification()
574 timeStamp = cursor.getLong(timestampIndex); in updateCompletedNotification()
/packages/apps/Settings/src/com/android/settings/fuelgauge/batterytip/
DBatteryDatabaseManager.java200 final int timestampIndex = cursor.getColumnIndex(ActionColumns.TIME_STAMP_MS); in queryActionTime() local
204 final long timeStamp = cursor.getLong(timestampIndex); in queryActionTime()