Searched refs:getVolumeState (Results 1 - 7 of 7) sorted by last modified time

/frameworks/base/services/core/java/com/android/server/
H A DStorageManagerService.java1735 public String getVolumeState(String mountPoint) { method in class:StorageManagerService
/frameworks/base/services/tests/servicestests/src/com/android/server/
H A DMockStorageManager.java155 public String getVolumeState(String mountPoint) throws RemoteException { method in class:MockStorageManager
/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/libs/storage/include/storage/
H A DIMountService.h47 virtual int32_t getVolumeState(const String16& mountPoint) = 0;
/frameworks/base/core/tests/coretests/src/android/os/storage/
H A DAsecTests.java141 String state = getSm().getVolumeState(mPath);
509 String state = getSm().getVolumeState(mPath);
/frameworks/base/core/java/android/os/storage/
H A DIStorageManager.aidl88 String getVolumeState(in String mountPoint) = 9;
H A DStorageManager.java1034 public @NonNull String getVolumeState(String mountPoint) { method in class:StorageManager

Completed in 2779 milliseconds