HomeSort by relevance Sort by last modified time
    Searched refs:encryptStorage (Results 1 - 5 of 5) sorted by null

  /frameworks/base/include/storage/
IMountService.h 73 virtual int32_t encryptStorage(const String16& password) = 0;
  /packages/apps/Settings/src/com/android/settings/
CryptKeeperConfirm.java 88 mountService.encryptStorage(args.getInt("type", -1), args.getString("password"));
  /frameworks/base/libs/storage/
IMountService.cpp 538 int32_t encryptStorage(const String16& password)
544 ALOGD("encryptStorage could not contact remote\n");
549 ALOGD("encryptStorage caught exception %d\n", err);
  /frameworks/base/core/java/android/os/storage/
IMountService.java 632 public int encryptStorage(int type, String password) throws RemoteException {
    [all...]
  /frameworks/base/services/core/java/com/android/server/
MountService.java     [all...]

Completed in 89 milliseconds