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

/frameworks/base/include/storage/
H A DIMountService.h47 virtual int32_t getVolumeState(const String16& mountPoint) = 0;
/frameworks/base/core/java/android/os/storage/
H A DStorageManager.java555 public String getVolumeState(String mountPoint) { method in class:StorageManager
558 return mMountService.getVolumeState(mountPoint);
H A DIMountService.java231 public String getVolumeState(String mountPoint) throws RemoteException { method in class:IMountService.Stub.Proxy
943 String state = getVolumeState(mountPoint);
1245 public String getVolumeState(String mountPoint) throws RemoteException; method in interface:IMountService
/frameworks/base/core/java/com/android/internal/os/storage/
H A DExternalStorageFormatter.java146 mStorageManager.getVolumeState(mStorageVolume.getPath());
/frameworks/base/core/tests/coretests/src/android/os/storage/
H A DAsecTests.java141 String state = getMs().getVolumeState(mPath);
509 String state = getMs().getVolumeState(mPath);
/frameworks/base/services/java/com/android/server/
H A DMountService.java874 if (getVolumeState(path).equals(Environment.MEDIA_BAD_REMOVAL)) {
915 state = getVolumeState(path);
1042 if (!getVolumeState(path).equals(Environment.MEDIA_MOUNTED)) {
1139 && Environment.MEDIA_SHARED.equals(getVolumeState(primary.getPath()))) {
1517 String vs = getVolumeState(path);
1558 public String getVolumeState(String mountPoint) { method in class:MountService
1562 Slog.w(TAG, "getVolumeState(" + mountPoint + "): Unknown volume");
1590 String volState = getVolumeState(path);
1646 mounted = Environment.MEDIA_MOUNTED.equals(getVolumeState(primary.getPath()));
/frameworks/base/core/java/android/os/
H A DEnvironment.java718 return mountService.getVolumeState(volume.getPath());
/frameworks/base/libs/storage/
H A DIMountService.cpp218 int32_t getVolumeState(const String16& mountPoint) function in class:android::BpMountService
224 ALOGD("getVolumeState could not contact remote\n");
229 ALOGD("getVolumeState caught exception %d\n", err);
/frameworks/base/core/tests/coretests/src/android/content/pm/
H A DPackageManagerTests.java1165 String actual = getMs().getVolumeState(mPath);

Completed in 247 milliseconds