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

  /system/vold/
vdc.cpp 97 checkStatus(vold->fdeEnable(passwordType, "", encryptionFlags));
VoldNativeService.h 82 binder::Status fdeEnable(int32_t passwordType,
VoldNativeService.cpp 565 binder::Status VoldNativeService::fdeEnable(int32_t passwordType,
570 LOG(DEBUG) << "fdeEnable(" << passwordType << ", *, " << encryptionFlags << ")";
572 LOG(ERROR) << "e4crypt_is_native, fdeEnable invalid";
573 return error("e4crypt_is_native, fdeEnable invalid");
  /system/vold/binder/android/os/
IVold.aidl 67 void fdeEnable(int passwordType, @utf8InCpp String password, int encryptionFlags);
  /frameworks/base/services/core/java/com/android/server/
StorageManagerService.java     [all...]

Completed in 409 milliseconds