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

  /packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/
HeadsetClientService.java 488 int connectionState = mStateMachine.getConnectionState(device);
489 if (connectionState == BluetoothProfile.STATE_CONNECTED ||
490 connectionState == BluetoothProfile.STATE_CONNECTING) {
501 int connectionState = mStateMachine.getConnectionState(device);
502 if (connectionState != BluetoothProfile.STATE_CONNECTED &&
503 connectionState != BluetoothProfile.STATE_CONNECTING) {
550 int connectionState = mStateMachine.getConnectionState(device);
551 if (connectionState != BluetoothProfile.STATE_CONNECTED &&
552 connectionState != BluetoothProfile.STATE_CONNECTING) {
564 int connectionState = mStateMachine.getConnectionState(device)
    [all...]
HeadsetClientStateMachine.java     [all...]
  /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/hfp/
HeadsetService.java 361 int connectionState = mStateMachine.getConnectionState(device);
362 Log.d(TAG,"connectionState = " + connectionState);
363 if (connectionState == BluetoothProfile.STATE_CONNECTED ||
364 connectionState == BluetoothProfile.STATE_CONNECTING) {
375 int connectionState = mStateMachine.getConnectionState(device);
376 if (connectionState != BluetoothProfile.STATE_CONNECTED &&
377 connectionState != BluetoothProfile.STATE_CONNECTING) {
421 int connectionState = mStateMachine.getConnectionState(device);
422 if (connectionState != BluetoothProfile.STATE_CONNECTED &
    [all...]
HeadsetStateMachine.java     [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/a2dp/
A2dpService.java 142 int connectionState = mStateMachine.getConnectionState(device);
143 if (connectionState == BluetoothProfile.STATE_CONNECTED ||
144 connectionState == BluetoothProfile.STATE_CONNECTING) {
155 int connectionState = mStateMachine.getConnectionState(device);
156 if (connectionState != BluetoothProfile.STATE_CONNECTED &&
157 connectionState != BluetoothProfile.STATE_CONNECTING) {
A2dpStateMachine.java 694 int connectionState;
701 connectionState = getConnectionState(device);
703 if (connectionState == states[i]) {
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/a2dpsink/
A2dpSinkService.java 123 int connectionState = mStateMachine.getConnectionState(device);
124 if (connectionState == BluetoothProfile.STATE_CONNECTED ||
125 connectionState == BluetoothProfile.STATE_CONNECTING) {
136 int connectionState = mStateMachine.getConnectionState(device);
137 if (connectionState != BluetoothProfile.STATE_CONNECTED &&
138 connectionState != BluetoothProfile.STATE_CONNECTING) {
A2dpSinkStateMachine.java 716 int connectionState;
723 connectionState = getConnectionState(device);
725 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/Settings/src/com/android/settings/bluetooth/
Utils.java 45 public static int getConnectionStateSummary(int connectionState) {
46 switch (connectionState) {
  /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':
  /packages/apps/Bluetooth/src/com/android/bluetooth/pbapclient/
PbapClientService.java 262 int connectionState = mClient.getConnectionState();
263 if (connectionState == BluetoothProfile.STATE_CONNECTED ||
264 connectionState == BluetoothProfile.STATE_CONNECTING) {
  /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);
  /packages/apps/Bluetooth/src/com/android/bluetooth/sap/
SapService.java 524 int connectionState;
531 connectionState = getConnectionState(device);
533 if (connectionState == states[i]) {
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMapService.java 545 int connectionState;
552 connectionState = getConnectionState(device);
554 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/grpc/grpc-okhttp/0.13.2/
grpc-okhttp-0.13.2.jar 
  /prebuilts/sdk/current/support/v7/mediarouter/libs/
android-support-v7-mediarouter.jar 
  /prebuilts/tools/common/m2/repository/io/grpc/grpc-all/0.13.2/
grpc-all-0.13.2.jar 

Completed in 467 milliseconds