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.java991 Handler mns = mMnsClient.getMessageHandler(); in setNotificationRegistration()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/map/
DBluetoothMapContentObserverTest.java335 when(mClient.getMessageHandler()).thenReturn(null); in testSetNotificationRegistration_withNullHandler()
349 when(mClient.getMessageHandler()).thenReturn(handler); in testSetNotificationRegistration_withInvalidMnsRecord()
364 when(mClient.getMessageHandler()).thenReturn(handler); in testSetNotificationRegistration_withValidMnsRecord()