Searched defs:TEST_SENT_FOLDER_ID (Results 1 – 2 of 2) sorted by relevance
92 static final long TEST_SENT_FOLDER_ID = BluetoothMapContract.FOLDER_ID_SENT; field in BluetoothMapContentObserverTest1277 mObserver.getMsgListMsg().get(TEST_HANDLE_ONE).folderId, TEST_SENT_FOLDER_ID); in handleMsgListChangesMsg_withExistingMessage_andNonNullSentFolder() local1318 mObserver.getMsgListMsg().get(TEST_HANDLE_ONE).folderId, TEST_SENT_FOLDER_ID); in handleMsgListChangesMsg_withExistingMessage_andNonNullTransparentSentFolder() local
90 private static final long TEST_SENT_FOLDER_ID = BluetoothMapContract.FOLDER_ID_SENT; field in BluetoothMapContentTest