Searched refs:mDeviceStorageMonitorInternal (Results 1 – 1 of 1) sorted by relevance
107 private @Mock DeviceStorageMonitorInternal mDeviceStorageMonitorInternal; field in UserManagerServiceTest131 when(mDeviceStorageMonitorInternal.isMemoryLow()).thenReturn(false); in setFixtures()132 mockGetLocalService(DeviceStorageMonitorInternal.class, mDeviceStorageMonitorInternal); in setFixtures()