Home
last modified time | relevance | path

Searched refs:LAST_ACTIVE (Results 1 – 8 of 8) sorted by relevance

/packages/modules/Bluetooth/android/app/lib/mapapi/com/android/bluetooth/mapapi/
DBluetoothMapContract.java951 String LAST_ACTIVE = "last_active"; field
1097 ConversationColumns.LAST_ACTIVE,
1113 ConvoContactColumns.LAST_ACTIVE,
1133 ChatStatusColumns.CHAT_STATE, ChatStatusColumns.LAST_ACTIVE,
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/map/
DConvoContactInfoTest.java48 BluetoothMapContract.ConvoContactColumns.LAST_ACTIVE, in setConvoColumns()
DFilterInfoTest.java152 BluetoothMapContract.ConvoContactColumns.LAST_ACTIVE, in setEmailImConvoContactColumns()
DBluetoothMapContentObserverTest.java1032 BluetoothMapContract.ConvoContactColumns.LAST_ACTIVE, in initContactsList()
2377 BluetoothMapContract.ConvoContactColumns.LAST_ACTIVE, in handleContactListChanges_withNullContactForUci()
2435 BluetoothMapContract.ConvoContactColumns.LAST_ACTIVE, in handleContactListChanges_withNonNullContactForUci()
DBluetoothMapContentTest.java1229 BluetoothMapContract.ConvoContactColumns.LAST_ACTIVE, in convoListing_withNullFilterRecipient()
1333 BluetoothMapContract.ConvoContactColumns.LAST_ACTIVE, in convoListing_withNonNullFilterRecipient()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/map/
DBluetoothMapUtils.java144 .equals(BluetoothMapContract.ChatStatusColumns.LAST_ACTIVE) in printCursor()
DBluetoothMapContentObserver.java625 c.getColumnIndex(BluetoothMapContract.ConvoContactColumns.LAST_ACTIVE); in setConvoColunms()
DBluetoothMapContent.java400 c.getColumnIndex(BluetoothMapContract.ConvoContactColumns.LAST_ACTIVE); in setEmailImConvoContactColumns()