/aosp12/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/bluetooth/ |
H A D | CachedBluetoothDeviceTest.java | 184 mCachedDevice.onActiveDeviceChanged(true, BluetoothProfile.A2DP); in getConnectionSummary_testSingleProfileActiveDeviceA2dp() 200 mCachedDevice.onActiveDeviceChanged(true, BluetoothProfile.A2DP); in getConnectionSummary_testSingleProfileActiveDeviceA2dp() 216 mCachedDevice.onActiveDeviceChanged(true, BluetoothProfile.A2DP); in getConnectionSummary_shortSummary_returnShortSummary() 248 mCachedDevice.onActiveDeviceChanged(true, BluetoothProfile.A2DP); in getConnectionSummary_testA2dpInCall_returnNull() 263 mCachedDevice.onActiveDeviceChanged(true, BluetoothProfile.A2DP); in getConnectionSummary_testA2dpBatteryInCall_returnBattery() 431 mCachedDevice.onActiveDeviceChanged(true, BluetoothProfile.A2DP); in getConnectionSummary_testMultipleProfilesActiveDevice() 450 mCachedDevice.onActiveDeviceChanged(true, BluetoothProfile.A2DP); in getConnectionSummary_testMultipleProfilesActiveDevice() 459 mCachedDevice.onActiveDeviceChanged(true, BluetoothProfile.A2DP); in getConnectionSummary_testMultipleProfilesActiveDevice() 593 mCachedDevice.onActiveDeviceChanged(true, BluetoothProfile.A2DP); in getCarConnectionSummary_singleProfileActiveDeviceA2dp() 609 mCachedDevice.onActiveDeviceChanged(true, BluetoothProfile.A2DP); in getCarConnectionSummary_singleProfileActiveDeviceA2dp() [all …]
|
/aosp12/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/ |
H A D | BluetoothDeviceManagerTest.java | 172 verify(mRouteManager).onActiveDeviceChanged(isNull(), eq(false)); in testHeadsetServiceDisconnect() 191 verify(mRouteManager).onActiveDeviceChanged(isNull(), eq(true)); in testHearingAidServiceDisconnect() 210 verify(mRouteManager).onActiveDeviceChanged(device2, true); in testHearingAidChangesIgnoredWhenNotInCall()
|
H A D | BluetoothRouteManagerTest.java | 110 sm.onActiveDeviceChanged(DEVICE1, false); in testAmbiguousActiveDevice() 111 sm.onActiveDeviceChanged(HEARING_AID_DEVICE, true); in testAmbiguousActiveDevice()
|
H A D | BluetoothRouteTransitionTests.java | 284 sm.onActiveDeviceChanged(mParams.messageDevice, in testTransitions() 287 sm.onActiveDeviceChanged(null, in testTransitions()
|
/aosp12/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/ |
H A D | BluetoothCallback.java | 104 default void onActiveDeviceChanged(CachedBluetoothDevice activeDevice, int bluetoothProfile) {} in onActiveDeviceChanged() method
|
H A D | BluetoothEventManager.java | 229 cachedDevice.onActiveDeviceChanged(isActive, bluetoothProfile); in dispatchActiveDeviceChanged() 232 callback.onActiveDeviceChanged(activeDevice, bluetoothProfile); in dispatchActiveDeviceChanged()
|
H A D | CachedBluetoothDevice.java | 563 public void onActiveDeviceChanged(boolean isActive, int bluetoothProfile) { in onActiveDeviceChanged() method in CachedBluetoothDevice
|
/aosp12/packages/apps/Car/Settings/src/com/android/car/settings/qc/ |
H A D | PairedBluetoothDevicesWorker.java | 83 public void onActiveDeviceChanged(CachedBluetoothDevice activeDevice, int bluetoothProfile) { in onActiveDeviceChanged() method in PairedBluetoothDevicesWorker
|
/aosp12/packages/services/Telecomm/src/com/android/server/telecom/bluetooth/ |
H A D | BluetoothDeviceManager.java | 80 mBluetoothRouteManager.onActiveDeviceChanged(null, false); 88 mBluetoothRouteManager.onActiveDeviceChanged(null, true);
|
H A D | BluetoothStateReceiver.java | 141 mBluetoothRouteManager.onActiveDeviceChanged(device, isHearingAid); in handleActiveDeviceChanged()
|
H A D | BluetoothRouteManager.java | 584 public void onActiveDeviceChanged(BluetoothDevice device, boolean isHearingAid) { in onActiveDeviceChanged() method in BluetoothRouteManager
|
/aosp12/packages/apps/Settings/tests/robotests/src/com/android/settings/homepage/contextualcards/slices/ |
H A D | BluetoothUpdateWorkerTest.java | 65 mBluetoothUpdateWorker.onActiveDeviceChanged(null, 0); in onActiveDeviceChanged_shouldNotifyChange()
|
/aosp12/packages/apps/Car/Settings/src/com/android/car/settings/bluetooth/ |
H A D | BluetoothPreferenceController.java | 134 public void onActiveDeviceChanged(CachedBluetoothDevice activeDevice, int bluetoothProfile) { in onActiveDeviceChanged() method in BluetoothPreferenceController
|
/aosp12/packages/apps/Settings/src/com/android/settings/homepage/contextualcards/slices/ |
H A D | BluetoothUpdateWorker.java | 90 public void onActiveDeviceChanged(CachedBluetoothDevice activeDevice, int bluetoothProfile) { in onActiveDeviceChanged() method in BluetoothUpdateWorker
|
/aosp12/packages/apps/Settings/src/com/android/settings/sound/ |
H A D | AudioSwitchPreferenceController.java | 155 public void onActiveDeviceChanged(CachedBluetoothDevice activeDevice, int bluetoothProfile) { in onActiveDeviceChanged() method in AudioSwitchPreferenceController
|
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/policy/ |
H A D | BluetoothControllerImplTest.java | 231 mBluetoothControllerImpl.onActiveDeviceChanged(device, BluetoothProfile.HEADSET); in testOnActiveDeviceChanged_updatesAudioActive()
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/ |
H A D | BluetoothControllerImpl.java | 388 public void onActiveDeviceChanged(CachedBluetoothDevice activeDevice, int bluetoothProfile) { in onActiveDeviceChanged() method in BluetoothControllerImpl
|