Home
last modified time | relevance | path

Searched refs:encryptStorage (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/libs/storage/include/storage/
DIMountService.h73 virtual int32_t encryptStorage(const String16& password) = 0;
/frameworks/base/core/java/android/os/storage/
DIStorageManager.aidl179 int encryptStorage(int type, in String password) = 27; in encryptStorage() method
/frameworks/base/services/tests/servicestests/src/com/android/server/
DMockStorageManager.java249 public int encryptStorage(int type, String password) throws RemoteException { in encryptStorage() method in MockStorageManager
/frameworks/base/libs/storage/
DIMountService.cpp538 int32_t encryptStorage(const String16& password) in encryptStorage() function in android::BpMountService
/frameworks/base/services/core/java/com/android/server/
DStorageManagerService.java2648 public int encryptStorage(int type, String password) { in encryptStorage() method in StorageManagerService