Home | History | Annotate | Download | only in map

Lines Matching refs:maxListCount

544     public void setMaxListCount(int maxListCount) throws IllegalArgumentException {
545 if (maxListCount < 0 || maxListCount > 0xFFFF)
547 this.mMaxListCount = maxListCount;