Home
last modified time | relevance | path

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

/system/core/gatekeeperd/include/gatekeeper/
DGateKeeperResponse.h39 should_reenroll_(should_reenroll) {} in response_code_()
66 bool should_reenroll() const { return should_reenroll_; } in should_reenroll()
68 void should_reenroll(bool should_reenroll) { should_reenroll_ = should_reenroll; } in should_reenroll()
78 bool should_reenroll_; variable
/system/core/gatekeeperd/
DGateKeeperResponse.cpp36 should_reenroll_ = false; in readFromParcel()
40 should_reenroll_ = in->readInt32(); in readFromParcel()
64 out->writeInt32(should_reenroll_); in writeToParcel()