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

/frameworks/base/include/storage/
H A DIMountService.h72 virtual int32_t decryptStorage(const String16& password) = 0;
/frameworks/base/core/java/android/os/storage/
H A DIMountService.java613 public int decryptStorage(String password) throws RemoteException { method in class:IMountService.Stub.Proxy
1100 int result = decryptStorage(password);
1341 public int decryptStorage(String password) throws RemoteException; method in interface:IMountService
/frameworks/base/libs/storage/
H A DIMountService.cpp512 int32_t decryptStorage(const String16& password) function in class:android::BpMountService
518 ALOGD("decryptStorage could not contact remote\n");
523 ALOGD("decryptStorage caught exception %d\n", err);
/frameworks/base/services/java/com/android/server/
H A DMountService.java1975 public int decryptStorage(String password) { method in class:MountService

Completed in 337 milliseconds