/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/ |
D | LocalBluetoothProfileManager.java | 126 BluetoothInputDevice.ACTION_CONNECTION_STATE_CHANGED); in LocalBluetoothProfileManager() 130 BluetoothPan.ACTION_CONNECTION_STATE_CHANGED); in LocalBluetoothProfileManager() 136 BluetoothMapClient.ACTION_CONNECTION_STATE_CHANGED); in LocalBluetoothProfileManager() 140 BluetoothMap.ACTION_CONNECTION_STATE_CHANGED); in LocalBluetoothProfileManager() 164 BluetoothA2dp.ACTION_CONNECTION_STATE_CHANGED); in updateLocalProfiles() 176 BluetoothA2dpSink.ACTION_CONNECTION_STATE_CHANGED); in updateLocalProfiles() 190 BluetoothHeadset.ACTION_CONNECTION_STATE_CHANGED); in updateLocalProfiles() 203 BluetoothHeadsetClient.ACTION_CONNECTION_STATE_CHANGED); in updateLocalProfiles() 219 BluetoothMapClient.ACTION_CONNECTION_STATE_CHANGED); in updateLocalProfiles() 247 BluetoothPbapClient.ACTION_CONNECTION_STATE_CHANGED); in updateLocalProfiles()
|
D | BluetoothEventManager.java | 87 addHandler(BluetoothAdapter.ACTION_CONNECTION_STATE_CHANGED, in BluetoothEventManager()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/car/ |
D | CarBatteryController.java | 122 filter.addAction(BluetoothHeadsetClient.ACTION_CONNECTION_STATE_CHANGED); in startListening() 152 } else if (BluetoothHeadsetClient.ACTION_CONNECTION_STATE_CHANGED.equals(action)) { in onReceive()
|
D | ConnectedDeviceSignalController.java | 99 filter.addAction(BluetoothHeadsetClient.ACTION_CONNECTION_STATE_CHANGED); in startListening() 146 } else if (BluetoothHeadsetClient.ACTION_CONNECTION_STATE_CHANGED.equals(action)) { in onReceive()
|
/frameworks/base/core/tests/bluetoothtests/src/android/bluetooth/ |
D | BluetoothTestUtils.java | 225 mConnectionAction = BluetoothA2dp.ACTION_CONNECTION_STATE_CHANGED; in ConnectProfileReceiver() 228 mConnectionAction = BluetoothHeadset.ACTION_CONNECTION_STATE_CHANGED; in ConnectProfileReceiver() 231 mConnectionAction = BluetoothInputDevice.ACTION_CONNECTION_STATE_CHANGED; in ConnectProfileReceiver() 234 mConnectionAction = BluetoothPan.ACTION_CONNECTION_STATE_CHANGED; in ConnectProfileReceiver() 1405 BluetoothA2dp.ACTION_CONNECTION_STATE_CHANGED, in getConnectProfileReceiver() 1406 BluetoothHeadset.ACTION_CONNECTION_STATE_CHANGED, in getConnectProfileReceiver() 1407 BluetoothInputDevice.ACTION_CONNECTION_STATE_CHANGED}; in getConnectProfileReceiver() 1416 String[] actions = {BluetoothPan.ACTION_CONNECTION_STATE_CHANGED}; in getConnectPanReceiver()
|
/frameworks/base/core/java/android/bluetooth/ |
D | BluetoothAvrcpController.java | 66 public static final String ACTION_CONNECTION_STATE_CHANGED = field in BluetoothAvrcpController
|
D | BluetoothPbapClient.java | 40 public static final String ACTION_CONNECTION_STATE_CHANGED = field in BluetoothPbapClient
|
D | BluetoothPan.java | 72 public static final String ACTION_CONNECTION_STATE_CHANGED = field in BluetoothPan
|
D | BluetoothSap.java | 67 public static final String ACTION_CONNECTION_STATE_CHANGED = field in BluetoothSap
|
D | BluetoothMap.java | 39 public static final String ACTION_CONNECTION_STATE_CHANGED = field in BluetoothMap
|
D | BluetoothA2dpSink.java | 64 public static final String ACTION_CONNECTION_STATE_CHANGED = field in BluetoothA2dpSink
|
D | BluetoothMapClient.java | 43 public static final String ACTION_CONNECTION_STATE_CHANGED = field in BluetoothMapClient
|
D | BluetoothInputHost.java | 59 public static final String ACTION_CONNECTION_STATE_CHANGED = field in BluetoothInputHost
|
D | BluetoothInputDevice.java | 69 public static final String ACTION_CONNECTION_STATE_CHANGED = field in BluetoothInputDevice
|
D | BluetoothA2dp.java | 76 public static final String ACTION_CONNECTION_STATE_CHANGED = field in BluetoothA2dp
|
D | BluetoothHeadset.java | 71 public static final String ACTION_CONNECTION_STATE_CHANGED = field in BluetoothHeadset
|
D | BluetoothHeadsetClient.java | 73 public static final String ACTION_CONNECTION_STATE_CHANGED = field in BluetoothHeadsetClient
|
D | BluetoothAdapter.java | 441 public static final String ACTION_CONNECTION_STATE_CHANGED = field in BluetoothAdapter
|
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/ |
D | WifiServiceImpl.java | 2041 } else if (action.equals(BluetoothAdapter.ACTION_CONNECTION_STATE_CHANGED)) { 2154 intentFilter.addAction(BluetoothAdapter.ACTION_CONNECTION_STATE_CHANGED); in registerForBroadcasts()
|
/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…
|
/frameworks/base/api/ |
D | current.txt | 7178 …field public static final java.lang.String ACTION_CONNECTION_STATE_CHANGED = "android.bluetooth.a2… 7219 …field public static final java.lang.String ACTION_CONNECTION_STATE_CHANGED = "android.bluetooth.ad… 7829 …field public static final java.lang.String ACTION_CONNECTION_STATE_CHANGED = "android.bluetooth.he…
|
D | system-current.txt | 7649 …field public static final java.lang.String ACTION_CONNECTION_STATE_CHANGED = "android.bluetooth.a2… 7695 …field public static final java.lang.String ACTION_CONNECTION_STATE_CHANGED = "android.bluetooth.ad… 8308 …field public static final java.lang.String ACTION_CONNECTION_STATE_CHANGED = "android.bluetooth.he…
|