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;
281 route.getConnectionState() == CONNECTION_STATE_CONNECTED
/frameworks/base/core/java/android/bluetooth/
H A DBluetoothDevice.java80 private static final int CONNECTION_STATE_CONNECTED = 1; field in class:BluetoothDevice
1029 return sService.getConnectionState(this) > CONNECTION_STATE_CONNECTED;
/frameworks/support/v7/mediarouter/src/android/support/v7/media/
H A DMediaRouter.java811 CONNECTION_STATE_CONNECTED})
835 public static final int CONNECTION_STATE_CONNECTED = 2; field in class:MediaRouter.RouteInfo
1025 * {@link #CONNECTION_STATE_CONNECTING}, or {@link #CONNECTION_STATE_CONNECTED}.

Completed in 129 milliseconds