Searched refs:MAX_AP_FOR_DISTANCE (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/wifi/java/android/net/wifi/
H A DBatchedScanSettings.java51 public final static int MAX_AP_FOR_DISTANCE = MAX_AP_PER_SCAN; field in class:BatchedScanSettings
134 maxApForDistance > MAX_AP_FOR_DISTANCE)) return true;
168 } else if (maxApForDistance > MAX_AP_FOR_DISTANCE) {
169 maxApForDistance = MAX_AP_FOR_DISTANCE;

Completed in 77 milliseconds