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

/frameworks/base/core/java/android/os/storage/
H A DStorageManager.java41 * StorageManager is the interface to the systems storage service. The storage
58 public class StorageManager class
60 private static final String TAG = "StorageManager";
295 public static StorageManager from(Context context) {
296 return (StorageManager) context.getSystemService(Context.STORAGE_SERVICE);
300 * Constructs a StorageManager object through which an application can
311 public StorageManager(Looper tgtLooper) throws RemoteException { method in class:StorageManager
440 * The OBB will remain mounted for as long as the StorageManager reference

Completed in 98 milliseconds