/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 | BluetoothProfile.java | 49 public static final int STATE_DISCONNECTED = 0; field
|
D | BluetoothA2dp.java | 321 return BluetoothProfile.STATE_DISCONNECTED; in getConnectionState() 325 return BluetoothProfile.STATE_DISCONNECTED; in getConnectionState() 499 case STATE_DISCONNECTED: in stateToString()
|
D | BluetoothPan.java | 327 return BluetoothProfile.STATE_DISCONNECTED; in getConnectionState() 331 return BluetoothProfile.STATE_DISCONNECTED; in getConnectionState()
|
D | BluetoothMap.java | 310 return BluetoothProfile.STATE_DISCONNECTED; in getConnectionState() 314 return BluetoothProfile.STATE_DISCONNECTED; in getConnectionState()
|
D | BluetoothAdapter.java | 362 public static final int STATE_DISCONNECTED = 0; field in BluetoothAdapter 1069 if (getState() != STATE_ON) return BluetoothAdapter.STATE_DISCONNECTED; in getConnectionState() 1075 return BluetoothAdapter.STATE_DISCONNECTED; in getConnectionState() 1094 if (getState() != STATE_ON) return BluetoothProfile.STATE_DISCONNECTED; in getProfileConnectionState() 1102 return BluetoothProfile.STATE_DISCONNECTED; in getProfileConnectionState()
|
D | BluetoothManager.java | 102 return BluetoothProfile.STATE_DISCONNECTED; in getConnectionState()
|
D | BluetoothInputDevice.java | 394 return BluetoothProfile.STATE_DISCONNECTED; in getConnectionState() 398 return BluetoothProfile.STATE_DISCONNECTED; in getConnectionState()
|
D | BluetoothPbap.java | 79 public static final int STATE_DISCONNECTED = 0; field in BluetoothPbap
|
D | BluetoothHeadset.java | 444 return BluetoothProfile.STATE_DISCONNECTED; in getConnectionState() 448 return BluetoothProfile.STATE_DISCONNECTED; in getConnectionState()
|
D | BluetoothHealth.java | 361 return STATE_DISCONNECTED; in getConnectionState()
|
D | BluetoothGatt.java | 140 BluetoothProfile.STATE_DISCONNECTED); 166 BluetoothProfile.STATE_DISCONNECTED;
|
D | BluetoothGattServer.java | 109 BluetoothProfile.STATE_DISCONNECTED);
|
/frameworks/ex/camera2/public/src/com/android/ex/camera2/blocking/ |
D | BlockingStateListener.java | 114 public static final int STATE_DISCONNECTED = 6; field in BlockingStateListener 142 setCurrentState(STATE_DISCONNECTED); in onDisconnected()
|
/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/phone/ |
D | PhoneStatusBarPolicy.java | 225 BluetoothAdapter.STATE_DISCONNECTED); in updateBluetooth()
|
D | QuickSettings.java | 865 BluetoothAdapter.STATE_DISCONNECTED);
|
/frameworks/base/docs/html/guide/topics/connectivity/ |
D | bluetooth-le.jd | 351 private int mConnectionState = STATE_DISCONNECTED; 353 private static final int STATE_DISCONNECTED = 0; 386 } else if (newState == BluetoothProfile.STATE_DISCONNECTED) { 388 mConnectionState = STATE_DISCONNECTED;
|
/frameworks/base/services/java/com/android/server/wifi/ |
D | WifiService.java | 1151 BluetoothAdapter.STATE_DISCONNECTED);
|
/frameworks/base/wifi/java/android/net/wifi/ |
D | WifiStateMachine.java | 2480 BluetoothAdapter.STATE_DISCONNECTED); in processMessage() 3144 BluetoothAdapter.STATE_DISCONNECTED); in processMessage()
|
/frameworks/base/media/java/android/media/ |
D | AudioService.java | 3813 if (state == BluetoothProfile.STATE_DISCONNECTED) { in onSetA2dpConnectionState() 4055 BluetoothProfile.STATE_DISCONNECTED); in onReceive()
|
/frameworks/base/api/ |
D | current.txt | 4778 field public static final int STATE_DISCONNECTED = 0; // 0x0 5401 field public static final int STATE_DISCONNECTED = 0; // 0x0
|