Home
last modified time | relevance | path

Searched defs:TEST_SENT_FOLDER_ID (Results 1 – 2 of 2) sorted by relevance

/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/map/
DBluetoothMapContentObserverTest.java92 static final long TEST_SENT_FOLDER_ID = BluetoothMapContract.FOLDER_ID_SENT; field in BluetoothMapContentObserverTest
1277 mObserver.getMsgListMsg().get(TEST_HANDLE_ONE).folderId, TEST_SENT_FOLDER_ID); in handleMsgListChangesMsg_withExistingMessage_andNonNullSentFolder() local
1318 mObserver.getMsgListMsg().get(TEST_HANDLE_ONE).folderId, TEST_SENT_FOLDER_ID); in handleMsgListChangesMsg_withExistingMessage_andNonNullTransparentSentFolder() local
DBluetoothMapContentTest.java90 private static final long TEST_SENT_FOLDER_ID = BluetoothMapContract.FOLDER_ID_SENT; field in BluetoothMapContentTest