Home
last modified time | relevance | path

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

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