Home
last modified time | relevance | path

Searched refs:WIFI_CALLING_DISABLE_EVENT (Results 1 – 6 of 6) sorted by relevance

/packages/services/Iwlan/test/com/google/android/iwlan/
DIwlanEventListenerTest.java249 eq(IwlanEventListener.WIFI_CALLING_DISABLE_EVENT), in testWfcSettingChanged()
256 events.add(IwlanEventListener.WIFI_CALLING_DISABLE_EVENT); in testWfcSettingChanged()
350 eq(IwlanEventListener.WIFI_CALLING_DISABLE_EVENT), in testWfcChangeThrowIAE()
356 events.add(IwlanEventListener.WIFI_CALLING_DISABLE_EVENT); in testWfcChangeThrowIAE()
DErrorPolicyManagerTest.java830 .obtainMessage(IwlanEventListener.WIFI_CALLING_DISABLE_EVENT) in testWFCDisableUnthrottle()
/packages/services/Iwlan/src/com/google/android/iwlan/
DIwlanEventListener.java75 public static final int WIFI_CALLING_DISABLE_EVENT = 7; field in IwlanEventListener
111 WIFI_CALLING_DISABLE_EVENT,
379 ret = WIFI_CALLING_DISABLE_EVENT; in getUnthrottlingEvent()
505 int event = (wfcEnabled) ? WIFI_CALLING_ENABLE_EVENT : WIFI_CALLING_DISABLE_EVENT; in notifyCurrentSetting()
DIwlanCarrierConfig.java208 "WIFI_CALLING_DISABLE_EVENT"]},{
214 "WIFI_CALLING_DISABLE_EVENT"],
DIwlanDataService.java692 events.add(IwlanEventListener.WIFI_CALLING_DISABLE_EVENT); in IwlanDataServiceProvider()
1592 case IwlanEventListener.WIFI_CALLING_DISABLE_EVENT: in handleMessage()
2470 case IwlanEventListener.WIFI_CALLING_DISABLE_EVENT: in eventToString()
DErrorPolicyManager.java1336 case IwlanEventListener.WIFI_CALLING_DISABLE_EVENT: in handleMessage()