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

/external/apache-harmony/support/src/test/java/tests/support/
H A DSupport_Field.java24 protected boolean booleanField; field in class:Support_Field
/external/nist-sip/java/gov/nist/javax/sip/message/
H A DMessageObject.java100 boolean booleanField = f.getBoolean(this);
101 sprint(booleanField);
/external/chromium_org/content/public/android/javatests/src/org/chromium/content/browser/
H A DJavaBridgeFieldsTest.java29 public boolean booleanField = true; field in class:JavaBridgeFieldsTest.TestObject
67 executeJavaScriptAndGetStringResult("typeof testObject.booleanField"));
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/lang/reflect/
H A DFieldTest.java38 protected boolean booleanField = true; field in class:FieldTest.TestField
264 Field booleanField = null;
276 fieldName = "booleanField";
277 booleanField = fieldClass.getDeclaredField(fieldName);
371 subclass.setField('Z', subclass, booleanField, null, booleanValue);
372 subclass.setField('Z', otherSubclass, booleanField, null, booleanValue);
373 subclass.setField('Z', parentClass, booleanField, illegalAccessExceptionClass, booleanValue);
374 subclass.setField('Z', plainObject, booleanField, illegalAccessExceptionClass, booleanValue);
385 subclass.setField(type, subclass, booleanField,
428 subclass.getField('Z', subclass, booleanField, nul
[all...]
/external/nist-sip/java/gov/nist/core/
H A DGenericObject.java256 boolean booleanField = f.getBoolean(mergeObject);
257 f.setBoolean(this, booleanField);
369 protected void sprint(boolean booleanField) { argument
370 sprint(String.valueOf(booleanField));
634 boolean booleanField = f.getBoolean(this);
635 sprint(booleanField);
/external/nist-sip/java/gov/nist/javax/sip/address/
H A DNetObject.java320 boolean booleanField = f.getBoolean(this);
321 sprint(booleanField);
/external/nist-sip/java/gov/nist/javax/sip/header/
H A DSIPObject.java331 boolean booleanField = f.getBoolean(this);
332 sprint(booleanField);

Completed in 187 milliseconds