Home
last modified time | relevance | path

Searched refs:mountVolume (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/include/storage/
DIMountService.h41 virtual int32_t mountVolume(const String16& mountPoint) = 0;
/frameworks/base/libs/storage/
DIMountService.cpp143 int32_t mountVolume(const String16& mountPoint) in mountVolume() function in android::BpMountService
/frameworks/base/core/tests/coretests/src/android/os/storage/
DAsecTests.java523 int ret = getMs().mountVolume(mPath); in mountMedia()
/frameworks/base/core/java/android/os/storage/
DIMountService.java149 public int mountVolume(String mountPoint) throws RemoteException { in mountVolume() method in IMountService.Stub.Proxy
1372 int resultCode = mountVolume(mountPoint); in onTransact()
1957 public int mountVolume(String mountPoint) throws RemoteException; in mountVolume() method
/frameworks/base/core/tests/coretests/src/android/content/pm/
DPackageManagerTests.java1200 int ret = getMs().mountVolume(path); in mountMedia()
/frameworks/base/services/core/java/com/android/server/
DMountService.java1586 public int mountVolume(String path) { in mountVolume() method in MountService