/frameworks/base/core/java/com/android/internal/net/ |
D | LegacyVpnInfo.java | 34 public static final int STATE_DISCONNECTED = 0; field in LegacyVpnInfo 85 return STATE_DISCONNECTED; in stateFromNetworkInfo() 91 return STATE_DISCONNECTED; in stateFromNetworkInfo()
|
/frameworks/base/core/java/android/bluetooth/ |
D | BluetoothAdapter.java | 339 public static final int STATE_DISCONNECTED = 0; field in BluetoothAdapter 864 if (getState() != STATE_ON) return BluetoothAdapter.STATE_DISCONNECTED; in getConnectionState() 870 return BluetoothAdapter.STATE_DISCONNECTED; in getConnectionState() 889 if (getState() != STATE_ON) return BluetoothProfile.STATE_DISCONNECTED; in getProfileConnectionState() 897 return BluetoothProfile.STATE_DISCONNECTED; in getProfileConnectionState()
|
D | BluetoothA2dp.java | 314 return BluetoothProfile.STATE_DISCONNECTED; in getConnectionState() 318 return BluetoothProfile.STATE_DISCONNECTED; in getConnectionState() 432 case STATE_DISCONNECTED: in stateToString()
|
D | BluetoothProfile.java | 49 public static final int STATE_DISCONNECTED = 0; field
|
D | BluetoothPan.java | 311 return BluetoothProfile.STATE_DISCONNECTED; in getConnectionState() 315 return BluetoothProfile.STATE_DISCONNECTED; in getConnectionState()
|
D | BluetoothInputDevice.java | 388 return BluetoothProfile.STATE_DISCONNECTED; in getConnectionState() 392 return BluetoothProfile.STATE_DISCONNECTED; in getConnectionState()
|
D | BluetoothPbap.java | 79 public static final int STATE_DISCONNECTED = 0; field in BluetoothPbap
|
D | BluetoothHeadset.java | 432 return BluetoothProfile.STATE_DISCONNECTED; in getConnectionState() 436 return BluetoothProfile.STATE_DISCONNECTED; in getConnectionState()
|
D | BluetoothHealth.java | 363 return STATE_DISCONNECTED; in getConnectionState()
|
/frameworks/base/core/tests/bluetoothtests/src/android/bluetooth/ |
D | BluetoothTestUtils.java | 247 case BluetoothProfile.STATE_DISCONNECTED: in onReceive() 936 case BluetoothProfile.STATE_DISCONNECTED: in connectProfile() 1022 case BluetoothProfile.STATE_DISCONNECTED: in disconnectProfile() 1036 if (state == BluetoothProfile.STATE_DISCONNECTED in disconnectProfile() 1054 methodName, state, BluetoothProfile.STATE_DISCONNECTED, firedFlags, mask)); in disconnectProfile() 1125 case BluetoothPan.STATE_DISCONNECTED: in connectPanOrIncomingPanConnection() 1231 case BluetoothPan.STATE_DISCONNECTED: in disconnectFromRemoteOrVerifyConnectNap() 1245 if (state == BluetoothInputDevice.STATE_DISCONNECTED in disconnectFromRemoteOrVerifyConnectNap() 1263 methodName, state, BluetoothInputDevice.STATE_DISCONNECTED, firedFlags, mask)); in disconnectFromRemoteOrVerifyConnectNap()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/ |
D | BluetoothController.java | 90 BluetoothAdapter.STATE_DISCONNECTED)); in onReceive()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
D | PhoneStatusBarPolicy.java | 267 BluetoothAdapter.STATE_DISCONNECTED); in updateBluetooth()
|
D | QuickSettings.java | 914 BluetoothAdapter.STATE_DISCONNECTED);
|
/frameworks/base/services/java/com/android/server/ |
D | WifiService.java | 1077 BluetoothAdapter.STATE_DISCONNECTED);
|
/frameworks/base/wifi/java/android/net/wifi/ |
D | WifiStateMachine.java | 1911 BluetoothAdapter.STATE_DISCONNECTED); in processMessage() 2820 BluetoothAdapter.STATE_DISCONNECTED); in processMessage()
|
/frameworks/base/media/java/android/media/ |
D | AudioService.java | 3589 if (state == BluetoothProfile.STATE_DISCONNECTED) { in onSetA2dpConnectionState() 3818 BluetoothProfile.STATE_DISCONNECTED); in onReceive()
|
/frameworks/base/api/ |
D | 14.txt | 4272 field public static final int STATE_DISCONNECTED = 0; // 0x0 4573 field public static final int STATE_DISCONNECTED = 0; // 0x0
|
D | 15.txt | 4277 field public static final int STATE_DISCONNECTED = 0; // 0x0 4582 field public static final int STATE_DISCONNECTED = 0; // 0x0
|
D | 16.txt | 4486 field public static final int STATE_DISCONNECTED = 0; // 0x0 4791 field public static final int STATE_DISCONNECTED = 0; // 0x0
|
D | 17.txt | 4576 field public static final int STATE_DISCONNECTED = 0; // 0x0 4881 field public static final int STATE_DISCONNECTED = 0; // 0x0
|
D | current.txt | 4576 field public static final int STATE_DISCONNECTED = 0; // 0x0 4881 field public static final int STATE_DISCONNECTED = 0; // 0x0
|