Home
last modified time | relevance | path

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

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