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() {
119 import com.android.server.storage.DeviceStorageMonitorInternal;3567 DeviceStorageMonitorInternal dsm = LocalServices in createUserInternalUncheckedNoTracing()3568 .getService(DeviceStorageMonitorInternal.class); in createUserInternalUncheckedNoTracing()
403 import com.android.server.storage.DeviceStorageMonitorInternal;22473 DeviceStorageMonitorInternal dsm = LocalServices in clearApplicationUserData()22474 .getService(DeviceStorageMonitorInternal.class); in clearApplicationUserData()26520 final DeviceStorageMonitorInternal26521 dsm = mInjector.getLocalService(DeviceStorageMonitorInternal.class);
338 import com.android.server.storage.DeviceStorageMonitorInternal;10513 DeviceStorageMonitorInternal deviceStorageMonitorInternal =10514 LocalServices.getService(DeviceStorageMonitorInternal.class);
55737 Lcom/android/server/storage/DeviceStorageMonitorInternal;