Searched defs:mBluetoothStateChangeCallback (Results 1 - 9 of 9) sorted by relevance

/frameworks/base/core/java/android/bluetooth/
H A DBluetoothA2dpSink.java130 final private IBluetoothStateChangeCallback mBluetoothStateChangeCallback = field in class:BluetoothA2dpSink
170 mgr.registerStateChangeCallback(mBluetoothStateChangeCallback);
196 mgr.unregisterStateChangeCallback(mBluetoothStateChangeCallback);
H A DBluetoothAvrcpController.java71 final private IBluetoothStateChangeCallback mBluetoothStateChangeCallback = field in class:BluetoothAvrcpController
112 mgr.registerStateChangeCallback(mBluetoothStateChangeCallback);
138 mgr.unregisterStateChangeCallback(mBluetoothStateChangeCallback);
H A DBluetoothPbap.java112 final private IBluetoothStateChangeCallback mBluetoothStateChangeCallback = field in class:BluetoothPbap
151 mgr.registerStateChangeCallback(mBluetoothStateChangeCallback);
189 mgr.unregisterStateChangeCallback(mBluetoothStateChangeCallback);
H A DBluetoothA2dp.java117 final private IBluetoothStateChangeCallback mBluetoothStateChangeCallback = field in class:BluetoothA2dp
157 mgr.registerStateChangeCallback(mBluetoothStateChangeCallback);
183 mgr.unregisterStateChangeCallback(mBluetoothStateChangeCallback);
H A DBluetoothMap.java55 final private IBluetoothStateChangeCallback mBluetoothStateChangeCallback = field in class:BluetoothMap
95 mgr.registerStateChangeCallback(mBluetoothStateChangeCallback);
133 mgr.unregisterStateChangeCallback(mBluetoothStateChangeCallback);
H A DBluetoothHeadset.java233 final private IBluetoothStateChangeCallback mBluetoothStateChangeCallback = field in class:BluetoothHeadset
266 mgr.registerStateChangeCallback(mBluetoothStateChangeCallback);
310 mgr.unregisterStateChangeCallback(mBluetoothStateChangeCallback);
H A DBluetoothHealth.java100 final private IBluetoothStateChangeCallback mBluetoothStateChangeCallback = field in class:BluetoothHealth
477 mgr.registerStateChangeCallback(mBluetoothStateChangeCallback);
503 mgr.unregisterStateChangeCallback(mBluetoothStateChangeCallback);
H A DBluetoothInputDevice.java207 final private IBluetoothStateChangeCallback mBluetoothStateChangeCallback = field in class:BluetoothInputDevice
249 mgr.registerStateChangeCallback(mBluetoothStateChangeCallback);
275 mgr.unregisterStateChangeCallback(mBluetoothStateChangeCallback);
H A DBluetoothHeadsetClient.java372 final private IBluetoothStateChangeCallback mBluetoothStateChangeCallback = field in class:BluetoothHeadsetClient
414 mgr.registerStateChangeCallback(mBluetoothStateChangeCallback);
447 mgr.unregisterStateChangeCallback(mBluetoothStateChangeCallback);

Completed in 73 milliseconds