OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:STATE_CONNECTED
(Results
1 - 25
of
117
) sorted by null
1
2
3
4
5
/packages/apps/Settings/src/com/android/settings/vpn2/
LegacyVpnPreference.java
26
import static com.android.internal.net.LegacyVpnInfo.
STATE_CONNECTED
;
68
if (mState !=
STATE_CONNECTED
&& another.getState() == AppPreference.
STATE_CONNECTED
) {
AppPreference.java
34
public static final int
STATE_CONNECTED
= LegacyVpnInfo.
STATE_CONNECTED
;
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
CastController.java
37
public static final int
STATE_CONNECTED
= 2;
/frameworks/base/core/java/com/android/internal/net/
LegacyVpnInfo.java
37
public static final int
STATE_CONNECTED
= 3;
83
return
STATE_CONNECTED
;
/packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/
HeadsetClientService.java
489
if (connectionState == BluetoothProfile.
STATE_CONNECTED
||
502
if (connectionState != BluetoothProfile.
STATE_CONNECTED
&&
551
if (connectionState != BluetoothProfile.
STATE_CONNECTED
&&
562
// But since we allow startVoiceRecognition in
STATE_CONNECTED
and
565
if (connectionState != BluetoothProfile.
STATE_CONNECTED
&&
619
if (connectionState != BluetoothProfile.
STATE_CONNECTED
&&
631
if (connectionState != BluetoothProfile.
STATE_CONNECTED
&&
644
if (connectionState != BluetoothProfile.
STATE_CONNECTED
&&
657
if (connectionState != BluetoothProfile.
STATE_CONNECTED
&&
671
if (connectionState != BluetoothProfile.
STATE_CONNECTED
&
[
all
...]
/frameworks/base/core/java/android/bluetooth/
BluetoothProfile.java
56
public static final int
STATE_CONNECTED
= 2;
169
* <p> Return the set of devices which are in state {@link #
STATE_CONNECTED
}
188
* {@link #
STATE_CONNECTED
}, {@link #STATE_CONNECTING},
202
* {@link #
STATE_CONNECTED
}, {@link #STATE_CONNECTING},
BluetoothManager.java
90
* {@link BluetoothProfile#
STATE_CONNECTED
}, {@link BluetoothProfile#STATE_CONNECTING},
101
return BluetoothProfile.
STATE_CONNECTED
;
111
* <p> Return the set of devices which are in state {@link BluetoothProfile#
STATE_CONNECTED
}
138
new int[] { BluetoothProfile.
STATE_CONNECTED
});
163
* {@link BluetoothProfile#
STATE_CONNECTED
}, {@link BluetoothProfile#STATE_CONNECTING},
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
Utils.java
16
case BluetoothProfile.
STATE_CONNECTED
:
A2dpProfile.java
72
device.onProfileStateChanged(A2dpProfile.this, BluetoothProfile.
STATE_CONNECTED
);
109
new int[] {BluetoothProfile.
STATE_CONNECTED
,
190
case BluetoothProfile.
STATE_CONNECTED
:
HidProfile.java
67
device.onProfileStateChanged(HidProfile.this, BluetoothProfile.
STATE_CONNECTED
);
162
case BluetoothProfile.
STATE_CONNECTED
:
PbapClientProfile.java
74
device.onProfileStateChanged(PbapClientProfile.this, BluetoothProfile.
STATE_CONNECTED
);
126
new int[] {BluetoothProfile.
STATE_CONNECTED
,
PbapServerProfile.java
100
return BluetoothProfile.
STATE_CONNECTED
;
/developers/build/prebuilts/gradle/BluetoothChat/Application/src/main/java/com/example/android/bluetoothchat/
BluetoothChatService.java
68
public static final int
STATE_CONNECTED
= 3; // now connected to a remote device
206
setState(
STATE_CONNECTED
);
248
if (mState !=
STATE_CONNECTED
) return;
322
while (mState !=
STATE_CONNECTED
) {
343
case
STATE_CONNECTED
:
476
while (mState ==
STATE_CONNECTED
) {
/developers/samples/android/connectivity/bluetooth/BluetoothChat/Application/src/main/java/com/example/android/bluetoothchat/
BluetoothChatService.java
68
public static final int
STATE_CONNECTED
= 3; // now connected to a remote device
206
setState(
STATE_CONNECTED
);
248
if (mState !=
STATE_CONNECTED
) return;
322
while (mState !=
STATE_CONNECTED
) {
343
case
STATE_CONNECTED
:
476
while (mState ==
STATE_CONNECTED
) {
/development/samples/browseable/BluetoothChat/src/com.example.android.bluetoothchat/
BluetoothChatService.java
68
public static final int
STATE_CONNECTED
= 3; // now connected to a remote device
206
setState(
STATE_CONNECTED
);
248
if (mState !=
STATE_CONNECTED
) return;
322
while (mState !=
STATE_CONNECTED
) {
343
case
STATE_CONNECTED
:
476
while (mState ==
STATE_CONNECTED
) {
/frameworks/base/core/java/android/view/textservice/
SpellCheckerSession.java
245
private static final int
STATE_CONNECTED
= 1;
251
case
STATE_CONNECTED
: return "
STATE_CONNECTED
";
359
case
STATE_CONNECTED
:
405
mState =
STATE_CONNECTED
;
440
return mState !=
STATE_CONNECTED
;
447
if (mState != STATE_WAIT_CONNECTION && mState !=
STATE_CONNECTED
) {
/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
AdapterProperties.java
360
state == BluetoothProfile.
STATE_CONNECTED
||
371
case BluetoothProfile.
STATE_CONNECTED
:
372
return BluetoothAdapter.
STATE_CONNECTED
;
386
case BluetoothProfile.
STATE_CONNECTED
:
400
case BluetoothProfile.
STATE_CONNECTED
:
443
} else if (newState == BluetoothProfile.
STATE_CONNECTED
||
445
currHashState != BluetoothProfile.
STATE_CONNECTED
)) {
452
if (currHashState == BluetoothProfile.
STATE_CONNECTED
||
/external/webrtc/webrtc/base/
testclient.h
51
return CheckConnState(AsyncPacketSocket::
STATE_CONNECTED
);
asyncpacketsocket.h
74
STATE_CONNECTED
/packages/services/Car/car-support-lib/src/android/support/car/
Car.java
142
private static final int
STATE_CONNECTED
= 2;
150
mConnectionState =
STATE_CONNECTED
;
277
mConnectionState =
STATE_CONNECTED
;
320
return mConnectionState ==
STATE_CONNECTED
;
/cts/apps/CtsVerifier/src/com/android/cts/verifier/bluetooth/
BluetoothChatService.java
81
public static final int
STATE_CONNECTED
= 3; // now connected to a remote device
196
setState(
STATE_CONNECTED
);
237
if (mState !=
STATE_CONNECTED
) return;
303
while (mState !=
STATE_CONNECTED
) {
324
case
STATE_CONNECTED
:
/development/samples/BluetoothChat/src/com/example/android/BluetoothChat/
BluetoothChatService.java
68
public static final int
STATE_CONNECTED
= 3; // now connected to a remote device
182
setState(
STATE_CONNECTED
);
223
if (mState !=
STATE_CONNECTED
) return;
297
while (mState !=
STATE_CONNECTED
) {
318
case
STATE_CONNECTED
:
/packages/apps/Bluetooth/src/com/android/bluetooth/a2dp/
A2dpStateMachine.java
251
broadcastConnectionState(device, BluetoothProfile.
STATE_CONNECTED
,
389
broadcastConnectionState(mCurrentDevice, BluetoothProfile.
STATE_CONNECTED
,
400
broadcastConnectionState(mTargetDevice, BluetoothProfile.
STATE_CONNECTED
,
408
broadcastConnectionState(mIncomingDevice, BluetoothProfile.
STATE_CONNECTED
,
426
broadcastConnectionState(device, BluetoothProfile.
STATE_CONNECTED
,
532
BluetoothProfile.
STATE_CONNECTED
);
534
broadcastConnectionState(device, BluetoothProfile.
STATE_CONNECTED
,
567
BluetoothProfile.
STATE_CONNECTED
);
641
return BluetoothProfile.
STATE_CONNECTED
;
[
all
...]
/packages/apps/Nfc/src/com/android/nfc/handover/
BluetoothPeripheralHandover.java
331
!= BluetoothProfile.
STATE_CONNECTED
) {
341
BluetoothProfile.
STATE_CONNECTED
) {
347
if (mA2dp.getConnectionState(mDevice) != BluetoothProfile.
STATE_CONNECTED
) {
429
if (state == BluetoothProfile.
STATE_CONNECTED
) {
439
if (state == BluetoothProfile.
STATE_CONNECTED
) {
449
if (state == BluetoothProfile.
STATE_CONNECTED
) {
/tools/test/connectivity/acts/framework/acts/test_utils/bt/
GattEnum.py
47
STATE_CONNECTED
= 2
Completed in 809 milliseconds
1
2
3
4
5