Home
last modified time | relevance | path

Searched defs:getVolumeState (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/core/java/android/os/storage/
DStorageManager.java537 public String getVolumeState(String mountPoint) { in getVolumeState() method in StorageManager
DIMountService.java233 public String getVolumeState(String mountPoint) throws RemoteException { in getVolumeState() method in IMountService.Stub.Proxy
1217 public String getVolumeState(String mountPoint) throws RemoteException; in getVolumeState() method
/frameworks/base/libs/storage/
DIMountService.cpp218 int32_t getVolumeState(const String16& mountPoint) in getVolumeState() function in android::BpMountService
/frameworks/base/services/java/com/android/server/
DMountService.java1356 public String getVolumeState(String mountPoint) { in getVolumeState() method in MountService