Home
last modified time | relevance | path

Searched refs:getVolumeState (Results 1 – 3 of 3) sorted by relevance

/aosp14/frameworks/base/libs/storage/include/storage/
H A DIMountService.h48 virtual int32_t getVolumeState(const String16& mountPoint) = 0;
/aosp14/frameworks/base/libs/storage/
H A DIMountService.cpp223 int32_t getVolumeState(const String16& mountPoint) in getVolumeState() function in android::BpMountService
/aosp14/frameworks/base/core/java/android/os/storage/
H A DStorageManager.java1278 public @NonNull String getVolumeState(String mountPoint) { in getVolumeState() method in StorageManager