Home
last modified time | relevance | path

Searched refs:encryptStorage (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/include/storage/
DIMountService.h73 virtual int32_t encryptStorage(const String16& password) = 0;
/frameworks/base/core/java/android/os/storage/
DIMountService.java629 public int encryptStorage(int type, String password) throws RemoteException { in encryptStorage() method in IMountService.Stub.Proxy
1278 int result = encryptStorage(type, password); in onTransact()
1593 public int encryptStorage(int type, String password) throws RemoteException; in encryptStorage() method
/frameworks/base/libs/storage/
DIMountService.cpp531 int32_t encryptStorage(const String16& password) in encryptStorage() function in android::BpMountService
/frameworks/base/services/core/java/com/android/server/
DMountService.java2269 public int encryptStorage(int type, String password) { in encryptStorage() method in MountService