HomeSort by relevance Sort by last modified time
    Searched refs:getVolumeState (Results 1 - 8 of 8) sorted by null

  /hardware/libhardware_legacy/include/hardware_legacy/
IMountService.h 50 virtual String16 getVolumeState(String16 mountPoint) = 0;
  /frameworks/base/include/storage/
IMountService.h 47 virtual int32_t getVolumeState(const String16& mountPoint) = 0;
  /packages/providers/MediaProvider/src/com/android/providers/media/
MtpService.java 53 String state = mStorageManager.getVolumeState(path);
103 String state = mStorageManager.getVolumeState(path);
  /frameworks/base/core/tests/coretests/src/android/os/storage/
AsecTests.java 141 String state = getMs().getVolumeState(mPath);
509 String state = getMs().getVolumeState(mPath);
  /frameworks/base/libs/storage/
IMountService.cpp 225 int32_t getVolumeState(const String16& mountPoint)
231 ALOGD("getVolumeState could not contact remote\n");
236 ALOGD("getVolumeState caught exception %d\n", err);
  /frameworks/base/core/java/android/os/storage/
IMountService.java 234 public String getVolumeState(String mountPoint) throws RemoteException {
    [all...]
StorageManager.java 898 public @NonNull String getVolumeState(String mountPoint) {
    [all...]
  /frameworks/base/services/core/java/com/android/server/
MountService.java     [all...]

Completed in 206 milliseconds