Home
last modified time | relevance | path

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

/frameworks/base/include/storage/
DIMountService.h42 virtual int32_t formatVolume(const String16& mountPoint) = 0;
/frameworks/base/core/java/com/android/internal/os/storage/
DExternalStorageFormatter.java174 mountService.formatVolume(extStoragePath); in updateProgressState()
/frameworks/base/core/java/android/os/storage/
DIMountService.java193 public int formatVolume(String mountPoint) throws RemoteException { in formatVolume() method in IMountService.Stub.Proxy
877 int result = formatVolume(mountPoint); in onTransact()
1148 public int formatVolume(String mountPoint) throws RemoteException; in formatVolume() method
/frameworks/base/libs/storage/
DIMountService.cpp179 int32_t formatVolume(const String16& mountPoint) in formatVolume() function in android::BpMountService
/frameworks/base/services/java/com/android/server/
DMountService.java1402 public int formatVolume(String path) { in formatVolume() method in MountService