/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/ |
D | LocalBluetoothProfileManager.java | 138 BluetoothA2dp.ACTION_CONNECTION_STATE_CHANGED); in updateLocalProfiles() 144 BluetoothA2dpSink.ACTION_CONNECTION_STATE_CHANGED); in updateLocalProfiles() 150 BluetoothHeadset.ACTION_CONNECTION_STATE_CHANGED, in updateLocalProfiles() 158 BluetoothHeadsetClient.ACTION_CONNECTION_STATE_CHANGED, in updateLocalProfiles() 166 BluetoothMapClient.ACTION_CONNECTION_STATE_CHANGED); in updateLocalProfiles() 171 addProfile(mMapProfile, MapProfile.NAME, BluetoothMap.ACTION_CONNECTION_STATE_CHANGED); in updateLocalProfiles() 184 BluetoothHearingAid.ACTION_CONNECTION_STATE_CHANGED); in updateLocalProfiles() 190 BluetoothHidHost.ACTION_CONNECTION_STATE_CHANGED); in updateLocalProfiles() 196 BluetoothHidDevice.ACTION_CONNECTION_STATE_CHANGED); in updateLocalProfiles() 202 BluetoothPan.ACTION_CONNECTION_STATE_CHANGED); in updateLocalProfiles() [all …]
|
D | BluetoothEventManager.java | 92 addHandler(BluetoothAdapter.ACTION_CONNECTION_STATE_CHANGED, in BluetoothEventManager()
|
/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/bluetooth/ |
D | LocalBluetoothProfileManagerTest.java | 158 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/car/bluetooth/ |
D | CarBatteryController.java | 127 filter.addAction(BluetoothHeadsetClient.ACTION_CONNECTION_STATE_CHANGED); in startListening() 158 } else if (BluetoothHeadsetClient.ACTION_CONNECTION_STATE_CHANGED.equals(action)) { in onReceive()
|
D | ConnectedDeviceSignalController.java | 131 filter.addAction(BluetoothHeadsetClient.ACTION_CONNECTION_STATE_CHANGED); in startListening() 179 } else if (BluetoothHeadsetClient.ACTION_CONNECTION_STATE_CHANGED.equals(action)) { in onReceive()
|
/frameworks/base/services/core/java/com/android/server/media/ |
D | BluetoothRouteProvider.java | 115 addEventReceiver(BluetoothA2dp.ACTION_CONNECTION_STATE_CHANGED, deviceStateChangedReceiver); in start() 118 addEventReceiver(BluetoothHearingAid.ACTION_CONNECTION_STATE_CHANGED, in start() 488 case BluetoothA2dp.ACTION_CONNECTION_STATE_CHANGED: in onReceive() 491 case BluetoothHearingAid.ACTION_CONNECTION_STATE_CHANGED: in onReceive()
|
/frameworks/base/core/tests/bluetoothtests/src/android/bluetooth/ |
D | BluetoothTestUtils.java | 223 mConnectionAction = BluetoothA2dp.ACTION_CONNECTION_STATE_CHANGED; in ConnectProfileReceiver() 226 mConnectionAction = BluetoothHeadset.ACTION_CONNECTION_STATE_CHANGED; in ConnectProfileReceiver() 229 mConnectionAction = BluetoothHidHost.ACTION_CONNECTION_STATE_CHANGED; in ConnectProfileReceiver() 232 mConnectionAction = BluetoothPan.ACTION_CONNECTION_STATE_CHANGED; in ConnectProfileReceiver() 1409 BluetoothA2dp.ACTION_CONNECTION_STATE_CHANGED, in getConnectProfileReceiver() 1410 BluetoothHeadset.ACTION_CONNECTION_STATE_CHANGED, in getConnectProfileReceiver() 1411 BluetoothHidHost.ACTION_CONNECTION_STATE_CHANGED}; in getConnectProfileReceiver() 1420 String[] actions = {BluetoothPan.ACTION_CONNECTION_STATE_CHANGED}; in getConnectPanReceiver()
|
/frameworks/base/core/java/android/bluetooth/ |
D | BluetoothAvrcpController.java | 61 public static final String ACTION_CONNECTION_STATE_CHANGED = field in BluetoothAvrcpController
|
D | BluetoothPbapClient.java | 43 public static final String ACTION_CONNECTION_STATE_CHANGED = field in BluetoothPbapClient
|
D | BluetoothPbap.java | 93 public static final String ACTION_CONNECTION_STATE_CHANGED = field in BluetoothPbap
|
D | BluetoothPan.java | 81 public static final String ACTION_CONNECTION_STATE_CHANGED = field in BluetoothPan
|
D | BluetoothSap.java | 69 public static final String ACTION_CONNECTION_STATE_CHANGED = field in BluetoothSap
|
D | BluetoothA2dpSink.java | 70 public static final String ACTION_CONNECTION_STATE_CHANGED = field in BluetoothA2dpSink
|
D | BluetoothMap.java | 53 public static final String ACTION_CONNECTION_STATE_CHANGED = field in BluetoothMap
|
D | BluetoothMapClient.java | 46 public static final String ACTION_CONNECTION_STATE_CHANGED = field in BluetoothMapClient
|
D | BluetoothHidDevice.java | 63 public static final String ACTION_CONNECTION_STATE_CHANGED = field in BluetoothHidDevice
|
D | BluetoothHearingAid.java | 71 public static final String ACTION_CONNECTION_STATE_CHANGED = field in BluetoothHearingAid
|
D | BluetoothHidHost.java | 74 public static final String ACTION_CONNECTION_STATE_CHANGED = field in BluetoothHidHost
|
D | BluetoothA2dp.java | 77 public static final String ACTION_CONNECTION_STATE_CHANGED = field in BluetoothA2dp
|
D | BluetoothHeadsetClient.java | 74 public static final String ACTION_CONNECTION_STATE_CHANGED = field in BluetoothHeadsetClient
|
D | BluetoothHeadset.java | 77 public static final String ACTION_CONNECTION_STATE_CHANGED = field in BluetoothHeadset
|
D | BluetoothAdapter.java | 559 ACTION_CONNECTION_STATE_CHANGED = field in BluetoothAdapter
|
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/ |
D | WifiServiceImpl.java | 432 intentFilter.addAction(BluetoothAdapter.ACTION_CONNECTION_STATE_CHANGED); in handleBootCompleted() 3111 } else if (action.equals(BluetoothAdapter.ACTION_CONNECTION_STATE_CHANGED)) {
|
/frameworks/base/non-updatable-api/ |
D | system-current.txt | 1425 ….permission.BLUETOOTH_PRIVILEGED) public static final String ACTION_CONNECTION_STATE_CHANGED = "an… 1510 …field public static final String ACTION_CONNECTION_STATE_CHANGED = "android.bluetooth.input.profil… 1519 …field public static final String ACTION_CONNECTION_STATE_CHANGED = "android.bluetooth.map.profile.… 1528 …field public static final String ACTION_CONNECTION_STATE_CHANGED = "android.bluetooth.pan.profile.… 1540 ….permission.BLUETOOTH_PRIVILEGED) public static final String ACTION_CONNECTION_STATE_CHANGED = "an…
|
/frameworks/base/api/ |
D | system-current.txt | 1477 ….permission.BLUETOOTH_PRIVILEGED) public static final String ACTION_CONNECTION_STATE_CHANGED = "an… 1562 …field public static final String ACTION_CONNECTION_STATE_CHANGED = "android.bluetooth.input.profil… 1571 …field public static final String ACTION_CONNECTION_STATE_CHANGED = "android.bluetooth.map.profile.… 1580 …field public static final String ACTION_CONNECTION_STATE_CHANGED = "android.bluetooth.pan.profile.… 1592 ….permission.BLUETOOTH_PRIVILEGED) public static final String ACTION_CONNECTION_STATE_CHANGED = "an…
|