Home
last modified time | relevance | path

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

/packages/modules/Wifi/service/java/com/android/server/wifi/aware/
DWifiAwareStateManager.java270 public static final String PARAM_ON_IDLE_DISABLE_AWARE = "on_idle_disable_aware"; field in WifiAwareStateManager
394 mSettableParameters.put(PARAM_ON_IDLE_DISABLE_AWARE, PARAM_ON_IDLE_DISABLE_AWARE_DEFAULT); in onReset()
456 if (mSettableParameters.get(PARAM_ON_IDLE_DISABLE_AWARE) != 0) { in start()
839 if (mSettableParameters.get(PARAM_ON_IDLE_DISABLE_AWARE) != 0 in enableUsage()
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/aware/
DWifiAwareStateManagerTest.java209 setSettableParam(WifiAwareStateManager.PARAM_ON_IDLE_DISABLE_AWARE, Integer.toString(1), in testSetParameterShellCommandSuccess()
227 setSettableParam(WifiAwareStateManager.PARAM_ON_IDLE_DISABLE_AWARE, "garbage", false); in testSetParameterShellCommandInvalidValue()
3266 setSettableParam(WifiAwareStateManager.PARAM_ON_IDLE_DISABLE_AWARE, Integer.toString(0), in testConfigOnPowerStateChanges()
3328 setSettableParam(WifiAwareStateManager.PARAM_ON_IDLE_DISABLE_AWARE, Integer.toString(1), in testEnableDisableOnDoze()