Home
last modified time | relevance | path

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

/packages/services/Iwlan/src/com/google/android/iwlan/
DIwlanEventListener.java54 public static final int WIFI_DISABLE_EVENT = 2; field in IwlanEventListener
84 WIFI_DISABLE_EVENT,
241 event = WIFI_DISABLE_EVENT; in onBroadcastReceived()
301 ret = WIFI_DISABLE_EVENT; in getUnthrottlingEvent()
DErrorPolicyManager.java1025 case IwlanEventListener.WIFI_DISABLE_EVENT: in handleMessage()
/packages/services/Iwlan/assets/
Ddefaultiwlanerrorconfig.json48 # 3.4.1. WIFI_DISABLE_EVENT: Wifi on to off toggle.
/packages/services/Iwlan/test/com/google/android/iwlan/
DErrorPolicyManagerTest.java424 .obtainMessage(IwlanEventListener.WIFI_DISABLE_EVENT) in testWifiDisableUnthrottle()