OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mBluetoothStateChangeCallback
(Results
1 - 13
of
13
) sorted by null
/frameworks/base/core/java/android/bluetooth/
BluetoothPbap.java
112
final private IBluetoothStateChangeCallback
mBluetoothStateChangeCallback
=
151
mgr.registerStateChangeCallback(
mBluetoothStateChangeCallback
);
189
mgr.unregisterStateChangeCallback(
mBluetoothStateChangeCallback
);
BluetoothPbapClient.java
55
final private IBluetoothStateChangeCallback
mBluetoothStateChangeCallback
=
103
mgr.registerStateChangeCallback(
mBluetoothStateChangeCallback
);
141
mgr.unregisterStateChangeCallback(
mBluetoothStateChangeCallback
);
BluetoothSap.java
92
final private IBluetoothStateChangeCallback
mBluetoothStateChangeCallback
=
132
mgr.registerStateChangeCallback(
mBluetoothStateChangeCallback
);
171
mgr.unregisterStateChangeCallback(
mBluetoothStateChangeCallback
);
BluetoothA2dp.java
120
final private IBluetoothStateChangeCallback
mBluetoothStateChangeCallback
=
160
mgr.registerStateChangeCallback(
mBluetoothStateChangeCallback
);
186
mgr.unregisterStateChangeCallback(
mBluetoothStateChangeCallback
);
BluetoothA2dpSink.java
130
final private IBluetoothStateChangeCallback
mBluetoothStateChangeCallback
=
170
mgr.registerStateChangeCallback(
mBluetoothStateChangeCallback
);
196
mgr.unregisterStateChangeCallback(
mBluetoothStateChangeCallback
);
BluetoothAvrcpController.java
129
final private IBluetoothStateChangeCallback
mBluetoothStateChangeCallback
=
170
mgr.registerStateChangeCallback(
mBluetoothStateChangeCallback
);
196
mgr.unregisterStateChangeCallback(
mBluetoothStateChangeCallback
);
BluetoothHealth.java
100
final private IBluetoothStateChangeCallback
mBluetoothStateChangeCallback
=
477
mgr.registerStateChangeCallback(
mBluetoothStateChangeCallback
);
503
mgr.unregisterStateChangeCallback(
mBluetoothStateChangeCallback
);
BluetoothMap.java
55
final private IBluetoothStateChangeCallback
mBluetoothStateChangeCallback
=
95
mgr.registerStateChangeCallback(
mBluetoothStateChangeCallback
);
133
mgr.unregisterStateChangeCallback(
mBluetoothStateChangeCallback
);
BluetoothInputDevice.java
207
final private IBluetoothStateChangeCallback
mBluetoothStateChangeCallback
=
249
mgr.registerStateChangeCallback(
mBluetoothStateChangeCallback
);
275
mgr.unregisterStateChangeCallback(
mBluetoothStateChangeCallback
);
BluetoothHeadset.java
233
final private IBluetoothStateChangeCallback
mBluetoothStateChangeCallback
=
266
mgr.registerStateChangeCallback(
mBluetoothStateChangeCallback
);
310
mgr.unregisterStateChangeCallback(
mBluetoothStateChangeCallback
);
[
all
...]
BluetoothHeadsetClient.java
372
final private IBluetoothStateChangeCallback
mBluetoothStateChangeCallback
=
414
mgr.registerStateChangeCallback(
mBluetoothStateChangeCallback
);
447
mgr.unregisterStateChangeCallback(
mBluetoothStateChangeCallback
);
[
all
...]
/external/robolectric/v3/runtime/
android-all-4.2.2_r1.2-robolectric-0.jar
android-all-4.3_r2-robolectric-0.jar
Completed in 74 milliseconds