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

/frameworks/base/cmds/statsd/src/storage/
H A DStorageManager.h32 class StorageManager : public virtual RefBase { class in namespace:android::os::statsd
/frameworks/base/core/java/android/os/storage/
H A DStorageManager.java95 * StorageManager is the interface to the systems storage service. The storage
108 public class StorageManager { class
109 private static final String TAG = "StorageManager";
445 public static StorageManager from(Context context) {
446 return context.getSystemService(StorageManager.class);
450 * Constructs a StorageManager object through which an application can
461 public StorageManager(Context context, Looper looper) throws ServiceNotFoundException { method in class:StorageManager
556 * The OBB will remain mounted for as long as the StorageManager reference
733 if (Objects.equals(StorageManager.UUID_PRIVATE_INTERNAL, volumeUuid)) {
735 } else if (Objects.equals(StorageManager
[all...]

Completed in 1729 milliseconds