Searched refs:STATE_DISCONNECTED (Results 1 - 20 of 20) sorted by relevance

/frameworks/base/core/java/com/android/internal/net/
H A DLegacyVpnInfo.java34 public static final int STATE_DISCONNECTED = 0; field in class:LegacyVpnInfo
85 return STATE_DISCONNECTED;
91 return STATE_DISCONNECTED;
/frameworks/base/core/java/android/bluetooth/
H A DBluetoothProfile.java49 public static final int STATE_DISCONNECTED = 0; field in interface:BluetoothProfile
155 * {@link #STATE_DISCONNECTED}, {@link #STATE_DISCONNECTING},
168 * {@link #STATE_DISCONNECTED}, {@link #STATE_DISCONNECTING}
H A DBluetoothA2dp.java62 * {@link #STATE_DISCONNECTED}, {@link #STATE_CONNECTING},
246 * {@link #STATE_DISCONNECTED}. If the disconnect is initiated by the
249 * state {@link #STATE_DISCONNECTED}. The transition to
321 return BluetoothProfile.STATE_DISCONNECTED;
325 return BluetoothProfile.STATE_DISCONNECTED;
499 case STATE_DISCONNECTED:
H A DBluetoothManager.java89 * {@link BluetoothProfile#STATE_DISCONNECTED},
102 return BluetoothProfile.STATE_DISCONNECTED;
160 * {@link BluetoothProfile#STATE_DISCONNECTED},
H A DBluetoothPan.java63 * {@link #STATE_DISCONNECTED}, {@link #STATE_CONNECTING},
252 * {@link #STATE_DISCONNECTED}. If the disconnect is initiated by the
255 * state {@link #STATE_DISCONNECTED}. The transition to
327 return BluetoothProfile.STATE_DISCONNECTED;
331 return BluetoothProfile.STATE_DISCONNECTED;
H A DBluetoothMap.java310 return BluetoothProfile.STATE_DISCONNECTED;
314 return BluetoothProfile.STATE_DISCONNECTED;
H A DBluetoothAdapter.java336 * can be any of {@link #STATE_DISCONNECTED}, {@link #STATE_CONNECTING},
362 public static final int STATE_DISCONNECTED = 0; field in class:BluetoothAdapter
1063 * @return One of {@link #STATE_CONNECTED}, {@link #STATE_DISCONNECTED},
1064 * {@link #STATE_CONNECTING} or {@link #STATE_DISCONNECTED}
1069 if (getState() != STATE_ON) return BluetoothAdapter.STATE_DISCONNECTED;
1075 return BluetoothAdapter.STATE_DISCONNECTED;
1088 * {@link BluetoothProfile#STATE_DISCONNECTED},
1094 if (getState() != STATE_ON) return BluetoothProfile.STATE_DISCONNECTED;
1102 return BluetoothProfile.STATE_DISCONNECTED;
H A DBluetoothInputDevice.java62 * {@link #STATE_DISCONNECTED}, {@link #STATE_CONNECTING},
321 * {@link #STATE_DISCONNECTED}. If the disconnect is initiated by the
324 * state {@link #STATE_DISCONNECTED}. The transition to
394 return BluetoothProfile.STATE_DISCONNECTED;
398 return BluetoothProfile.STATE_DISCONNECTED;
H A DBluetoothPbap.java79 public static final int STATE_DISCONNECTED = 0; field in class:BluetoothPbap
H A DBluetoothHeadset.java62 * {@link #STATE_DISCONNECTED}, {@link #STATE_CONNECTING},
369 * {@link #STATE_DISCONNECTED}. If the disconnect is initiated by the
372 * state {@link #STATE_DISCONNECTED}. The transition to
444 return BluetoothProfile.STATE_DISCONNECTED;
448 return BluetoothProfile.STATE_DISCONNECTED;
H A DBluetoothHealth.java347 * {@link #STATE_DISCONNECTED}, {@link #STATE_DISCONNECTING}
361 return STATE_DISCONNECTED;
406 * {@link #STATE_DISCONNECTED}, {@link #STATE_DISCONNECTING},
H A DBluetoothGatt.java140 BluetoothProfile.STATE_DISCONNECTED);
166 BluetoothProfile.STATE_DISCONNECTED;
H A DBluetoothGattServer.java109 BluetoothProfile.STATE_DISCONNECTED);
/frameworks/ex/camera2/public/src/com/android/ex/camera2/blocking/
H A DBlockingStateListener.java72 "STATE_DISCONNECTED",
114 public static final int STATE_DISCONNECTED = 6; field in class:BlockingStateListener
142 setCurrentState(STATE_DISCONNECTED);
/frameworks/base/core/tests/bluetoothtests/src/android/bluetooth/
H A DBluetoothTestUtils.java247 case BluetoothProfile.STATE_DISCONNECTED:
936 case BluetoothProfile.STATE_DISCONNECTED:
1022 case BluetoothProfile.STATE_DISCONNECTED:
1036 if (state == BluetoothProfile.STATE_DISCONNECTED
1054 methodName, state, BluetoothProfile.STATE_DISCONNECTED, firedFlags, mask));
1125 case BluetoothPan.STATE_DISCONNECTED:
1231 case BluetoothPan.STATE_DISCONNECTED:
1245 if (state == BluetoothInputDevice.STATE_DISCONNECTED
1263 methodName, state, BluetoothInputDevice.STATE_DISCONNECTED, firedFlags, mask));
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DPhoneStatusBarPolicy.java225 BluetoothAdapter.STATE_DISCONNECTED);
H A DQuickSettings.java865 BluetoothAdapter.STATE_DISCONNECTED);
/frameworks/base/services/java/com/android/server/wifi/
H A DWifiService.java1151 BluetoothAdapter.STATE_DISCONNECTED);
/frameworks/base/media/java/android/media/
H A DAudioService.java3813 if (state == BluetoothProfile.STATE_DISCONNECTED) {
4055 BluetoothProfile.STATE_DISCONNECTED);
/frameworks/base/wifi/java/android/net/wifi/
H A DWifiStateMachine.java2480 BluetoothAdapter.STATE_DISCONNECTED);
3144 BluetoothAdapter.STATE_DISCONNECTED);

Completed in 1723 milliseconds