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/
DIwlanCarrierConfig.java196 "UnthrottlingEvents": ["APM_ENABLE_EVENT","APM_DISABLE_EVENT",
201 "UnthrottlingEvents": ["APM_ENABLE_EVENT","APM_DISABLE_EVENT",
207 "UnthrottlingEvents": ["APM_ENABLE_EVENT","WIFI_DISABLE_EVENT",
213 "UnthrottlingEvents": ["APM_ENABLE_EVENT","WIFI_DISABLE_EVENT",
DIwlanEventListener.java66 public static final int APM_ENABLE_EVENT = 4; field in IwlanEventListener
108 APM_ENABLE_EVENT,
288 event = sIsAirplaneModeOn ? APM_ENABLE_EVENT : APM_DISABLE_EVENT; in onBroadcastReceived()
370 ret = APM_ENABLE_EVENT; in getUnthrottlingEvent()
DErrorPolicyManager.java1333 case IwlanEventListener.APM_ENABLE_EVENT: in handleMessage()
/packages/services/Iwlan/test/com/google/android/iwlan/
DErrorPolicyManagerTest.java607 .obtainMessage(IwlanEventListener.APM_ENABLE_EVENT) in testGetLastError()
885 .obtainMessage(IwlanEventListener.APM_ENABLE_EVENT) in testAPMUnthrottle()
1373 .obtainMessage(IwlanEventListener.APM_ENABLE_EVENT) in testGetLastRetryIndex()