Home
last modified time | relevance | path

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

/packages/apps/Settings/tests/robotests/src/com/android/settings/notification/
DNotificationBackendTest.java69 CachedBluetoothDeviceManager mCbm; field in NotificationBackendTest
78 when(mBm.getCachedDeviceManager()).thenReturn(mCbm); in setUp()
212 when(mCbm.getCachedDevicesCopy()).thenReturn(cachedDevices); in getDeviceList_noAssociations()
226 when(mCbm.getCachedDevicesCopy()).thenReturn(new ArrayList<>()); in getDeviceList_associationsButNoDevice()
243 when(mCbm.getCachedDevicesCopy()).thenReturn(cachedDevices); in getDeviceList_singleDevice()
265 when(mCbm.getCachedDevicesCopy()).thenReturn(cachedDevices); in getDeviceList_multipleDevices()