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

  /frameworks/base/services/java/com/android/server/
AlarmManagerService.java 555 final FilterStats[] topFilters = new FilterStats[10];
574 ? Arrays.binarySearch(topFilters, 0, len, fs, comparator) : 0;
578 if (pos < topFilters.length) {
579 int copylen = topFilters.length - pos - 1;
581 System.arraycopy(topFilters, pos, topFilters, pos+1, copylen);
583 topFilters[pos] = fs;
584 if (len < topFilters.length) {
593 FilterStats fs = topFilters[i];
    [all...]
  /external/robolectric/lib/main/
h2-1.2.147.jar 

Completed in 610 milliseconds