/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/ |
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()
|
D | BluetoothRouteManagerTest.java | 110 sm.onActiveDeviceChanged(DEVICE1, false); in testAmbiguousActiveDevice() 111 sm.onActiveDeviceChanged(HEARING_AID_DEVICE, true); in testAmbiguousActiveDevice()
|
D | BluetoothRouteTransitionTests.java | 284 sm.onActiveDeviceChanged(mParams.messageDevice, in testTransitions() 287 sm.onActiveDeviceChanged(null, in testTransitions()
|
/packages/services/Telecomm/src/com/android/server/telecom/bluetooth/ |
D | BluetoothDeviceManager.java | 80 mBluetoothRouteManager.onActiveDeviceChanged(null, false); 88 mBluetoothRouteManager.onActiveDeviceChanged(null, true);
|
D | BluetoothStateReceiver.java | 141 mBluetoothRouteManager.onActiveDeviceChanged(device, isHearingAid); in handleActiveDeviceChanged()
|
D | BluetoothRouteManager.java | 584 public void onActiveDeviceChanged(BluetoothDevice device, boolean isHearingAid) { in onActiveDeviceChanged() method in BluetoothRouteManager
|
/packages/apps/Settings/tests/robotests/src/com/android/settings/homepage/contextualcards/slices/ |
D | BluetoothUpdateWorkerTest.java | 65 mBluetoothUpdateWorker.onActiveDeviceChanged(null, 0); in onActiveDeviceChanged_shouldNotifyChange()
|
/packages/apps/Car/Settings/src/com/android/car/settings/bluetooth/ |
D | BluetoothPreferenceController.java | 134 public void onActiveDeviceChanged(CachedBluetoothDevice activeDevice, int bluetoothProfile) { in onActiveDeviceChanged() method in BluetoothPreferenceController
|
/packages/apps/Settings/src/com/android/settings/homepage/contextualcards/slices/ |
D | BluetoothUpdateWorker.java | 90 public void onActiveDeviceChanged(CachedBluetoothDevice activeDevice, int bluetoothProfile) { in onActiveDeviceChanged() method in BluetoothUpdateWorker
|
/packages/apps/Settings/src/com/android/settings/sound/ |
D | AudioSwitchPreferenceController.java | 155 public void onActiveDeviceChanged(CachedBluetoothDevice activeDevice, int bluetoothProfile) { in onActiveDeviceChanged() method in AudioSwitchPreferenceController
|