Home
last modified time | relevance | path

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

/packages/modules/Wifi/service/java/com/android/server/wifi/
DWifiShellCommand.java520 int newPollIntervalMsecs; in onCommand() local
522 newPollIntervalMsecs = Integer.parseInt(getNextArgRequired()); in onCommand()
530 if (newPollIntervalMsecs < 1) { in onCommand()
537 mWifiGlobals.setPollRssiIntervalMillis(newPollIntervalMsecs); in onCommand()