Home
last modified time | relevance | path

Searched refs:RSSI_RAIL (Results 1 – 1 of 1) sorted by relevance

/packages/modules/Wifi/service/java/com/android/server/wifi/
DScoreCardBasedScorer.java70 public static final int RSSI_RAIL = 5; field in ScoreCardBasedScorer
117 int lowest = cutoff - RSSI_RAIL; in estimatedCutoff()
118 int highest = cutoff + RSSI_RAIL; in estimatedCutoff()