Searched refs:encryptStorage (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/include/storage/
H A DIMountService.h73 virtual int32_t encryptStorage(const String16& password) = 0;
/frameworks/base/core/java/android/os/storage/
H A DIMountService.java629 public int encryptStorage(int type, String password) throws RemoteException { method in class:IMountService.Stub.Proxy
1278 int result = encryptStorage(type, password);
1593 public int encryptStorage(int type, String password) throws RemoteException; method in interface:IMountService
/frameworks/base/libs/storage/
H A DIMountService.cpp531 int32_t encryptStorage(const String16& password) function in class:android::BpMountService
537 ALOGD("encryptStorage could not contact remote\n");
542 ALOGD("encryptStorage caught exception %d\n", err);
/frameworks/base/services/core/java/com/android/server/
H A DMountService.java2269 public int encryptStorage(int type, String password) { method in class:MountService

Completed in 3807 milliseconds