Searched refs:dsmMock (Results 1 – 1 of 1) sorted by relevance
255 DeviceStorageMonitorInternal dsmMock = Mockito.mock(DeviceStorageMonitorInternal.class); in testCreateProfileForUser_lowStorageException() local256 Mockito.when(dsmMock.isMemoryLow()).thenReturn(true); in testCreateProfileForUser_lowStorageException()257 LocalServices.addService(DeviceStorageMonitorInternal.class, dsmMock); in testCreateProfileForUser_lowStorageException()272 DeviceStorageMonitorInternal dsmMock = Mockito.mock(DeviceStorageMonitorInternal.class); in testCreateProfileForUser_unknownParentUser() local273 Mockito.when(dsmMock.isMemoryLow()).thenReturn(false); in testCreateProfileForUser_unknownParentUser()274 LocalServices.addService(DeviceStorageMonitorInternal.class, dsmMock); in testCreateProfileForUser_unknownParentUser()290 DeviceStorageMonitorInternal dsmMock = Mockito.mock(DeviceStorageMonitorInternal.class); in testCreateManagedProfileForUser_maxManagedUsersException() local291 Mockito.when(dsmMock.isMemoryLow()).thenReturn(false); in testCreateManagedProfileForUser_maxManagedUsersException()292 LocalServices.addService(DeviceStorageMonitorInternal.class, dsmMock); in testCreateManagedProfileForUser_maxManagedUsersException()