Searched defs:noUi (Results 1 - 1 of 1) sorted by relevance

/system/vold/
H A DVoldNativeService.cpp545 bool noUi = (encryptionFlags & VoldNativeService::ENCRYPTION_FLAG_NO_UI) != 0; local
550 rc = cryptfs_enable_default(noUi);
552 rc = cryptfs_enable(passwordType, password.c_str(), noUi);

Completed in 23 milliseconds