Home
last modified time | relevance | path

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

/packages/modules/Telephony/services/QualifiedNetworksService/src/com/android/telephony/qns/
DQnsEventDispatcher.java70 QNS_EVENT_WFC_ENABLED,
99 static final int QNS_EVENT_WFC_ENABLED = QNS_EVENT_BASE + 7; field in QnsEventDispatcher
367 case QNS_EVENT_WFC_ENABLED: in notifyImmediately()
403 updateHandler(handler, QNS_EVENT_WFC_ENABLED); in notifyImmediately()
621 event = QNS_EVENT_WFC_ENABLED; in notifyCurrentSetting()
DAccessNetworkEvaluator.java402 events.add(QnsEventDispatcher.QNS_EVENT_WFC_ENABLED); in registerListeners()
2019 case QnsEventDispatcher.QNS_EVENT_WFC_ENABLED: in handleMessage()
/packages/modules/Telephony/services/QualifiedNetworksService/tests/src/com/android/telephony/qns/
DQnsEventDispatcherTest.java397 when(mMockHandler.obtainMessage(eq(QnsEventDispatcher.QNS_EVENT_WFC_ENABLED))) in testNotifyImmediatelyWfcSettingsWithEnabledStatus()
404 events.add(QnsEventDispatcher.QNS_EVENT_WFC_ENABLED); in testNotifyImmediatelyWfcSettingsWithEnabledStatus()
489 when(mMockHandler.obtainMessage(eq(QnsEventDispatcher.QNS_EVENT_WFC_ENABLED))) in testNotifyCurrentSettingWithEnabledStatus()
503 events.add(QnsEventDispatcher.QNS_EVENT_WFC_ENABLED); in testNotifyCurrentSettingWithEnabledStatus()
636 when(mMockHandler.obtainMessage(eq(QnsEventDispatcher.QNS_EVENT_WFC_ENABLED))) in testOnUserSettingChangedEventEnabledStatus()
650 events.add(QnsEventDispatcher.QNS_EVENT_WFC_ENABLED); in testOnUserSettingChangedEventEnabledStatus()
DAccessNetworkEvaluatorTest.java870 mAne.mHandler.sendEmptyMessage(QnsEventDispatcher.QNS_EVENT_WFC_ENABLED); in testOnWfcEnabledChanged_Home()
942 mAne.mHandler.sendEmptyMessage(QnsEventDispatcher.QNS_EVENT_WFC_ENABLED); in testOnWfcPlatformChanged()