Searched refs:encryptStorage (Results 1 – 4 of 4) sorted by relevance
73 virtual int32_t encryptStorage(const String16& password) = 0;
629 public int encryptStorage(int type, String password) throws RemoteException { in encryptStorage() method in IMountService.Stub.Proxy1278 int result = encryptStorage(type, password); in onTransact()1593 public int encryptStorage(int type, String password) throws RemoteException; in encryptStorage() method
531 int32_t encryptStorage(const String16& password) in encryptStorage() function in android::BpMountService
2269 public int encryptStorage(int type, String password) { in encryptStorage() method in MountService