Home
last modified time | relevance | path

Searched refs:STATE_CONNECTED (Results 1 – 16 of 16) sorted by relevance

/frameworks/base/core/java/com/android/internal/net/
DLegacyVpnInfo.java37 public static final int STATE_CONNECTED = 3; field in LegacyVpnInfo
83 return STATE_CONNECTED; in stateFromNetworkInfo()
/frameworks/base/core/java/android/bluetooth/
DBluetoothManager.java98 return BluetoothProfile.STATE_CONNECTED; in getConnectionState()
134 new int[] { BluetoothProfile.STATE_CONNECTED }); in getConnectedDevices()
DBluetoothProfile.java53 public static final int STATE_CONNECTED = 2; field
DBluetoothPbap.java83 public static final int STATE_CONNECTED = 2; field in BluetoothPbap
DBluetoothA2dp.java503 case STATE_CONNECTED: in stateToString()
DBluetoothGattServer.java108 connected ? BluetoothProfile.STATE_CONNECTED :
DBluetoothGatt.java165 int profileState = connected ? BluetoothProfile.STATE_CONNECTED :
DBluetoothAdapter.java366 public static final int STATE_CONNECTED = 2; field in BluetoothAdapter
/frameworks/base/core/tests/bluetoothtests/src/android/bluetooth/
DBluetoothTestUtils.java253 case BluetoothProfile.STATE_CONNECTED: in onReceive()
930 case BluetoothProfile.STATE_CONNECTED: in connectProfile()
955 if (state == BluetoothProfile.STATE_CONNECTED in connectProfile()
973 methodName, state, BluetoothProfile.STATE_CONNECTED, firedFlags, mask)); in connectProfile()
1011 case BluetoothProfile.STATE_CONNECTED: in disconnectProfile()
1119 case BluetoothPan.STATE_CONNECTED: in connectPanOrIncomingPanConnection()
1141 if (state == BluetoothPan.STATE_CONNECTED in connectPanOrIncomingPanConnection()
1159 methodName, state, BluetoothPan.STATE_CONNECTED, firedFlags, mask)); in connectPanOrIncomingPanConnection()
1224 case BluetoothPan.STATE_CONNECTED: in disconnectFromRemoteOrVerifyConnectNap()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DPhoneStatusBarPolicy.java133 if (adapter.getConnectionState() == BluetoothAdapter.STATE_CONNECTED) { in PhoneStatusBarPolicy()
226 if (state == BluetoothAdapter.STATE_CONNECTED) { in updateBluetooth()
DQuickSettingsModel.java557 (adapter.getConnectionState() == BluetoothAdapter.STATE_CONNECTED); in addBluetoothTile()
DQuickSettings.java866 mBluetoothState.connected = (status == BluetoothAdapter.STATE_CONNECTED);
/frameworks/base/docs/html/guide/topics/connectivity/
Dbluetooth-le.jd355 private static final int STATE_CONNECTED = 2;
378 if (newState == BluetoothProfile.STATE_CONNECTED) {
380 mConnectionState = STATE_CONNECTED;
/frameworks/base/media/java/android/media/
DAudioService.java2326 … (state == BluetoothA2dp.STATE_CONNECTED) ? 1 : 0);
2818 (state == BluetoothA2dp.STATE_CONNECTED) ? 1 : 0); in setBluetoothA2dpDeviceConnectionState()
3811 if (isConnected && state != BluetoothProfile.STATE_CONNECTED) { in onSetA2dpConnectionState()
3830 } else if (!isConnected && state == BluetoothProfile.STATE_CONNECTED) { in onSetA2dpConnectionState()
4082 boolean connected = (state == BluetoothProfile.STATE_CONNECTED); in onReceive()
/frameworks/base/docs/html/about/versions/
Dandroid-4.3.jd410 android.bluetooth.BluetoothProfile#STATE_CONNECTED} as the new state.</p>
/frameworks/base/api/
Dcurrent.txt4776 field public static final int STATE_CONNECTED = 2; // 0x2
5399 field public static final int STATE_CONNECTED = 2; // 0x2