Home
last modified time | relevance | path

Searched refs:getMessageHandler (Results 1 – 3 of 3) sorted by relevance

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/map/
DBluetoothMnsObexClient.java91 public Handler getMessageHandler() { in getMessageHandler() method in BluetoothMnsObexClient
DBluetoothMapContentObserver.java990 Handler mns = mMnsClient.getMessageHandler(); in setNotificationRegistration()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/map/
DBluetoothMapContentObserverTest.java343 when(mClient.getMessageHandler()).thenReturn(null); in testSetNotificationRegistration_withNullHandler()
356 when(mClient.getMessageHandler()).thenReturn(handler); in testSetNotificationRegistration_withInvalidMnsRecord()
370 when(mClient.getMessageHandler()).thenReturn(handler); in testSetNotificationRegistration_withValidMnsRecord()