/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 | 93 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/services/core/java/com/android/server/media/ |
D | BluetoothRouteProvider.java | 117 addEventReceiver(BluetoothA2dp.ACTION_CONNECTION_STATE_CHANGED, deviceStateChangedReceiver); in start() 120 addEventReceiver(BluetoothHearingAid.ACTION_CONNECTION_STATE_CHANGED, in start() 493 case BluetoothA2dp.ACTION_CONNECTION_STATE_CHANGED: in onReceive() 496 case BluetoothHearingAid.ACTION_CONNECTION_STATE_CHANGED: in onReceive()
|
/frameworks/base/core/tests/bluetoothtests/src/android/bluetooth/ |
D | BluetoothTestUtils.java | 229 mConnectionAction = BluetoothA2dp.ACTION_CONNECTION_STATE_CHANGED; in ConnectProfileReceiver() 232 mConnectionAction = BluetoothHeadset.ACTION_CONNECTION_STATE_CHANGED; in ConnectProfileReceiver() 235 mConnectionAction = BluetoothHidHost.ACTION_CONNECTION_STATE_CHANGED; in ConnectProfileReceiver() 238 mConnectionAction = BluetoothPan.ACTION_CONNECTION_STATE_CHANGED; in ConnectProfileReceiver() 241 mConnectionAction = BluetoothMapClient.ACTION_CONNECTION_STATE_CHANGED; in ConnectProfileReceiver() 1541 BluetoothA2dp.ACTION_CONNECTION_STATE_CHANGED, in getConnectProfileReceiver() 1542 BluetoothHeadset.ACTION_CONNECTION_STATE_CHANGED, in getConnectProfileReceiver() 1543 BluetoothHidHost.ACTION_CONNECTION_STATE_CHANGED, in getConnectProfileReceiver() 1544 BluetoothMapClient.ACTION_CONNECTION_STATE_CHANGED}; in getConnectProfileReceiver() 1553 String[] actions = {BluetoothPan.ACTION_CONNECTION_STATE_CHANGED}; in getConnectPanReceiver()
|
/frameworks/base/core/java/android/bluetooth/ |
D | BluetoothAvrcpController.java | 70 public static final String ACTION_CONNECTION_STATE_CHANGED = field in BluetoothAvrcpController
|
D | BluetoothPbapClient.java | 51 public static final String ACTION_CONNECTION_STATE_CHANGED = field in BluetoothPbapClient
|
D | BluetoothPbap.java | 98 public static final String ACTION_CONNECTION_STATE_CHANGED = field in BluetoothPbap
|
D | BluetoothSap.java | 77 public static final String ACTION_CONNECTION_STATE_CHANGED = field in BluetoothSap
|
D | BluetoothPan.java | 87 public static final String ACTION_CONNECTION_STATE_CHANGED = field in BluetoothPan
|
D | BluetoothA2dpSink.java | 80 public static final String ACTION_CONNECTION_STATE_CHANGED = field in BluetoothA2dpSink
|
D | BluetoothMap.java | 63 public static final String ACTION_CONNECTION_STATE_CHANGED = field in BluetoothMap
|
D | BluetoothHearingAid.java | 78 public static final String ACTION_CONNECTION_STATE_CHANGED = field in BluetoothHearingAid
|
D | BluetoothHidDevice.java | 68 public static final String ACTION_CONNECTION_STATE_CHANGED = field in BluetoothHidDevice
|
D | BluetoothMapClient.java | 59 public static final String ACTION_CONNECTION_STATE_CHANGED = field in BluetoothMapClient
|
D | BluetoothHidHost.java | 79 public static final String ACTION_CONNECTION_STATE_CHANGED = field in BluetoothHidHost
|
D | BluetoothA2dp.java | 83 public static final String ACTION_CONNECTION_STATE_CHANGED = field in BluetoothA2dp
|
D | BluetoothHeadsetClient.java | 82 public static final String ACTION_CONNECTION_STATE_CHANGED = field in BluetoothHeadsetClient
|
D | BluetoothHeadset.java | 86 public static final String ACTION_CONNECTION_STATE_CHANGED = field in BluetoothHeadset
|
D | BluetoothAdapter.java | 588 ACTION_CONNECTION_STATE_CHANGED = field in BluetoothAdapter
|
/frameworks/base/services/core/java/com/android/server/ |
D | BluetoothManagerService.java | 461 } else if (BluetoothA2dp.ACTION_CONNECTION_STATE_CHANGED.equals(action) 462 || BluetoothHearingAid.ACTION_CONNECTION_STATE_CHANGED.equals(action)) { 522 filter.addAction(BluetoothA2dp.ACTION_CONNECTION_STATE_CHANGED); in BluetoothManagerService() 523 filter.addAction(BluetoothHearingAid.ACTION_CONNECTION_STATE_CHANGED); in BluetoothManagerService()
|
/frameworks/base/core/api/ |
D | system-current.txt | 1935 …est.permission.BLUETOOTH_CONNECT) public static final String ACTION_CONNECTION_STATE_CHANGED = "an… 2037 …est.permission.BLUETOOTH_CONNECT) public static final String ACTION_CONNECTION_STATE_CHANGED = "an… 2046 …est.permission.BLUETOOTH_CONNECT) public static final String ACTION_CONNECTION_STATE_CHANGED = "an… 2059 …est.permission.BLUETOOTH_CONNECT) public static final String ACTION_CONNECTION_STATE_CHANGED = "an… 2075 …est.permission.BLUETOOTH_CONNECT) public static final String ACTION_CONNECTION_STATE_CHANGED = "an…
|
D | current.txt | 8625 …est.permission.BLUETOOTH_CONNECT) public static final String ACTION_CONNECTION_STATE_CHANGED = "an… 8668 …est.permission.BLUETOOTH_CONNECT) public static final String ACTION_CONNECTION_STATE_CHANGED = "an… 9288 …est.permission.BLUETOOTH_CONNECT) public static final String ACTION_CONNECTION_STATE_CHANGED = "an… 9347 …est.permission.BLUETOOTH_CONNECT) public static final String ACTION_CONNECTION_STATE_CHANGED = "an… 9361 …est.permission.BLUETOOTH_CONNECT) public static final String ACTION_CONNECTION_STATE_CHANGED = "an…
|
/frameworks/base/boot/hiddenapi/ |
D | hiddenapi-max-target-o.txt | 9831 Landroid/bluetooth/BluetoothA2dpSink;->ACTION_CONNECTION_STATE_CHANGED:Ljava/lang/String; 10006 Landroid/bluetooth/BluetoothAvrcpController;->ACTION_CONNECTION_STATE_CHANGED:Ljava/lang/String; 10286 Landroid/bluetooth/BluetoothHeadsetClient;->ACTION_CONNECTION_STATE_CHANGED:Ljava/lang/String; 10466 Landroid/bluetooth/BluetoothHearingAid;->ACTION_CONNECTION_STATE_CHANGED:Ljava/lang/String; 10536 Landroid/bluetooth/BluetoothHidHost;->ACTION_CONNECTION_STATE_CHANGED:Ljava/lang/String; 10598 Landroid/bluetooth/BluetoothMap;->ACTION_CONNECTION_STATE_CHANGED:Ljava/lang/String; 10625 Landroid/bluetooth/BluetoothMapClient;->ACTION_CONNECTION_STATE_CHANGED:Ljava/lang/String; 10673 Landroid/bluetooth/BluetoothPan;->ACTION_CONNECTION_STATE_CHANGED:Ljava/lang/String; 10697 Landroid/bluetooth/BluetoothPbap;->ACTION_CONNECTION_STATE_CHANGED:Ljava/lang/String; 10714 Landroid/bluetooth/BluetoothPbapClient;->ACTION_CONNECTION_STATE_CHANGED:Ljava/lang/String; [all …]
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 5800 …field public static final java.lang.String ACTION_CONNECTION_STATE_CHANGED = "android.bluetooth.a2… 5836 …field public static final java.lang.String ACTION_CONNECTION_STATE_CHANGED = "android.bluetooth.ad… 6414 …field public static final java.lang.String ACTION_CONNECTION_STATE_CHANGED = "android.bluetooth.he…
|