Home | History | Annotate | Download | only in service

Lines Matching refs:DEFAULT_SIZE

253         private final int DEFAULT_SIZE = 10;
281 new PriorityQueue<DownloadRequest>(DEFAULT_SIZE, new DownloadComparator());