Home
last modified time | relevance | path

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

/system/core/gatekeeperd/
DGateKeeperResponse.cpp52 } else if (response_code_ == ResponseCode::RETRY) { in readFromParcel()
75 } else if (response_code_ == ResponseCode::RETRY) { in writeToParcel()
/system/core/gatekeeperd/include/gatekeeper/
DGateKeeperResponse.h30 RETRY = 1, enumerator
49 return GateKeeperResponse(ResponseCode::RETRY, timeout); in retry()