HomeSort by relevance Sort by last modified time
    Searched full:nextlowest (Results 1 - 1 of 1) sorted by null

  /frameworks/base/services/java/com/android/server/
ConnectivityService.java 584 int nextLowest = 0;
590 if (na.priority < nextLowest || nextLowest == 0) {
591 nextLowest = na.priority;
597 currentLowest = nextLowest;
598 nextLowest = 0;
    [all...]

Completed in 26 milliseconds