Home
last modified time | relevance | path

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

/frameworks/base/include/storage/
DIMountService.h72 virtual int32_t decryptStorage(const String16& password) = 0;
/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.java613 public int decryptStorage(String password) throws RemoteException { in decryptStorage() method in IMountService.Stub.Proxy
1586 int result = decryptStorage(password); in onTransact()
2042 public int decryptStorage(String password) throws RemoteException; in decryptStorage() method
/frameworks/base/services/core/java/com/android/server/
DMountService.java2357 public int decryptStorage(String password) { in decryptStorage() method in MountService