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

/frameworks/base/core/java/android/os/storage/
H A DStorageManager.java60 * StorageManager is the interface to the systems storage service. The storage
76 public class StorageManager { class
77 private static final String TAG = "StorageManager";
310 public static StorageManager from(Context context) {
311 return context.getSystemService(StorageManager.class);
315 * Constructs a StorageManager object through which an application can
326 public StorageManager(Context context, Looper looper) { method in class:StorageManager
424 * The OBB will remain mounted for as long as the StorageManager reference
601 if (Objects.equals(StorageManager.UUID_PRIVATE_INTERNAL, volumeUuid)) {
603 } else if (Objects.equals(StorageManager
[all...]

Completed in 248 milliseconds