Home
last modified time | relevance | path

Searched defs:passwordType (Results 1 – 3 of 3) sorted by relevance

/system/vold/
Dvdc.cpp95 int passwordType = android::os::IVold::PASSWORD_TYPE_DEFAULT; in main() local
DVoldNativeService.cpp588 static int fdeEnableInternal(int32_t passwordType, const std::string& password, in fdeEnableInternal()
610 binder::Status VoldNativeService::fdeEnable(int32_t passwordType, const std::string& password, in fdeEnable()
628 binder::Status VoldNativeService::fdeChangePassword(int32_t passwordType, in fdeChangePassword()
/system/vold/binder/android/os/
DIVold.aidl70 void fdeEnable(int passwordType, @utf8InCpp String password, int encryptionFlags); in fdeEnable()
71 void fdeChangePassword(int passwordType, @utf8InCpp String password); in fdeChangePassword()