OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:connectionState
(Results
1 - 5
of
5
) sorted by null
/packages/apps/Bluetooth/src/com/android/bluetooth/a2dp/
A2dpService.java
122
int
connectionState
= mStateMachine.getConnectionState(device);
123
if (
connectionState
== BluetoothProfile.STATE_CONNECTED ||
124
connectionState
== BluetoothProfile.STATE_CONNECTING) {
135
int
connectionState
= mStateMachine.getConnectionState(device);
136
if (
connectionState
!= BluetoothProfile.STATE_CONNECTED &&
137
connectionState
!= BluetoothProfile.STATE_CONNECTING) {
A2dpStateMachine.java
660
int
connectionState
;
667
connectionState
= getConnectionState(device);
669
if (
connectionState
== states[i]) {
[
all
...]
/packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
HeadsetService.java
325
int
connectionState
= mStateMachine.getConnectionState(device);
326
if (
connectionState
== BluetoothProfile.STATE_CONNECTED ||
327
connectionState
== BluetoothProfile.STATE_CONNECTING) {
338
int
connectionState
= mStateMachine.getConnectionState(device);
339
if (
connectionState
!= BluetoothProfile.STATE_CONNECTED &&
340
connectionState
!= BluetoothProfile.STATE_CONNECTING) {
384
int
connectionState
= mStateMachine.getConnectionState(device);
385
if (
connectionState
!= BluetoothProfile.STATE_CONNECTED &&
386
connectionState
!= BluetoothProfile.STATE_CONNECTING) {
398
int
connectionState
= mStateMachine.getConnectionState(device)
[
all
...]
HeadsetStateMachine.java
[
all
...]
/packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMapService.java
582
int
connectionState
;
589
connectionState
= getConnectionState(device);
591
if (
connectionState
== states[i]) {
Completed in 49 milliseconds