OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:CONNECTION_STATE_DISCONNECTED
(Results
1 - 5
of
5
) sorted by null
/packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
HeadsetHalConstants.java
27
final static int
CONNECTION_STATE_DISCONNECTED
= 0;
/packages/apps/Bluetooth/src/com/android/bluetooth/a2dp/
A2dpSinkStateMachine.java
232
case
CONNECTION_STATE_DISCONNECTED
:
304
onConnectionStateChanged(
CONNECTION_STATE_DISCONNECTED
,
345
case
CONNECTION_STATE_DISCONNECTED
:
555
case
CONNECTION_STATE_DISCONNECTED
:
[
all
...]
A2dpStateMachine.java
217
case
CONNECTION_STATE_DISCONNECTED
:
289
onConnectionStateChanged(
CONNECTION_STATE_DISCONNECTED
,
327
case
CONNECTION_STATE_DISCONNECTED
:
533
case
CONNECTION_STATE_DISCONNECTED
:
[
all
...]
/packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/
HeadsetClientHalConstants.java
28
final static int
CONNECTION_STATE_DISCONNECTED
= 0;
/frameworks/base/core/java/android/bluetooth/
BluetoothDevice.java
73
private static final int
CONNECTION_STATE_DISCONNECTED
= 0;
[
all
...]
Completed in 287 milliseconds