Searched defs:StorageManager (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/os/storage/
H A DStorageManager.java44 * StorageManager is the interface to the systems storage service. The storage
60 public class StorageManager { class
61 private static final String TAG = "StorageManager";
298 public static StorageManager from(Context context) {
299 return (StorageManager) context.getSystemService(Context.STORAGE_SERVICE);
303 * Constructs a StorageManager object through which an application can
314 public StorageManager(ContentResolver resolver, Looper tgtLooper) throws RemoteException { method in class:StorageManager
443 * The OBB will remain mounted for as long as the StorageManager reference

Completed in 46 milliseconds