OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:STATE_DISCONNECTED
(Results
1 - 3
of
3
) sorted by null
/frameworks/base/core/java/android/bluetooth/
BluetoothA2dp.java
70
public static final int
STATE_DISCONNECTED
= 0;
231
return BluetoothA2dp.
STATE_DISCONNECTED
;
278
case
STATE_DISCONNECTED
:
BluetoothHeadset.java
78
* {@link #
STATE_DISCONNECTED
} from any previous state.
98
public static final int
STATE_DISCONNECTED
= 0;
BluetoothPbap.java
77
public static final int
STATE_DISCONNECTED
= 0;
Completed in 27 milliseconds