Home
last modified time | relevance | path

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

/frameworks/base/libs/storage/include/storage/
DIMountService.h47 virtual int32_t getVolumeState(const String16& mountPoint) = 0;
/frameworks/base/core/tests/coretests/src/android/os/storage/
DAsecTests.java141 String state = getSm().getVolumeState(mPath); in isMediaMounted()
509 String state = getSm().getVolumeState(mPath); in getMediaState()
/frameworks/base/core/java/android/os/storage/
DIStorageManager.aidl88 String getVolumeState(in String mountPoint) = 9;
DStorageManager.java1034 public @NonNull String getVolumeState(String mountPoint) { in getVolumeState() method in StorageManager
/frameworks/base/services/tests/servicestests/src/com/android/server/
DMockStorageManager.java155 public String getVolumeState(String mountPoint) throws RemoteException { in getVolumeState() method in MockStorageManager
/frameworks/base/libs/storage/
DIMountService.cpp225 int32_t getVolumeState(const String16& mountPoint) in getVolumeState() function in android::BpMountService
/frameworks/base/services/core/java/com/android/server/
DStorageManagerService.java1735 public String getVolumeState(String mountPoint) { in getVolumeState() method in StorageManagerService