Searched refs:newPollIntervalMsecs (Results 1 – 1 of 1) sorted by relevance
520 int newPollIntervalMsecs; in onCommand() local522 newPollIntervalMsecs = Integer.parseInt(getNextArgRequired()); in onCommand()530 if (newPollIntervalMsecs < 1) { in onCommand()537 mWifiGlobals.setPollRssiIntervalMillis(newPollIntervalMsecs); in onCommand()