Searched refs:DeviceStorageMonitorInternal (Results 1 – 7 of 7) sorted by relevance
36 import com.android.server.storage.DeviceStorageMonitorInternal;255 DeviceStorageMonitorInternal dsmMock = Mockito.mock(DeviceStorageMonitorInternal.class); in testCreateProfileForUser_lowStorageException()257 LocalServices.addService(DeviceStorageMonitorInternal.class, dsmMock); in testCreateProfileForUser_lowStorageException()266 LocalServices.removeServiceForTest(DeviceStorageMonitorInternal.class); in testCreateProfileForUser_lowStorageException()272 DeviceStorageMonitorInternal dsmMock = Mockito.mock(DeviceStorageMonitorInternal.class); in testCreateProfileForUser_unknownParentUser()274 LocalServices.addService(DeviceStorageMonitorInternal.class, dsmMock); in testCreateProfileForUser_unknownParentUser()284 LocalServices.removeServiceForTest(DeviceStorageMonitorInternal.class); in testCreateProfileForUser_unknownParentUser()290 DeviceStorageMonitorInternal dsmMock = Mockito.mock(DeviceStorageMonitorInternal.class); in testCreateManagedProfileForUser_maxManagedUsersException()292 LocalServices.addService(DeviceStorageMonitorInternal.class, dsmMock); in testCreateManagedProfileForUser_maxManagedUsersException()308 LocalServices.removeServiceForTest(DeviceStorageMonitorInternal.class); in testCreateManagedProfileForUser_maxManagedUsersException()
19 public interface DeviceStorageMonitorInternal { interface
282 publishLocalService(DeviceStorageMonitorInternal.class, mLocalService); in onStart()289 private final DeviceStorageMonitorInternal mLocalService = new DeviceStorageMonitorInternal() {
120 import com.android.server.storage.DeviceStorageMonitorInternal;3568 DeviceStorageMonitorInternal dsm = LocalServices in createUserInternalUncheckedNoTracing()3569 .getService(DeviceStorageMonitorInternal.class); in createUserInternalUncheckedNoTracing()
402 import com.android.server.storage.DeviceStorageMonitorInternal;22612 DeviceStorageMonitorInternal dsm = LocalServices in clearApplicationUserData()22613 .getService(DeviceStorageMonitorInternal.class); in clearApplicationUserData()26663 final DeviceStorageMonitorInternal26664 dsm = mInjector.getLocalService(DeviceStorageMonitorInternal.class);
341 import com.android.server.storage.DeviceStorageMonitorInternal;10626 DeviceStorageMonitorInternal deviceStorageMonitorInternal =10627 LocalServices.getService(DeviceStorageMonitorInternal.class);
55737 Lcom/android/server/storage/DeviceStorageMonitorInternal;