Home
last modified time | relevance | path

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

/packages/modules/Telephony/services/QualifiedNetworksService/src/com/android/telephony/qns/
DQnsEventDispatcher.java84 QNS_EVENT_WFC_PLATFORM_ENABLED,
113 static final int QNS_EVENT_WFC_PLATFORM_ENABLED = QNS_EVENT_BASE + 21; field in QnsEventDispatcher
363 case QNS_EVENT_WFC_PLATFORM_ENABLED: in notifyImmediately()
394 updateHandler(handler, QNS_EVENT_WFC_PLATFORM_ENABLED); in notifyImmediately()
697 updateHandlers(QNS_EVENT_WFC_PLATFORM_ENABLED); in notifyWfcEnabledByPlatform()
DAccessNetworkEvaluator.java412 events.add(QnsEventDispatcher.QNS_EVENT_WFC_PLATFORM_ENABLED); in registerListeners()
2049 case QnsEventDispatcher.QNS_EVENT_WFC_PLATFORM_ENABLED: in handleMessage()
/packages/modules/Telephony/services/QualifiedNetworksService/tests/src/com/android/telephony/qns/
DQnsEventDispatcherTest.java395 when(mMockHandler.obtainMessage(eq(QnsEventDispatcher.QNS_EVENT_WFC_PLATFORM_ENABLED))) in testNotifyImmediatelyWfcSettingsWithEnabledStatus()
403 events.add(QnsEventDispatcher.QNS_EVENT_WFC_PLATFORM_ENABLED); in testNotifyImmediatelyWfcSettingsWithEnabledStatus()
DAccessNetworkEvaluatorTest.java941 mAne.mHandler.sendEmptyMessage(QnsEventDispatcher.QNS_EVENT_WFC_PLATFORM_ENABLED); in testOnWfcPlatformChanged()
951 mAne.mHandler.sendEmptyMessage(QnsEventDispatcher.QNS_EVENT_WFC_PLATFORM_ENABLED); in testOnWfcPlatformChanged()