Searched refs:DeviceStorageMonitorInternal (Results 1 – 5 of 5) sorted by relevance
37 import com.android.server.storage.DeviceStorageMonitorInternal;256 DeviceStorageMonitorInternal dsmMock = Mockito.mock(DeviceStorageMonitorInternal.class); in testCreateProfileForUser_lowStorageException()258 LocalServices.addService(DeviceStorageMonitorInternal.class, dsmMock); in testCreateProfileForUser_lowStorageException()267 LocalServices.removeServiceForTest(DeviceStorageMonitorInternal.class); in testCreateProfileForUser_lowStorageException()273 DeviceStorageMonitorInternal dsmMock = Mockito.mock(DeviceStorageMonitorInternal.class); in testCreateProfileForUser_unknownParentUser()275 LocalServices.addService(DeviceStorageMonitorInternal.class, dsmMock); in testCreateProfileForUser_unknownParentUser()285 LocalServices.removeServiceForTest(DeviceStorageMonitorInternal.class); in testCreateProfileForUser_unknownParentUser()291 DeviceStorageMonitorInternal dsmMock = Mockito.mock(DeviceStorageMonitorInternal.class); in testCreateManagedProfileForUser_maxManagedUsersException()293 LocalServices.addService(DeviceStorageMonitorInternal.class, dsmMock); in testCreateManagedProfileForUser_maxManagedUsersException()309 LocalServices.removeServiceForTest(DeviceStorageMonitorInternal.class); in testCreateManagedProfileForUser_maxManagedUsersException()
19 public interface DeviceStorageMonitorInternal { interface
294 publishLocalService(DeviceStorageMonitorInternal.class, mLocalService); in onStart()301 private final DeviceStorageMonitorInternal mLocalService = new DeviceStorageMonitorInternal() {
115 import com.android.server.storage.DeviceStorageMonitorInternal;3367 DeviceStorageMonitorInternal dsm = LocalServices in createUserInternalUncheckedNoTracing()3368 .getService(DeviceStorageMonitorInternal.class); in createUserInternalUncheckedNoTracing()
24576 …jector;->getDeviceStorageMonitorInternal()Lcom/android/server/storage/DeviceStorageMonitorInternal;44979 Lcom/android/server/storage/DeviceStorageMonitorInternal;