Searched refs:StorageManagerInternal (Results 1 – 8 of 8) sorted by relevance
23 import android.os.storage.StorageManagerInternal;47 LocalServices.removeServiceForTest(StorageManagerInternal.class); in setUp()
27 public abstract class StorageManagerInternal { class
107 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()
79 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()
78 import android.os.storage.StorageManagerInternal;1474 StorageManagerInternal storageManagerInternal = LocalServices.getService(1475 StorageManagerInternal.class);
69 import android.os.storage.StorageManagerInternal;2212 StorageManagerInternal storageManagerInternal = LocalServices.getService( in grantRuntimePermission()2213 StorageManagerInternal.class); in grantRuntimePermission()
238 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() {
1750 …nagerInternalImpl;->addExternalStoragePolicy(Landroid/os/storage/StorageManagerInternal$ExternalSt…