Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/map/
DBluetoothMapContentObserverTest.java346 mObserver.setNotificationRegistration(BluetoothMapAppParams.NOTIFICATION_STATUS_NO), in testSetNotificationRegistration_withNullHandler()
360 mObserver.setNotificationRegistration(BluetoothMapAppParams.NOTIFICATION_STATUS_NO), in testSetNotificationRegistration_withInvalidMnsRecord()
374 mObserver.setNotificationRegistration(BluetoothMapAppParams.NOTIFICATION_STATUS_NO), in testSetNotificationRegistration_withValidMnsRecord()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/map/
DBluetoothMapObexServer.java476 return mObserver.setNotificationRegistration(appParams.getNotificationStatus()); in onPut()
DBluetoothMapContentObserver.java984 public int setNotificationRegistration(int notificationStatus) throws RemoteException { in setNotificationRegistration() method in BluetoothMapContentObserver