Home
last modified time | relevance | path

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

/aosp12/packages/apps/Settings/tests/robotests/src/com/android/settings/notification/
H A DNotificationBackendTest.java64 CachedBluetoothDeviceManager mCbm; field in NotificationBackendTest
70 when(mBm.getCachedDeviceManager()).thenReturn(mCbm); in setUp()
177 when(mCbm.getCachedDevicesCopy()).thenReturn(cachedDevices); in getDeviceList_noAssociations()
190 when(mCbm.getCachedDevicesCopy()).thenReturn(new ArrayList<>()); in getDeviceList_associationsButNoDevice()
206 when(mCbm.getCachedDevicesCopy()).thenReturn(cachedDevices); in getDeviceList_singleDevice()
227 when(mCbm.getCachedDevicesCopy()).thenReturn(cachedDevices); in getDeviceList_multipleDevices()