Home
last modified time | relevance | path

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

/aosp12/packages/modules/Wifi/service/java/com/android/server/wifi/aware/
H A DWifiAwareNativeApi.java282 Map<String, Integer> inactiveMap = new HashMap<>(); in onReset() local
283 inactiveMap.put(PARAM_DW_24GHZ, PARAM_DW_24GHZ_INACTIVE); in onReset()
284 inactiveMap.put(PARAM_DW_5GHZ, PARAM_DW_5GHZ_INACTIVE); in onReset()
285 inactiveMap.put(PARAM_DW_6GHZ, PARAM_DW_6GHZ_INACTIVE); in onReset()
286 inactiveMap.put(PARAM_DISCOVERY_BEACON_INTERVAL_MS, in onReset()
288 inactiveMap.put(PARAM_NUM_SS_IN_DISCOVERY, PARAM_NUM_SS_IN_DISCOVERY_INACTIVE); in onReset()
289 inactiveMap.put(PARAM_ENABLE_DW_EARLY_TERM, PARAM_ENABLE_DW_EARLY_TERM_INACTIVE); in onReset()
301 mSettablePowerParameters.put(POWER_PARAM_INACTIVE_KEY, inactiveMap); in onReset()