OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mBluetoothStateChangeCallback
(Results
1 - 6
of
6
) sorted by null
/frameworks/base/core/java/android/bluetooth/
BluetoothPbap.java
113
final private IBluetoothStateChangeCallback
mBluetoothStateChangeCallback
=
152
mgr.registerStateChangeCallback(
mBluetoothStateChangeCallback
);
189
mgr.unregisterStateChangeCallback(
mBluetoothStateChangeCallback
);
BluetoothA2dp.java
112
final private IBluetoothStateChangeCallback
mBluetoothStateChangeCallback
=
152
mgr.registerStateChangeCallback(
mBluetoothStateChangeCallback
);
177
mgr.unregisterStateChangeCallback(
mBluetoothStateChangeCallback
);
BluetoothHealth.java
101
final private IBluetoothStateChangeCallback
mBluetoothStateChangeCallback
=
478
mgr.registerStateChangeCallback(
mBluetoothStateChangeCallback
);
503
mgr.unregisterStateChangeCallback(
mBluetoothStateChangeCallback
);
BluetoothMap.java
57
final private IBluetoothStateChangeCallback
mBluetoothStateChangeCallback
=
97
mgr.registerStateChangeCallback(
mBluetoothStateChangeCallback
);
134
mgr.unregisterStateChangeCallback(
mBluetoothStateChangeCallback
);
BluetoothInputDevice.java
190
final private IBluetoothStateChangeCallback
mBluetoothStateChangeCallback
=
232
mgr.registerStateChangeCallback(
mBluetoothStateChangeCallback
);
257
mgr.unregisterStateChangeCallback(
mBluetoothStateChangeCallback
);
BluetoothHeadset.java
230
final private IBluetoothStateChangeCallback
mBluetoothStateChangeCallback
=
270
mgr.registerStateChangeCallback(
mBluetoothStateChangeCallback
);
302
mgr.unregisterStateChangeCallback(
mBluetoothStateChangeCallback
);
[
all
...]
Completed in 27 milliseconds