Searched refs:mSettablePowerParameters (Results 1 – 1 of 1) sorted by relevance
142 private Map<String, Map<String, Integer>> mSettablePowerParameters = new HashMap<>(); field in WifiAwareNativeApi187 if (!mSettablePowerParameters.containsKey(mode)) { in onCommand()191 if (!mSettablePowerParameters.get(mode).containsKey(name)) { in onCommand()203 mSettablePowerParameters.get(mode).put(name, value); in onCommand()221 if (!mSettablePowerParameters.containsKey(mode)) { in onCommand()225 if (!mSettablePowerParameters.get(mode).containsKey(name)) { in onCommand()231 (int) mSettablePowerParameters.get(mode).get(name)); in onCommand()267 mSettablePowerParameters.put(POWER_PARAM_DEFAULT_KEY, defaultMap); in onReset()268 mSettablePowerParameters.put(POWER_PARAM_INACTIVE_KEY, inactiveMap); in onReset()269 mSettablePowerParameters.put(POWER_PARAM_IDLE_KEY, idleMap); in onReset()[all …]