Home
last modified time | relevance | path

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

/system/vold/binder/android/os/
DIVold.aidl74 void fdeSetField(@utf8InCpp String key, @utf8InCpp String value); in fdeSetField() method
/system/vold/
DVoldNativeService.cpp656 binder::Status VoldNativeService::fdeSetField(const std::string& key, const std::string& value) { in fdeSetField() function in android::vold::VoldNativeService