Home
last modified time | relevance | path

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

/frameworks/base/services/tests/servicestests/src/com/android/server/
DStorageManagerServiceTest.java23 import android.os.storage.StorageManagerInternal;
47 LocalServices.removeServiceForTest(StorageManagerInternal.class); in setUp()
/frameworks/base/core/java/android/os/storage/
DStorageManagerInternal.java27 public abstract class StorageManagerInternal { class
/frameworks/base/services/core/java/com/android/server/
DStorageManagerService.java107 import android.os.storage.StorageManagerInternal;
1542 LocalServices.addService(StorageManagerInternal.class, mStorageManagerInternal); in StorageManagerService()
3898 private final class StorageManagerInternalImpl extends StorageManagerInternal {
3904 private final List<StorageManagerInternal.ResetListener> mResetListeners =
3948 public void addResetListener(StorageManagerInternal.ResetListener listener) { in addResetListener()
3956 for (StorageManagerInternal.ResetListener listener : mResetListeners) { in onReset()
/frameworks/base/services/core/java/com/android/server/appop/
DAppOpsService.java79 import android.os.storage.StorageManagerInternal;
825 StorageManagerInternal storageManagerInternal = LocalServices.getService( in systemReady()
826 StorageManagerInternal.class); in systemReady()
828 new StorageManagerInternal.ExternalStorageMountPolicy() { in systemReady()
1344 final StorageManagerInternal storageManagerInternal = in notifyOpChangedSync()
1345 LocalServices.getService(StorageManagerInternal.class); in notifyOpChangedSync()
/frameworks/base/services/core/java/com/android/server/am/
DProcessList.java78 import android.os.storage.StorageManagerInternal;
1474 StorageManagerInternal storageManagerInternal = LocalServices.getService(
1475 StorageManagerInternal.class);
/frameworks/base/services/core/java/com/android/server/pm/permission/
DPermissionManagerService.java69 import android.os.storage.StorageManagerInternal;
2212 StorageManagerInternal storageManagerInternal = LocalServices.getService( in grantRuntimePermission()
2213 StorageManagerInternal.class); in grantRuntimePermission()
/frameworks/base/services/core/java/com/android/server/pm/
DPackageManagerService.java238 import android.os.storage.StorageManagerInternal;
973 private StorageManagerInternal mStorageManagerInternal;
4999 private StorageManagerInternal getStorageManagerInternal() { in getStorageManagerInternal()
5001 mStorageManagerInternal = LocalServices.getService(StorageManagerInternal.class); in getStorageManagerInternal()
21663 new StorageManagerInternal.ExternalStorageMountPolicy() {
/frameworks/base/services/
Dart-profile1750 …nagerInternalImpl;->addExternalStoragePolicy(Landroid/os/storage/StorageManagerInternal$ExternalSt…