Home
last modified time | relevance | path

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

/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()
3918 private final class StorageManagerInternalImpl extends StorageManagerInternal {
3924 private final List<StorageManagerInternal.ResetListener> mResetListeners =
3968 public void addResetListener(StorageManagerInternal.ResetListener listener) { in addResetListener()
3976 for (StorageManagerInternal.ResetListener listener : mResetListeners) { in onReset()
/frameworks/base/services/core/java/com/android/server/appop/
DAppOpsService.java84 import android.os.storage.StorageManagerInternal;
847 StorageManagerInternal storageManagerInternal = LocalServices.getService( in systemReady()
848 StorageManagerInternal.class); in systemReady()
850 new StorageManagerInternal.ExternalStorageMountPolicy() { in systemReady()
1400 final StorageManagerInternal storageManagerInternal = in notifyOpChangedSync()
1401 LocalServices.getService(StorageManagerInternal.class); in notifyOpChangedSync()
/frameworks/base/services/core/java/com/android/server/am/
DProcessList.java83 import android.os.storage.StorageManagerInternal;
1562 StorageManagerInternal storageManagerInternal = LocalServices.getService(
1563 StorageManagerInternal.class);
/frameworks/base/services/core/java/com/android/server/pm/permission/
DPermissionManagerService.java70 import android.os.storage.StorageManagerInternal;
2221 StorageManagerInternal storageManagerInternal = LocalServices.getService( in grantRuntimePermission()
2222 StorageManagerInternal.class); in grantRuntimePermission()
/frameworks/base/services/core/java/com/android/server/pm/
DPackageManagerService.java239 import android.os.storage.StorageManagerInternal;
1016 private StorageManagerInternal mStorageManagerInternal;
4924 private StorageManagerInternal getStorageManagerInternal() {
4926 mStorageManagerInternal = LocalServices.getService(StorageManagerInternal.class);
21167 new StorageManagerInternal.ExternalStorageMountPolicy() {
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt52849 Landroid/os/storage/StorageManagerInternal$ExternalStorageMountPolicy;->getMountMode(ILjava/lang/St…
52850 Landroid/os/storage/StorageManagerInternal$ExternalStorageMountPolicy;->hasExternalStorage(ILjava/l…
52851 Landroid/os/storage/StorageManagerInternal;-><init>()V
52852 Landroid/os/storage/StorageManagerInternal;->addExternalStoragePolicy(Landroid/os/storage/StorageMa…
52853 Landroid/os/storage/StorageManagerInternal;->getExternalStorageMountMode(ILjava/lang/String;)I
52854 Landroid/os/storage/StorageManagerInternal;->onExternalStoragePolicyChanged(ILjava/lang/String;)V
Dboot-image-profile.txt35474 Landroid/os/storage/StorageManagerInternal$ExternalStorageMountPolicy;
35475 Landroid/os/storage/StorageManagerInternal;
/frameworks/base/services/
Dart-profile1750 …nagerInternalImpl;->addExternalStoragePolicy(Landroid/os/storage/StorageManagerInternal$ExternalSt…