Home
last modified time | relevance | path

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

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DWifiScoreReport.java240 currentConfiguration.numTicksAtNotHighRSSI++; in calculateScore()
241 if (currentConfiguration.numTicksAtNotHighRSSI > MIN_NUM_TICKS_AT_STATE) { in calculateScore()
247 currentConfiguration.numTicksAtNotHighRSSI = 0; in calculateScore()
258 currentConfiguration.numTicksAtNotHighRSSI)); in calculateScore()
/frameworks/base/wifi/java/android/net/wifi/
DWifiConfiguration.java763 public int numTicksAtNotHighRSSI; field in WifiConfiguration
1588 sbuf.append(" ticksNotHigh: ").append(this.numTicksAtNotHighRSSI); in toString()
1902 numTicksAtNotHighRSSI = source.numTicksAtNotHighRSSI; in WifiConfiguration()
1973 dest.writeInt(numTicksAtNotHighRSSI); in writeToParcel()
2044 config.numTicksAtNotHighRSSI = in.readInt();