Searched refs:numTicksAtNotHighRSSI (Results 1 – 2 of 2) sorted by relevance
240 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()
763 public int numTicksAtNotHighRSSI; field in WifiConfiguration1588 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();