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

/frameworks/base/core/java/android/os/storage/
H A DStorageManager.java64 * StorageManager is the interface to the systems storage service. The storage
80 public class StorageManager { class
81 private static final String TAG = "StorageManager";
336 public static StorageManager from(Context context) {
337 return context.getSystemService(StorageManager.class);
341 * Constructs a StorageManager object through which an application can
352 public StorageManager(Context context, Looper looper) { method in class:StorageManager
450 * The OBB will remain mounted for as long as the StorageManager reference
627 if (Objects.equals(StorageManager.UUID_PRIVATE_INTERNAL, volumeUuid)) {
629 } else if (Objects.equals(StorageManager
[all...]

Completed in 216 milliseconds