HomeSort by relevance Sort by last modified time
    Searched refs:PasswordTypeResult (Results 1 - 2 of 2) sorted by null

  /system/vold/
ResponseCode.h 36 static const int PasswordTypeResult = 213;
CryptCommandListener.cpp 343 cli->sendMsg(ResponseCode::PasswordTypeResult, "password", false);
346 cli->sendMsg(ResponseCode::PasswordTypeResult, "pattern", false);
349 cli->sendMsg(ResponseCode::PasswordTypeResult, "pin", false);
352 cli->sendMsg(ResponseCode::PasswordTypeResult, "default", false);

Completed in 67 milliseconds