Searched refs:newPollIntervalMsecs (Results 1 – 1 of 1) sorted by relevance
253 int newPollIntervalMsecs; in onCommand() local255 newPollIntervalMsecs = Integer.parseInt(getNextArgRequired()); in onCommand()263 if (newPollIntervalMsecs < 1) { in onCommand()270 mWifiGlobals.setPollRssiIntervalMillis(newPollIntervalMsecs); in onCommand()