Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/tests/mockingservicestests/src/com/android/server/pm/
H A DUserManagerServiceTest.java107 private @Mock DeviceStorageMonitorInternal mDeviceStorageMonitorInternal; field in UserManagerServiceTest
131 when(mDeviceStorageMonitorInternal.isMemoryLow()).thenReturn(false); in setFixtures()
132 mockGetLocalService(DeviceStorageMonitorInternal.class, mDeviceStorageMonitorInternal); in setFixtures()