Searched refs:hasTrue (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/cmds/statsd/src/condition/
H A Dcondition_util.cpp48 bool hasTrue = false; local
60 hasTrue = true;
75 newCondition = hasTrue ? ConditionState::kTrue : ConditionState::kFalse;
87 newCondition = hasTrue ? ConditionState::kFalse : ConditionState::kTrue;

Completed in 51 milliseconds