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.java174 mountService.formatVolume(extStoragePath);
/frameworks/base/core/java/android/os/storage/
H A DIMountService.java193 public int formatVolume(String mountPoint) throws RemoteException { method in class:IMountService.Stub.Proxy
907 int result = formatVolume(mountPoint);
1193 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/java/com/android/server/
H A DMountService.java1541 public int formatVolume(String path) { method in class:MountService

Completed in 774 milliseconds