Searched defs:booleanProperty (Results 1 – 3 of 3) sorted by relevance
64 private Boolean booleanProperty; field in ReflectionUtilsTest.TestClass
92 public Optional<Boolean> booleanProperty(String propertyKey) { in booleanProperty() method in Profile
419 public abstract boolean booleanProperty(); in booleanProperty() method in AutoValueTest.BooleanProperty421 public static BooleanProperty create(boolean booleanProperty) { in create()429 BooleanProperty booleanProperty = BooleanProperty.create(booleanValue); in testBooleanHashCode() local