Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/map/
DBluetoothMapService.java96 static final int MSG_OBSERVER_REGISTRATION = 5008; field in BluetoothMapService
439 case MSG_OBSERVER_REGISTRATION: in handleMessage()
DBluetoothMnsObexClient.java280 msg.what = BluetoothMapService.MSG_OBSERVER_REGISTRATION; in handleRegistration()