/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/ |
D | LocalBluetoothProfileManager.java | 136 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 …]
|
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/statusbar/car/ |
D | CarBatteryController.java | 125 filter.addAction(BluetoothHeadsetClient.ACTION_CONNECTION_STATE_CHANGED); in startListening() 155 } else if (BluetoothHeadsetClient.ACTION_CONNECTION_STATE_CHANGED.equals(action)) { in onReceive()
|
D | ConnectedDeviceSignalController.java | 130 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/ |
D | BluetoothTestUtils.java | 225 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/ |
D | BluetoothAvrcpController.java | 61 public static final String ACTION_CONNECTION_STATE_CHANGED = field in BluetoothAvrcpController
|
D | BluetoothPan.java | 71 public static final String ACTION_CONNECTION_STATE_CHANGED = field in BluetoothPan
|
D | BluetoothPbap.java | 80 public static final String ACTION_CONNECTION_STATE_CHANGED = field in BluetoothPbap
|
D | BluetoothPbapClient.java | 39 public static final String ACTION_CONNECTION_STATE_CHANGED = field in BluetoothPbapClient
|
D | BluetoothSap.java | 66 public static final String ACTION_CONNECTION_STATE_CHANGED = field in BluetoothSap
|
D | BluetoothMap.java | 41 public static final String ACTION_CONNECTION_STATE_CHANGED = field in BluetoothMap
|
D | BluetoothA2dpSink.java | 62 public static final String ACTION_CONNECTION_STATE_CHANGED = field in BluetoothA2dpSink
|
D | BluetoothMapClient.java | 42 public static final String ACTION_CONNECTION_STATE_CHANGED = field in BluetoothMapClient
|
D | BluetoothHidDevice.java | 58 public static final String ACTION_CONNECTION_STATE_CHANGED = field in BluetoothHidDevice
|
D | BluetoothHearingAid.java | 70 public static final String ACTION_CONNECTION_STATE_CHANGED = field in BluetoothHearingAid
|
D | BluetoothHidHost.java | 67 public static final String ACTION_CONNECTION_STATE_CHANGED = field in BluetoothHidHost
|
D | BluetoothA2dp.java | 72 public static final String ACTION_CONNECTION_STATE_CHANGED = field in BluetoothA2dp
|
D | BluetoothHeadsetClient.java | 70 public static final String ACTION_CONNECTION_STATE_CHANGED = field in BluetoothHeadsetClient
|
D | BluetoothHeadset.java | 76 public static final String ACTION_CONNECTION_STATE_CHANGED = field in BluetoothHeadset
|
D | BluetoothAdapter.java | 526 ACTION_CONNECTION_STATE_CHANGED = field in BluetoothAdapter
|
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/ |
D | WifiServiceImpl.java | 2628 } 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/ |
D | android-28.jar | META-INF/
META-INF/MANIFEST.MF
javax/
javax/net/
javax/ ... |