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.java102 int timestampIndex = cursor.getColumnIndex(DeletedContacts.CONTACT_DELETED_TIMESTAMP); in getDeletedContactIds() local
109 newTimestamp = Math.max(newTimestamp, cursor.getLong(timestampIndex)); in getDeletedContactIds()
170 int timestampIndex = cursor.getColumnIndex( in getUpdatedContactIds() local
182 newTimestamp = Math.max(newTimestamp, cursor.getLong(timestampIndex)); in getUpdatedContactIds()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/opp/
DBluetoothOppNotification.java271 final int timestampIndex = cursor.getColumnIndexOrThrow(BluetoothShare.TIMESTAMP); in updateActiveNotification() local
283 long timeStamp = cursor.getLong(timestampIndex); in updateActiveNotification()
422 final int timestampIndex = cursor.getColumnIndexOrThrow(BluetoothShare.TIMESTAMP); in updateCompletedNotification() local
428 timeStamp = cursor.getLong(timestampIndex); in updateCompletedNotification()
493 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()