Searched refs:Boolean (Results 1 – 25 of 30) sorted by relevance
12
6 type: Boolean20 type: Boolean27 type: Boolean34 type: Boolean
20 type: Boolean37 type: Boolean46 type: Boolean
43 type: Boolean62 type: Boolean72 type: Boolean82 type: Boolean
19 type: Boolean89 type: Boolean219 type: Boolean256 type: Boolean265 type: Boolean307 type: Boolean346 type: Boolean357 type: Boolean380 type: Boolean406 type: Boolean[all …]
20 type: Boolean29 type: Boolean
20 type: Boolean28 type: Boolean54 type: Boolean
20 type: Boolean
19 type: Boolean
38 Boolean flashAvailable = mCameraManager.getCameraCharacteristics(cameraId). in onCreate()40 if (flashAvailable != null && Boolean.TRUE.equals(flashAvailable)) { in onCreate()
21 type: Boolean31 type: Boolean
181 case sysprop::Boolean: in GetJavaTypeName()212 case sysprop::Boolean: in GetParsingExpression()262 if (prop.type() == sysprop::Boolean) { in GetFormattingExpression()
40 Boolean = 0; enumerator
39 case sysprop::Boolean: in SyspropTypeToContextType()
193 if (prop.integer_as_bool() && !(prop.type() == sysprop::Boolean || in ValidateProp()
535 ArrayList<Boolean> testVector = in runClientSafeUnionTests()545 two = safeunionInterface.setH(two, (ArrayList<Boolean>) testVector.clone()); in runClientSafeUnionTests()892 ArrayList<Boolean> someBoolVec = new ArrayList<Boolean>(); in client()897 ArrayList<Boolean> resultVec = proxy.someBoolVectorMethod(someBoolVec); in client()1354 public ArrayList<Boolean> someBoolVectorMethod(ArrayList<Boolean> x) { in someBoolVectorMethod()1357 ArrayList<Boolean> out = new ArrayList<Boolean>(); in someBoolVectorMethod()1581 public LargeSafeUnion setH(LargeSafeUnion safeUnion, ArrayList<Boolean> h) { in setH()
339 getConfigSelector().magnifiedCheckbox.setSelected((Boolean) element.getValue()); in setDefaultValues()342 getConfigSelector().invertedCheckbox.setSelected((Boolean) element.getValue()); in setDefaultValues()
28 method public java.util.List<java.lang.Boolean> getListBoolean();35 method public void setListBoolean(java.util.List<java.lang.Boolean>);
68 # Boolean property set by system server upon boot indicating
69 # Boolean property set by system server upon boot indicating
227 return Boolean(location, false); in Default()241 AidlConstantValue* AidlConstantValue::Boolean(const AidlLocation& location, bool value) { in Boolean() function in AidlConstantValue
383 : TRUE_LITERAL { $$ = AidlConstantValue::Boolean(loc(@1), true); }384 | FALSE_LITERAL { $$ = AidlConstantValue::Boolean(loc(@1), false); }
76 # Boolean property set by system server upon boot indicating
88 # Boolean property set by system server upon boot indicating