Home
last modified time | relevance | path

Searched refs:LAST_ONLINE (Results 1 – 6 of 6) sorted by relevance

/packages/modules/Bluetooth/android/app/lib/mapapi/com/android/bluetooth/mapapi/
DBluetoothMapContract.java1006 String LAST_ONLINE = "last_online"; field
1117 ConvoContactColumns.LAST_ONLINE
1142 PresenceColumns.LAST_ONLINE
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/map/
DBluetoothMapUtilsTest.java62 new String[] {BluetoothMapContract.PresenceColumns.LAST_ONLINE, "Name"}); in printCursor_doesNotCrash()
DConvoContactInfoTest.java52 BluetoothMapContract.ConvoContactColumns.LAST_ONLINE in setConvoColumns()
DBluetoothMapContentObserverTest.java1036 BluetoothMapContract.ConvoContactColumns.LAST_ONLINE in initContactsList()
2381 BluetoothMapContract.ConvoContactColumns.LAST_ONLINE in handleContactListChanges_withNullContactForUci()
2439 BluetoothMapContract.ConvoContactColumns.LAST_ONLINE in handleContactListChanges_withNonNullContactForUci()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/map/
DBluetoothMapUtils.java146 .equals(BluetoothMapContract.PresenceColumns.LAST_ONLINE)) { in printCursor()
DBluetoothMapContentObserver.java634 c.getColumnIndex(BluetoothMapContract.ConvoContactColumns.LAST_ONLINE); in setConvoColunms()