Home
last modified time | relevance | path

Searched refs:setActiveDeviceCacheForTesting (Results 1 – 2 of 2) sorted by relevance

/aosp12/packages/services/Telecomm/src/com/android/server/telecom/bluetooth/
H A DBluetoothRouteManager.java839 public void setActiveDeviceCacheForTesting(BluetoothDevice device, boolean isHearingAid) { in setActiveDeviceCacheForTesting() method
/aosp12/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
H A DBluetoothRouteTransitionTests.java268 sm.setActiveDeviceCacheForTesting(mParams.activeDevice, in testTransitions()