HomeSort by relevance Sort by last modified time
    Searched refs:booleanProperty (Results 1 - 2 of 2) sorted by null

  /external/proguard/examples/annotations/examples/
Bean.java 18 public boolean booleanProperty;
25 return booleanProperty;
29 public void setBooleanProperty(boolean booleanProperty)
31 this.booleanProperty = booleanProperty;
  /prebuilts/tools/common/proguard/proguard4.7/examples/annotations/examples/
Bean.java 17 public boolean booleanProperty;
24 return booleanProperty;
28 public void setBooleanProperty(boolean booleanProperty)
30 this.booleanProperty = booleanProperty;

Completed in 167 milliseconds