HomeSort by relevance Sort by last modified time
    Searched refs:connectionState (Results 1 - 25 of 30) sorted by null

1 2

  /frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
Utils.java 14 public static int getConnectionStateSummary(int connectionState) {
15 switch (connectionState) {
  /packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/
HeadsetClientService.java 509 int connectionState = sm.getConnectionState(device);
510 if (connectionState != BluetoothProfile.STATE_CONNECTED &&
511 connectionState != BluetoothProfile.STATE_CONNECTING) {
637 int connectionState = sm.getConnectionState(device);
638 if (connectionState != BluetoothProfile.STATE_CONNECTED &&
639 connectionState != BluetoothProfile.STATE_CONNECTING) {
655 int connectionState = sm.getConnectionState(device);
656 if (connectionState != BluetoothProfile.STATE_CONNECTED &&
657 connectionState != BluetoothProfile.STATE_CONNECTING) {
674 int connectionState = sm.getConnectionState(device)
    [all...]
HeadsetClientStateMachine.java     [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
HeadsetService.java 355 int connectionState = mStateMachine.getConnectionState(device);
356 Log.d(TAG, "connectionState = " + connectionState);
357 if (connectionState == BluetoothProfile.STATE_CONNECTED
358 || connectionState == BluetoothProfile.STATE_CONNECTING) {
368 int connectionState = mStateMachine.getConnectionState(device);
369 if (connectionState != BluetoothProfile.STATE_CONNECTED
370 && connectionState != BluetoothProfile.STATE_CONNECTING) {
411 int connectionState = mStateMachine.getConnectionState(device);
412 if (connectionState != BluetoothProfile.STATE_CONNECTE
    [all...]
HeadsetStateMachine.java     [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/a2dpsink/
A2dpSinkService.java 127 int connectionState = mStateMachine.getConnectionState(device);
128 if (connectionState == BluetoothProfile.STATE_CONNECTED ||
129 connectionState == BluetoothProfile.STATE_CONNECTING) {
144 int connectionState = mStateMachine.getConnectionState(device);
145 if (connectionState != BluetoothProfile.STATE_CONNECTED &&
146 connectionState != BluetoothProfile.STATE_CONNECTING) {
A2dpSinkStateMachine.java 728 int connectionState;
735 connectionState = getConnectionState(device);
737 if (connectionState == states[i]) {
    [all...]
  /external/caliper/caliper/src/main/java/com/google/caliper/runner/
ServerSocketService.java 107 private final SetMultimap<Source, UUID> connectionState = Multimaps.newSetMultimap(
164 * <li>If the id is present in {@link #connectionState}, this will throw an
166 * <li>The id and source are recorded in {@link #connectionState}
179 checkState(connectionState.put(source, id), "Connection for %s has already been %s",
213 connectionState.clear();
  /packages/apps/Bluetooth/src/com/android/bluetooth/a2dp/
A2dpService.java 190 int connectionState = mStateMachine.getConnectionState(device);
191 if (connectionState == BluetoothProfile.STATE_CONNECTED ||
192 connectionState == BluetoothProfile.STATE_CONNECTING) {
203 int connectionState = mStateMachine.getConnectionState(device);
204 if (connectionState != BluetoothProfile.STATE_CONNECTED &&
205 connectionState != BluetoothProfile.STATE_CONNECTING) {
A2dpStateMachine.java     [all...]
  /packages/apps/Settings/src/com/android/settings/bluetooth/
Utils.java 46 public static int getConnectionStateSummary(int connectionState) {
47 switch (connectionState) {
  /packages/apps/Bluetooth/src/com/android/bluetooth/mapclient/
MapClientService.java 101 int connectionState;
103 connectionState = getConnectionState(device);
104 Log.d(TAG, "Device: " + device + "State: " + connectionState);
106 if (connectionState == states[i]) {
  /external/autotest/client/site_tests/network_ChromeCellularEndToEnd/
network_ChromeCellularEndToEnd.py 17 NetworkInfo = namedtuple('NetworkInfo', ['name', 'guid', 'connectionState',
43 connectionState=network.get('ConnectionState', 'none'),
84 if network_properties['result']['ConnectionState'] == 'Connected':
136 if service['ConnectionState'] == 'NotConnected':
196 if (not formatted_network_list[0].connectionState == 'Connected' or
197 not formatted_network_list[1].connectionState == 'Connected'):
  /external/autotest/client/site_tests/network_ChromeWifiEndToEnd/
network_ChromeWifiEndToEnd.py 16 NetworkInfo = namedtuple('NetworkInfo', 'name guid connectionState security')
43 connectionState=network['ConnectionState'],
176 if network_to_connect.connectionState == 'NotConnected':
196 if network_to_connect.connectionState == 'NotConnected':
  /frameworks/support/v7/mediarouter/src/android/support/v7/media/
MediaRouteDescriptor.java 50 static final String KEY_CONNECTION_STATE = "connectionState";
320 result.append(", connectionState=").append(getConnectionState());
523 * @param connectionState The connection state of the route:
528 public Builder setConnectionState(int connectionState) {
529 mBundle.putInt(KEY_CONNECTION_STATE, connectionState);
  /prebuilts/tools/common/m2/repository/com/amazonaws/aws-java-sdk-directconnect/1.11.18/
aws-java-sdk-directconnect-1.11.18.jar 
  /prebuilts/gradle-plugin/com/android/tools/devicelib/25.4.0-alpha5/
devicelib-25.4.0-alpha5.jar 
  /prebuilts/gradle-plugin/com/android/tools/devicelib/25.4.0-alpha6/
devicelib-25.4.0-alpha6.jar 
  /packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMapService.java 533 int connectionState;
540 connectionState = getConnectionState(device);
542 if (connectionState == states[i]) {
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/sap/
SapService.java 515 int connectionState;
522 connectionState = getConnectionState(device);
524 if (connectionState == states[i]) {
    [all...]
  /frameworks/opt/net/ims/src/java/com/android/ims/
ImsCall.java     [all...]
  /prebuilts/tools/common/m2/repository/io/netty/netty-codec-http2/4.1.0.CR3/
netty-codec-http2-4.1.0.CR3.jar 
  /prebuilts/tools/common/m2/repository/io/netty/netty-codec-http2/4.1.3.Final/
netty-codec-http2-4.1.3.Final.jar 
  /prebuilts/tools/common/m2/repository/io/netty/netty-codec-http2/4.1.6.Final/
netty-codec-http2-4.1.6.Final.jar 
  /prebuilts/tools/common/m2/repository/io/grpc/grpc-okhttp/0.13.2/
grpc-okhttp-0.13.2.jar 

Completed in 267 milliseconds

1 2