Searched refs:TEST_HANDLE_ONE (Results 1 – 1 of 1) sorted by relevance
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/map/ |
D | BluetoothMapContentObserverTest.java | 82 static final long TEST_HANDLE_ONE = 1; field in BluetoothMapContentObserverTest 247 mObserver.new Event(eventType, TEST_HANDLE_ONE, null, null); in testSendEvent_withZeroEventFilter() 298 mObserver.new Event(eventType, TEST_HANDLE_ONE, null, null); in testEvent_withNonZeroEventFilter() 383 map.put(TEST_HANDLE_ONE, msg); in testSetMessageStatusRead_withTypeSmsGsm() 391 TEST_HANDLE_ONE, type, TEST_URI_STR, TEST_STATUS_VALUE)); in testSetMessageStatusRead_withTypeSmsGsm() 401 map.put(TEST_HANDLE_ONE, msg); in testSetMessageStatusRead_withTypeMms() 409 TEST_HANDLE_ONE, type, TEST_URI_STR, TEST_STATUS_VALUE)); in testSetMessageStatusRead_withTypeMms() 419 map.put(TEST_HANDLE_ONE, msg); in testSetMessageStatusRead_withTypeEmail() 426 TEST_HANDLE_ONE, type, TEST_URI_STR, TEST_STATUS_VALUE)); in testSetMessageStatusRead_withTypeEmail() 436 map.put(TEST_HANDLE_ONE, msg); in testDeleteMessageMms_withNonDeletedThreadId() [all …]
|