Home
last modified time | relevance | path

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

/packages/services/Iwlan/src/com/google/android/iwlan/
DIwlanEventListener.java59 public static final int APM_ENABLE_EVENT = 4; field in IwlanEventListener
86 APM_ENABLE_EVENT,
230 event = sIsAirplaneModeOn ? APM_ENABLE_EVENT : APM_DISABLE_EVENT; in onBroadcastReceived()
307 ret = APM_ENABLE_EVENT; in getUnthrottlingEvent()
DErrorPolicyManager.java1023 case IwlanEventListener.APM_ENABLE_EVENT: in handleMessage()
/packages/services/Iwlan/assets/
Ddefaultiwlanerrorconfig.json50 # 3.4.3. APM_ENABLE_EVENT: APM off to on toggle.
/packages/services/Iwlan/test/com/google/android/iwlan/
DErrorPolicyManagerTest.java526 .obtainMessage(IwlanEventListener.APM_ENABLE_EVENT) in testAPMUnthrottle()