Searched defs:formatVolume (Results 1 - 3 of 3) sorted by relevance

/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.java1545 public int formatVolume(String path) { method in class:MountService

Completed in 1252 milliseconds