Searched refs:inactiveMap (Results 1 – 1 of 1) sorted by relevance
251 Map<String, Integer> inactiveMap = new HashMap<>(); in onReset() local252 inactiveMap.put(PARAM_DW_24GHZ, PARAM_DW_24GHZ_INACTIVE); in onReset()253 inactiveMap.put(PARAM_DW_5GHZ, PARAM_DW_5GHZ_INACTIVE); in onReset()254 inactiveMap.put(PARAM_DISCOVERY_BEACON_INTERVAL_MS, in onReset()256 inactiveMap.put(PARAM_NUM_SS_IN_DISCOVERY, PARAM_NUM_SS_IN_DISCOVERY_INACTIVE); in onReset()257 inactiveMap.put(PARAM_ENABLE_DW_EARLY_TERM, PARAM_ENABLE_DW_EARLY_TERM_INACTIVE); in onReset()268 mSettablePowerParameters.put(POWER_PARAM_INACTIVE_KEY, inactiveMap); in onReset()