Searched defs:CONNECTION_STATE_DISCONNECTED (Results 1 - 2 of 2) sorted by last modified time

/frameworks/support/v7/mediarouter/src/android/support/v7/media/
H A DMediaRouter.java820 @IntDef({CONNECTION_STATE_DISCONNECTED, CONNECTION_STATE_CONNECTING,
830 public static final int CONNECTION_STATE_DISCONNECTED = 0; field in class:MediaRouter.RouteInfo
1034 * @return The connection state of this route: {@link #CONNECTION_STATE_DISCONNECTED},
/frameworks/base/core/java/android/bluetooth/
H A DBluetoothDevice.java81 private static final int CONNECTION_STATE_DISCONNECTED = 0; field in class:BluetoothDevice
1064 return sService.getConnectionState(this) != CONNECTION_STATE_DISCONNECTED;

Completed in 123 milliseconds