Home
last modified time | relevance | path

Searched defs:fdeEnable (Results 1 – 2 of 2) sorted by relevance

/aosp12/system/vold/binder/android/os/
H A DIVold.aidl77 void fdeEnable(int passwordType, @utf8InCpp String password, int encryptionFlags); in fdeEnable() method
/aosp12/system/vold/
H A DVoldNativeService.cpp574 binder::Status VoldNativeService::fdeEnable(int32_t passwordType, const std::string& password, in fdeEnable() function in android::vold::VoldNativeService