Home
last modified time | relevance | path

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

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/aware/
DWifiAwareStateManager.java249 public static final String PARAM_ON_IDLE_DISABLE_AWARE = "on_idle_disable_aware"; field in WifiAwareStateManager
354 mSettableParameters.put(PARAM_ON_IDLE_DISABLE_AWARE, PARAM_ON_IDLE_DISABLE_AWARE_DEFAULT); in onReset()
416 if (mSettableParameters.get(PARAM_ON_IDLE_DISABLE_AWARE) != 0) { in start()
694 if (mSettableParameters.get(PARAM_ON_IDLE_DISABLE_AWARE) != 0 in enableUsage()
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/aware/
DWifiAwareStateManagerTest.java198 setSettableParam(WifiAwareStateManager.PARAM_ON_IDLE_DISABLE_AWARE, Integer.toString(1), in testSetParameterShellCommandSuccess()
216 setSettableParam(WifiAwareStateManager.PARAM_ON_IDLE_DISABLE_AWARE, "garbage", false); in testSetParameterShellCommandInvalidValue()
3059 setSettableParam(WifiAwareStateManager.PARAM_ON_IDLE_DISABLE_AWARE, Integer.toString(0), in testConfigOnPowerStateChanges()
3118 setSettableParam(WifiAwareStateManager.PARAM_ON_IDLE_DISABLE_AWARE, Integer.toString(1), in testEnableDisableOnDoze()