Home
last modified time | relevance | path

Searched refs:PasswordTypeResult (Results 1 – 2 of 2) sorted by relevance

/system/vold/
DCryptCommandListener.cpp255 cli->sendMsg(ResponseCode::PasswordTypeResult, "password", false); in runCommand()
258 cli->sendMsg(ResponseCode::PasswordTypeResult, "pattern", false); in runCommand()
261 cli->sendMsg(ResponseCode::PasswordTypeResult, "pin", false); in runCommand()
264 cli->sendMsg(ResponseCode::PasswordTypeResult, "default", false); in runCommand()
DResponseCode.h36 static const int PasswordTypeResult = 213; variable