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

/frameworks/base/libs/storage/include/storage/
H A DIMountService.h47 virtual int32_t getVolumeState(const String16& mountPoint) = 0;
/frameworks/base/libs/storage/
H A DIMountService.cpp225 int32_t getVolumeState(const String16& mountPoint) function in class:android::BpMountService
231 ALOGD("getVolumeState could not contact remote\n");
236 ALOGD("getVolumeState caught exception %d\n", err);
/frameworks/base/core/java/android/os/storage/
H A DStorageManager.java1085 public @NonNull String getVolumeState(String mountPoint) { method in class:StorageManager

Completed in 47 milliseconds