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

1 2 3

  /packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
AdapterProperties.java 106 case BluetoothHeadset.ACTION_CONNECTION_STATE_CHANGED:
109 case BluetoothA2dp.ACTION_CONNECTION_STATE_CHANGED:
112 case BluetoothHeadsetClient.ACTION_CONNECTION_STATE_CHANGED:
115 case BluetoothA2dpSink.ACTION_CONNECTION_STATE_CHANGED:
118 case BluetoothInputHost.ACTION_CONNECTION_STATE_CHANGED:
121 case BluetoothInputDevice.ACTION_CONNECTION_STATE_CHANGED:
124 case BluetoothAvrcpController.ACTION_CONNECTION_STATE_CHANGED:
127 case BluetoothPan.ACTION_CONNECTION_STATE_CHANGED:
130 case BluetoothMap.ACTION_CONNECTION_STATE_CHANGED:
133 case BluetoothMapClient.ACTION_CONNECTION_STATE_CHANGED
    [all...]
PhonePolicy.java 101 case BluetoothHeadset.ACTION_CONNECTION_STATE_CHANGED:
108 case BluetoothA2dp.ACTION_CONNECTION_STATE_CHANGED:
190 filter.addAction(BluetoothHeadset.ACTION_CONNECTION_STATE_CHANGED);
191 filter.addAction(BluetoothA2dp.ACTION_CONNECTION_STATE_CHANGED);
RemoteDevices.java 72 case BluetoothHeadset.ACTION_CONNECTION_STATE_CHANGED:
101 filter.addAction(BluetoothHeadset.ACTION_CONNECTION_STATE_CHANGED);
599 * @param intent must be {@link BluetoothHeadset#ACTION_CONNECTION_STATE_CHANGED} intent
  /external/sl4a/Common/src/com/googlecode/android_scripting/facade/bluetooth/
BluetoothConnectionFacade.java 133 mA2dpStateChangeFilter = new IntentFilter(BluetoothA2dp.ACTION_CONNECTION_STATE_CHANGED);
135 new IntentFilter(BluetoothA2dpSink.ACTION_CONNECTION_STATE_CHANGED);
137 new IntentFilter(BluetoothInputDevice.ACTION_CONNECTION_STATE_CHANGED);
138 mHspStateChangeFilter = new IntentFilter(BluetoothHeadset.ACTION_CONNECTION_STATE_CHANGED);
140 new IntentFilter(BluetoothHeadsetClient.ACTION_CONNECTION_STATE_CHANGED);
142 new IntentFilter(BluetoothPbapClient.ACTION_CONNECTION_STATE_CHANGED);
144 new IntentFilter(BluetoothPan.ACTION_CONNECTION_STATE_CHANGED);
146 new IntentFilter(BluetoothMapClient.ACTION_CONNECTION_STATE_CHANGED);
148 new IntentFilter(BluetoothMap.ACTION_CONNECTION_STATE_CHANGED);
304 case BluetoothA2dp.ACTION_CONNECTION_STATE_CHANGED
    [all...]
  /packages/apps/Car/Dialer/src/com/android/car/dialer/
UiBluetoothMonitor.java 98 filter.addAction(BluetoothAdapter.ACTION_CONNECTION_STATE_CHANGED);
100 filter.addAction(BluetoothHeadsetClient.ACTION_CONNECTION_STATE_CHANGED);
  /frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
LocalBluetoothProfileManager.java 126 BluetoothInputDevice.ACTION_CONNECTION_STATE_CHANGED);
130 BluetoothPan.ACTION_CONNECTION_STATE_CHANGED);
136 BluetoothMapClient.ACTION_CONNECTION_STATE_CHANGED);
140 BluetoothMap.ACTION_CONNECTION_STATE_CHANGED);
164 BluetoothA2dp.ACTION_CONNECTION_STATE_CHANGED);
176 BluetoothA2dpSink.ACTION_CONNECTION_STATE_CHANGED);
190 BluetoothHeadset.ACTION_CONNECTION_STATE_CHANGED);
203 BluetoothHeadsetClient.ACTION_CONNECTION_STATE_CHANGED);
219 BluetoothMapClient.ACTION_CONNECTION_STATE_CHANGED);
247 BluetoothPbapClient.ACTION_CONNECTION_STATE_CHANGED);
    [all...]
  /packages/services/Telecomm/src/com/android/server/telecom/bluetooth/
BluetoothDeviceManager.java 90 if (action.equals(BluetoothHeadset.ACTION_CONNECTION_STATE_CHANGED)) {
142 new IntentFilter(BluetoothHeadset.ACTION_CONNECTION_STATE_CHANGED);
  /packages/apps/Nfc/src/com/android/nfc/handover/
BluetoothPeripheralHandover.java 168 filter.addAction(BluetoothA2dp.ACTION_CONNECTION_STATE_CHANGED);
169 filter.addAction(BluetoothHeadset.ACTION_CONNECTION_STATE_CHANGED);
170 filter.addAction(BluetoothInputDevice.ACTION_CONNECTION_STATE_CHANGED);
462 } else if (BluetoothHeadset.ACTION_CONNECTION_STATE_CHANGED.equals(action) &&
476 } else if (BluetoothA2dp.ACTION_CONNECTION_STATE_CHANGED.equals(action) &&
490 } else if (BluetoothInputDevice.ACTION_CONNECTION_STATE_CHANGED.equals(action) &&
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/car/
CarBatteryController.java 122 filter.addAction(BluetoothHeadsetClient.ACTION_CONNECTION_STATE_CHANGED);
152 } else if (BluetoothHeadsetClient.ACTION_CONNECTION_STATE_CHANGED.equals(action)) {
157 Log.d(TAG, "ACTION_CONNECTION_STATE_CHANGED event: "
ConnectedDeviceSignalController.java 99 filter.addAction(BluetoothHeadsetClient.ACTION_CONNECTION_STATE_CHANGED);
146 } else if (BluetoothHeadsetClient.ACTION_CONNECTION_STATE_CHANGED.equals(action)) {
151 Log.d(TAG, "ACTION_CONNECTION_STATE_CHANGED event: "
  /packages/services/Car/service/src/com/android/car/
BluetoothDeviceConnectionPolicy.java 269 } else if (BluetoothA2dpSink.ACTION_CONNECTION_STATE_CHANGED.equals(action)) {
275 } else if (BluetoothHeadsetClient.ACTION_CONNECTION_STATE_CHANGED.equals(action)) {
281 } else if (BluetoothPbapClient.ACTION_CONNECTION_STATE_CHANGED.equals(action)) {
287 } else if (BluetoothMapClient.ACTION_CONNECTION_STATE_CHANGED.equals(action)) {
543 profileFilter.addAction(BluetoothA2dpSink.ACTION_CONNECTION_STATE_CHANGED);
544 profileFilter.addAction(BluetoothHeadsetClient.ACTION_CONNECTION_STATE_CHANGED);
545 profileFilter.addAction(BluetoothPbapClient.ACTION_CONNECTION_STATE_CHANGED);
546 profileFilter.addAction(BluetoothMapClient.ACTION_CONNECTION_STATE_CHANGED);
    [all...]
  /packages/services/Telecomm/src/com/android/server/telecom/
BluetoothManager.java 94 if (action.equals(BluetoothHeadset.ACTION_CONNECTION_STATE_CHANGED)) {
163 new IntentFilter(BluetoothHeadset.ACTION_CONNECTION_STATE_CHANGED);
  /packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
BluetoothDeviceManagerTest.java 76 BluetoothHeadset.ACTION_CONNECTION_STATE_CHANGED));
149 Intent i = new Intent(BluetoothHeadset.ACTION_CONNECTION_STATE_CHANGED);
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/accessories/
BluetoothA2dpConnector.java 145 IntentFilter filter = new IntentFilter(BluetoothA2dp.ACTION_CONNECTION_STATE_CHANGED);
  /packages/services/Car/tests/carservice_unit_test/src/com/android/car/
BluetoothAutoConnectPolicyTest.java 173 connectionIntent = new Intent(BluetoothA2dpSink.ACTION_CONNECTION_STATE_CHANGED);
177 BluetoothHeadsetClient.ACTION_CONNECTION_STATE_CHANGED);
180 connectionIntent = new Intent(BluetoothMapClient.ACTION_CONNECTION_STATE_CHANGED);
183 connectionIntent = new Intent(BluetoothPbapClient.ACTION_CONNECTION_STATE_CHANGED);
  /frameworks/base/core/tests/bluetoothtests/src/android/bluetooth/
BluetoothTestUtils.java 225 mConnectionAction = BluetoothA2dp.ACTION_CONNECTION_STATE_CHANGED;
228 mConnectionAction = BluetoothHeadset.ACTION_CONNECTION_STATE_CHANGED;
231 mConnectionAction = BluetoothInputDevice.ACTION_CONNECTION_STATE_CHANGED;
234 mConnectionAction = BluetoothPan.ACTION_CONNECTION_STATE_CHANGED;
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/connserv/
HfpClientConnectionService.java 75 if (BluetoothHeadsetClient.ACTION_CONNECTION_STATE_CHANGED.equals(action)) {
117 // be added (see ACTION_CONNECTION_STATE_CHANGED intent above).
179 filter.addAction(BluetoothHeadsetClient.ACTION_CONNECTION_STATE_CHANGED);
  /packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/bluetooth/
MapMceTestFragment.java 143 intentFilter.addAction(BluetoothMapClient.ACTION_CONNECTION_STATE_CHANGED);
230 if (action.equals(BluetoothMapClient.ACTION_CONNECTION_STATE_CHANGED)) {
  /packages/apps/Bluetooth/src/com/android/bluetooth/a2dp/
A2dpService.java 56 if (!BluetoothA2dp.ACTION_CONNECTION_STATE_CHANGED.equals(intent.getAction())) {
115 filter.addAction(BluetoothA2dp.ACTION_CONNECTION_STATE_CHANGED);
  /packages/apps/Bluetooth/tests/src/com/android/bluetooth/btservice/
PhonePolicyTest.java 214 Intent intent = new Intent(BluetoothHeadset.ACTION_CONNECTION_STATE_CHANGED);
277 Intent intent = new Intent(BluetoothHeadset.ACTION_CONNECTION_STATE_CHANGED);
  /frameworks/base/core/java/android/bluetooth/
BluetoothAvrcpController.java 64 public static final String ACTION_CONNECTION_STATE_CHANGED =
BluetoothPan.java 72 public static final String ACTION_CONNECTION_STATE_CHANGED =
76 * Extra for {@link #ACTION_CONNECTION_STATE_CHANGED} intent
BluetoothPbapClient.java 41 public static final String ACTION_CONNECTION_STATE_CHANGED =
  /packages/apps/Car/Messenger/src/com/android/car/messenger/
MessengerService.java 249 intentFilter.addAction(BluetoothMapClient.ACTION_CONNECTION_STATE_CHANGED);
  /packages/apps/Bluetooth/src/com/android/bluetooth/a2dpsink/mbs/
A2dpMediaBrowserService.java 177 filter.addAction(BluetoothAvrcpController.ACTION_CONNECTION_STATE_CHANGED);
332 if (BluetoothAvrcpController.ACTION_CONNECTION_STATE_CHANGED.equals(action)) {

Completed in 728 milliseconds

1 2 3