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

/frameworks/base/include/storage/
H A DIMountService.h41 virtual int32_t mountVolume(const String16& mountPoint) = 0;
/frameworks/base/core/java/com/android/internal/os/storage/
H A DExternalStorageFormatter.java128 mountService.mountVolume(extStoragePath);
194 mountService.mountVolume(extStoragePath);
/frameworks/base/core/java/android/os/storage/
H A DIMountService.java150 public int mountVolume(String mountPoint) throws RemoteException { method in class:IMountService.Stub.Proxy
888 int resultCode = mountVolume(mountPoint);
1260 public int mountVolume(String mountPoint) throws RemoteException; method in interface:IMountService
/frameworks/base/core/tests/coretests/src/android/os/storage/
H A DAsecTests.java523 int ret = getMs().mountVolume(mPath);
/frameworks/base/libs/storage/
H A DIMountService.cpp143 int32_t mountVolume(const String16& mountPoint) function in class:android::BpMountService
149 ALOGD("mountVolume could not contact remote\n");
154 ALOGD("mountVolume caught exception %d\n", err);
/frameworks/base/core/tests/coretests/src/android/content/pm/
H A DPackageManagerTests.java1194 int ret = getMs().mountVolume(path);
/frameworks/base/services/java/com/android/server/
H A DMountService.java1474 * The mountVolume() call will have set the storage state and sent the necessary
1516 public int mountVolume(String path) { method in class:MountService

Completed in 7205 milliseconds