Searched refs:CONNECTION_STATE_CONNECTED (Results 1 - 3 of 3) sorted by relevance

/frameworks/support/v7/mediarouter/src/android/support/v7/app/
H A DMediaRouteChooserDialog.java19 import static android.support.v7.media.MediaRouter.RouteInfo.CONNECTION_STATE_CONNECTED;
292 route.getConnectionState() == 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;
/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}.

Completed in 101 milliseconds