Home
last modified time | relevance | path

Searched defs:encryptStorage (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/libs/storage/
DIMountService.cpp538 int32_t encryptStorage(const String16& password) in encryptStorage() function in android::BpMountService
/frameworks/base/core/java/android/os/storage/
DIMountService.java632 public int encryptStorage(int type, String password) throws RemoteException { in encryptStorage() method in IMountService.Stub.Proxy
2356 public int encryptStorage(int type, String password) throws RemoteException; in encryptStorage() method
/frameworks/base/services/core/java/com/android/server/
DMountService.java2569 public int encryptStorage(int type, String password) { in encryptStorage() method in MountService