Home
last modified time | relevance | path

Searched refs:ACTION_CONNECTION_STATE_CHANGED (Results 1 – 23 of 23) sorted by relevance

/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
DLocalBluetoothProfileManager.java136 BluetoothA2dp.ACTION_CONNECTION_STATE_CHANGED); in updateLocalProfiles()
142 BluetoothA2dpSink.ACTION_CONNECTION_STATE_CHANGED); in updateLocalProfiles()
148 BluetoothHeadset.ACTION_CONNECTION_STATE_CHANGED, in updateLocalProfiles()
156 BluetoothHeadsetClient.ACTION_CONNECTION_STATE_CHANGED, in updateLocalProfiles()
164 BluetoothMapClient.ACTION_CONNECTION_STATE_CHANGED); in updateLocalProfiles()
169 addProfile(mMapProfile, MapProfile.NAME, BluetoothMap.ACTION_CONNECTION_STATE_CHANGED); in updateLocalProfiles()
182 BluetoothHearingAid.ACTION_CONNECTION_STATE_CHANGED); in updateLocalProfiles()
188 BluetoothHidHost.ACTION_CONNECTION_STATE_CHANGED); in updateLocalProfiles()
194 BluetoothHidDevice.ACTION_CONNECTION_STATE_CHANGED); in updateLocalProfiles()
200 BluetoothPan.ACTION_CONNECTION_STATE_CHANGED); in updateLocalProfiles()
[all …]
DBluetoothEventManager.java92 addHandler(BluetoothAdapter.ACTION_CONNECTION_STATE_CHANGED, in BluetoothEventManager()
/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/bluetooth/
DLocalBluetoothProfileManagerTest.java158 mIntent = new Intent(BluetoothA2dp.ACTION_CONNECTION_STATE_CHANGED); in stateChangedHandler_receiveA2dpConnectionStateChanged_shouldDispatchCallback()
179 mIntent = new Intent(BluetoothHeadset.ACTION_CONNECTION_STATE_CHANGED); in stateChangedHandler_receiveHeadsetConnectionStateChanged_shouldDispatchCallback()
201 mIntent = new Intent(BluetoothHearingAid.ACTION_CONNECTION_STATE_CHANGED); in stateChangedHandler_receiveHAPConnectionStateChanged_shouldDispatchDeviceManager()
222 mIntent = new Intent(BluetoothPan.ACTION_CONNECTION_STATE_CHANGED); in stateChangedHandler_receivePanConnectionStateChanged_shouldNotDispatchCallback()
243 mIntent = new Intent(BluetoothPan.ACTION_CONNECTION_STATE_CHANGED); in stateChangedHandler_receivePanConnectionStateChangedWithoutProfile_shouldNotRefresh()
263 mIntent = new Intent(BluetoothPan.ACTION_CONNECTION_STATE_CHANGED); in stateChangedHandler_receivePanConnectionStateChangedWithProfile_shouldRefresh()
/frameworks/base/packages/CarSystemUI/src/com/android/systemui/statusbar/car/
DCarBatteryController.java125 filter.addAction(BluetoothHeadsetClient.ACTION_CONNECTION_STATE_CHANGED); in startListening()
155 } else if (BluetoothHeadsetClient.ACTION_CONNECTION_STATE_CHANGED.equals(action)) { in onReceive()
DConnectedDeviceSignalController.java130 filter.addAction(BluetoothHeadsetClient.ACTION_CONNECTION_STATE_CHANGED); in startListening()
177 } else if (BluetoothHeadsetClient.ACTION_CONNECTION_STATE_CHANGED.equals(action)) { in onReceive()
/frameworks/base/core/tests/bluetoothtests/src/android/bluetooth/
DBluetoothTestUtils.java225 mConnectionAction = BluetoothA2dp.ACTION_CONNECTION_STATE_CHANGED; in ConnectProfileReceiver()
228 mConnectionAction = BluetoothHeadset.ACTION_CONNECTION_STATE_CHANGED; in ConnectProfileReceiver()
231 mConnectionAction = BluetoothHidHost.ACTION_CONNECTION_STATE_CHANGED; in ConnectProfileReceiver()
234 mConnectionAction = BluetoothPan.ACTION_CONNECTION_STATE_CHANGED; in ConnectProfileReceiver()
1411 BluetoothA2dp.ACTION_CONNECTION_STATE_CHANGED, in getConnectProfileReceiver()
1412 BluetoothHeadset.ACTION_CONNECTION_STATE_CHANGED, in getConnectProfileReceiver()
1413 BluetoothHidHost.ACTION_CONNECTION_STATE_CHANGED}; in getConnectProfileReceiver()
1422 String[] actions = {BluetoothPan.ACTION_CONNECTION_STATE_CHANGED}; in getConnectPanReceiver()
/frameworks/base/core/java/android/bluetooth/
DBluetoothAvrcpController.java61 public static final String ACTION_CONNECTION_STATE_CHANGED = field in BluetoothAvrcpController
DBluetoothPan.java71 public static final String ACTION_CONNECTION_STATE_CHANGED = field in BluetoothPan
DBluetoothPbap.java80 public static final String ACTION_CONNECTION_STATE_CHANGED = field in BluetoothPbap
DBluetoothPbapClient.java39 public static final String ACTION_CONNECTION_STATE_CHANGED = field in BluetoothPbapClient
DBluetoothSap.java66 public static final String ACTION_CONNECTION_STATE_CHANGED = field in BluetoothSap
DBluetoothMap.java41 public static final String ACTION_CONNECTION_STATE_CHANGED = field in BluetoothMap
DBluetoothA2dpSink.java62 public static final String ACTION_CONNECTION_STATE_CHANGED = field in BluetoothA2dpSink
DBluetoothMapClient.java42 public static final String ACTION_CONNECTION_STATE_CHANGED = field in BluetoothMapClient
DBluetoothHidDevice.java58 public static final String ACTION_CONNECTION_STATE_CHANGED = field in BluetoothHidDevice
DBluetoothHearingAid.java70 public static final String ACTION_CONNECTION_STATE_CHANGED = field in BluetoothHearingAid
DBluetoothHidHost.java67 public static final String ACTION_CONNECTION_STATE_CHANGED = field in BluetoothHidHost
DBluetoothA2dp.java72 public static final String ACTION_CONNECTION_STATE_CHANGED = field in BluetoothA2dp
DBluetoothHeadsetClient.java70 public static final String ACTION_CONNECTION_STATE_CHANGED = field in BluetoothHeadsetClient
DBluetoothHeadset.java76 public static final String ACTION_CONNECTION_STATE_CHANGED = field in BluetoothHeadset
DBluetoothAdapter.java526 ACTION_CONNECTION_STATE_CHANGED = field in BluetoothAdapter
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DWifiServiceImpl.java2628 } else if (action.equals(BluetoothAdapter.ACTION_CONNECTION_STATE_CHANGED)) {
2665 intentFilter.addAction(BluetoothAdapter.ACTION_CONNECTION_STATE_CHANGED); in registerForBroadcasts()
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...