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

/frameworks/support/v7/mediarouter/src/android/support/v7/media/
H A DMediaRouter.java821 CONNECTION_STATE_CONNECTED})
845 public static final int CONNECTION_STATE_CONNECTED = 2; field in class:MediaRouter.RouteInfo
1035 * {@link #CONNECTION_STATE_CONNECTING}, or {@link #CONNECTION_STATE_CONNECTED}.
/frameworks/base/core/java/android/bluetooth/
H A DBluetoothDevice.java82 private static final int CONNECTION_STATE_CONNECTED = 1; field in class:BluetoothDevice
1086 return sService.getConnectionState(this) > CONNECTION_STATE_CONNECTED;

Completed in 59 milliseconds