Searched refs:formatVolume (Results 1 - 5 of 5) sorted by relevance

/frameworks/base/include/storage/
H A DIMountService.h44 virtual int32_t formatVolume(const String16& mountPoint) = 0;
/frameworks/base/core/java/com/android/internal/os/storage/
H A DExternalStorageFormatter.java179 mountService.formatVolume(extStoragePath);
/frameworks/base/core/java/android/os/storage/
H A DIMountService.java191 public int formatVolume(String mountPoint) throws RemoteException { method in class:IMountService.Stub.Proxy
1038 int result = formatVolume(mountPoint);
1386 public int formatVolume(String mountPoint) throws RemoteException; method in interface:IMountService
/frameworks/base/libs/storage/
H A DIMountService.cpp179 int32_t formatVolume(const String16& mountPoint) function in class:android::BpMountService
185 ALOGD("formatVolume could not contact remote\n");
190 ALOGD("formatVolume caught exception %d\n", err);
/frameworks/base/services/core/java/com/android/server/
H A DMountService.java1716 public int formatVolume(String path) { method in class:MountService

Completed in 232 milliseconds