Searched refs:matchRemoved (Results 1 – 1 of 1) sorted by relevance
1335 public boolean matchRemoved; field in Stubs.ApiPredicate1370 public ApiPredicate setMatchRemoved(boolean matchRemoved) { in setMatchRemoved() argument1371 this.matchRemoved = matchRemoved; in setMatchRemoved()1417 removed = matchRemoved; in test()1420 return visible && hasShowAnnotation && !hidden && !docOnly && (removed == matchRemoved); in test()