Home
last modified time | relevance | path

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

/aosp12/packages/modules/Wifi/service/java/com/android/server/wifi/
H A DWifiShellCommand.java253 int newPollIntervalMsecs; in onCommand() local
255 newPollIntervalMsecs = Integer.parseInt(getNextArgRequired()); in onCommand()
263 if (newPollIntervalMsecs < 1) { in onCommand()
270 mWifiGlobals.setPollRssiIntervalMillis(newPollIntervalMsecs); in onCommand()