Searched refs:boolValue (Results 1 – 7 of 7) sorted by relevance
23 boolean boolValue;
469 int boolValue = -1; in setOption() local474 boolValue = ((Boolean) value)? 1 : 0; in setOption()482 StructLinger linger = new StructLinger(boolValue, intValue); in setOption()
47 case StatsBootstrapAtomValue.boolValue: in reportBootstrapAtom()
98 if (keyParams[i].f.boolValue) in KmParamSet()182 result[i].f.boolValue = params[i].boolean; in kmParamSet2Hidl()
56 p.value = KeyParameterValue.boolValue(true); in makeBool()
150 if (keyParams[i].f.boolValue) in KmParamSet()234 result[i].f.boolValue = params[i].boolean; in kmParamSet2Hidl()
396 final Boolean boolValue = (Boolean) propertyValue; in assertProperty() local397 if (boolValue.booleanValue()) { in assertProperty()