Home
last modified time | relevance | path

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

/packages/modules/Wifi/service/java/com/android/server/wifi/
DRssiMonitor.java95 int shortInterval = mWifiGlobals.getPollRssiShortIntervalMillis(); in processClientRssiThresholdBreached() local
97 + shortInterval + " ms" + ", disable client mode RSSI monitor"); in processClientRssiThresholdBreached()
98 mWifiGlobals.setPollRssiIntervalMillis(shortInterval); in processClientRssiThresholdBreached()
142 int shortInterval = mWifiGlobals.getPollRssiShortIntervalMillis(); in reset() local
143 mWifiGlobals.setPollRssiIntervalMillis(shortInterval); in reset()
198 int shortInterval = mWifiGlobals.getPollRssiShortIntervalMillis(); in setShortPollRssiInterval() local
199 if (mWifiGlobals.getPollRssiIntervalMillis() == shortInterval) { in setShortPollRssiInterval()
202 logd("RSSI polling interval changed to " + shortInterval + " ms" in setShortPollRssiInterval()
204 mWifiGlobals.setPollRssiIntervalMillis(shortInterval); in setShortPollRssiInterval()