Home
last modified time | relevance | path

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

/frameworks/base/libs/storage/
DIMountService.cpp514 int32_t decryptStorage(const String16& password) in decryptStorage() function in android::BpMountService
/frameworks/base/core/java/android/os/storage/
DIMountService.java612 public int decryptStorage(String password) throws RemoteException { in decryptStorage() method in IMountService.Stub.Proxy
1588 public int decryptStorage(String password) throws RemoteException; in decryptStorage() method
/frameworks/base/services/core/java/com/android/server/
DMountService.java2229 public int decryptStorage(String password) { in decryptStorage() method in MountService