Home
last modified time | relevance | path

Searched refs:QNS_EVENT_WFC_DISABLED (Results 1 – 5 of 5) sorted by relevance

/packages/modules/Telephony/services/QualifiedNetworksService/src/com/android/telephony/qns/
DQnsEventDispatcher.java71 QNS_EVENT_WFC_DISABLED,
100 static final int QNS_EVENT_WFC_DISABLED = QNS_EVENT_BASE + 8; field in QnsEventDispatcher
368 case QNS_EVENT_WFC_DISABLED: in notifyImmediately()
405 updateHandler(handler, QNS_EVENT_WFC_DISABLED); in notifyImmediately()
623 event = QNS_EVENT_WFC_DISABLED; in notifyCurrentSetting()
DRestrictManager.java300 case QnsEventDispatcher.QNS_EVENT_WFC_DISABLED: in handleMessage()
516 events.add(QnsEventDispatcher.QNS_EVENT_WFC_DISABLED); in RestrictManager()
DAccessNetworkEvaluator.java403 events.add(QnsEventDispatcher.QNS_EVENT_WFC_DISABLED); in registerListeners()
2022 case QnsEventDispatcher.QNS_EVENT_WFC_DISABLED: in handleMessage()
/packages/modules/Telephony/services/QualifiedNetworksService/tests/src/com/android/telephony/qns/
DQnsEventDispatcherTest.java374 when(mMockHandler.obtainMessage(eq(QnsEventDispatcher.QNS_EVENT_WFC_DISABLED))) in testNotifyImmediatelyWfcSettingsWithDisabledStatus()
381 events.add(QnsEventDispatcher.QNS_EVENT_WFC_DISABLED); in testNotifyImmediatelyWfcSettingsWithDisabledStatus()
448 when(mMockHandler.obtainMessage(eq(QnsEventDispatcher.QNS_EVENT_WFC_DISABLED))) in testNotifyCurrentSettingWithDisabledStatus()
462 events.add(QnsEventDispatcher.QNS_EVENT_WFC_DISABLED); in testNotifyCurrentSettingWithDisabledStatus()
583 when(mMockHandler.obtainMessage(eq(QnsEventDispatcher.QNS_EVENT_WFC_DISABLED))) in testOnUserSettingChangedEventDisableStatus()
597 events.add(QnsEventDispatcher.QNS_EVENT_WFC_DISABLED); in testOnUserSettingChangedEventDisableStatus()
DAccessNetworkEvaluatorTest.java880 mAne.mHandler.sendEmptyMessage(QnsEventDispatcher.QNS_EVENT_WFC_DISABLED); in testOnWfcEnabledChanged_Home()