Home
last modified time | relevance | path

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

/packages/apps/Car/Settings/tests/unit/src/com/android/car/settings/sound/
DAudioRoutesManagerTest.java83 private CachedBluetoothDeviceManager mCachedBluetoothDeviceManager; field in AudioRoutesManagerTest
188 when(mBluetoothManager.getCachedDeviceManager()).thenReturn(mCachedBluetoothDeviceManager); in initMocks()
189 when(mCachedBluetoothDeviceManager.getCachedDevicesCopy()) in initMocks()
/packages/apps/Settings/tests/robotests/src/com/android/settings/bluetooth/
DBluetoothDetailsProfilesControllerTest.java91 private CachedBluetoothDeviceManager mCachedBluetoothDeviceManager; field in BluetoothDetailsProfilesControllerTest
105 when(mLocalManager.getCachedDeviceManager()).thenReturn(mCachedBluetoothDeviceManager); in setUp()
106 when(mCachedBluetoothDeviceManager.getCachedDevicesCopy()) in setUp()