Home
last modified time | relevance | path

Searched refs:fdeSetField (Results 1 – 3 of 3) sorted by relevance

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