Searched defs:STATE_DISCONNECTED (Results 1 - 4 of 4) sorted by last modified time

/frameworks/base/core/java/android/bluetooth/
H A DBluetoothAdapter.java313 * can be any of {@link #STATE_DISCONNECTED}, {@link #STATE_CONNECTING},
339 public static final int STATE_DISCONNECTED = 0; field in class:BluetoothAdapter
858 * @return One of {@link #STATE_CONNECTED}, {@link #STATE_DISCONNECTED},
859 * {@link #STATE_CONNECTING} or {@link #STATE_DISCONNECTED}
864 if (getState() != STATE_ON) return BluetoothAdapter.STATE_DISCONNECTED;
870 return BluetoothAdapter.STATE_DISCONNECTED;
883 * {@link BluetoothProfile#STATE_DISCONNECTED},
889 if (getState() != STATE_ON) return BluetoothProfile.STATE_DISCONNECTED;
897 return BluetoothProfile.STATE_DISCONNECTED;
H A DBluetoothPbap.java79 public static final int STATE_DISCONNECTED = 0; field in class:BluetoothPbap
H A DBluetoothProfile.java49 public static final int STATE_DISCONNECTED = 0; field in interface:BluetoothProfile
139 * {@link #STATE_DISCONNECTED}, {@link #STATE_DISCONNECTING},
152 * {@link #STATE_DISCONNECTED}, {@link #STATE_DISCONNECTING}
/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;

Completed in 503 milliseconds