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/
DIwlanCarrierConfig.java197 "WIFI_DISABLE_EVENT","WIFI_AP_CHANGED_EVENT"]},{
202 "WIFI_DISABLE_EVENT","WIFI_AP_CHANGED_EVENT"]},{
207 "UnthrottlingEvents": ["APM_ENABLE_EVENT","WIFI_DISABLE_EVENT",
213 "UnthrottlingEvents": ["APM_ENABLE_EVENT","WIFI_DISABLE_EVENT",
DIwlanEventListener.java61 public static final int WIFI_DISABLE_EVENT = 2; field in IwlanEventListener
106 WIFI_DISABLE_EVENT,
299 event = WIFI_DISABLE_EVENT; in onBroadcastReceived()
364 ret = WIFI_DISABLE_EVENT; in getUnthrottlingEvent()
DErrorPolicyManager.java1335 case IwlanEventListener.WIFI_DISABLE_EVENT: in handleMessage()
/packages/services/Iwlan/test/com/google/android/iwlan/
DErrorPolicyManagerTest.java775 .obtainMessage(IwlanEventListener.WIFI_DISABLE_EVENT) in testWifiDisableUnthrottle()