Home
last modified time | relevance | path

Searched refs:RequestSetNotificationRegistration (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/mapclient/obex/
DRequestSetNotificationRegistration.java26 final class RequestSetNotificationRegistration extends Request { class
32 RequestSetNotificationRegistration(boolean status) { in RequestSetNotificationRegistration() method in RequestSetNotificationRegistration
/packages/apps/Bluetooth/src/com/android/bluetooth/mapclient/
DMceStateMachine.java472 mMasClient.makeRequest(new RequestSetNotificationRegistration(true)); in enter()
821 mMasClient.makeRequest(new RequestSetNotificationRegistration(false)); in enter()