Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
H A DUserManagerServiceCreateProfileTest.java255 DeviceStorageMonitorInternal dsmMock = Mockito.mock(DeviceStorageMonitorInternal.class); in testCreateProfileForUser_lowStorageException() local
256 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() local
273 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() local
291 Mockito.when(dsmMock.isMemoryLow()).thenReturn(false); in testCreateManagedProfileForUser_maxManagedUsersException()
292 LocalServices.addService(DeviceStorageMonitorInternal.class, dsmMock); in testCreateManagedProfileForUser_maxManagedUsersException()