Home
last modified time | relevance | path

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

/frameworks/base/libs/storage/include/storage/
DIMountService.h41 virtual int32_t mountVolume(const String16& mountPoint) = 0;
/frameworks/base/core/java/android/os/storage/
DIStorageManager.aidl64 int mountVolume(in String mountPoint) = 5;
/frameworks/base/services/tests/servicestests/src/com/android/server/
DMockStorageManager.java133 public int mountVolume(String mountPoint) throws RemoteException { in mountVolume() method in MockStorageManager
/frameworks/base/core/tests/coretests/src/android/os/storage/
DAsecTests.java523 int ret = getSm().mountVolume(mPath); in mountMedia()
/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/content/pm/
DPackageManagerTests.java1188 int ret = getSm().mountVolume(path); in mountMedia()
/frameworks/base/services/core/java/com/android/server/
DStorageManagerService.java1745 public int mountVolume(String path) { in mountVolume() method in StorageManagerService