Home
last modified time | relevance | path

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

/packages/modules/Telephony/services/QualifiedNetworksService/tests/src/com/android/telephony/qns/
DQnsEventDispatcherTest.java419 when(mMockHandler.obtainMessage(eq(QnsEventDispatcher.QNS_EVENT_WFC_MODE_TO_WIFI_ONLY))) in testNotifyImmediatelyDifferentWfcModes()
429 events.add(QnsEventDispatcher.QNS_EVENT_WFC_MODE_TO_WIFI_ONLY); in testNotifyImmediatelyDifferentWfcModes()
450 when(mMockHandler.obtainMessage(eq(QnsEventDispatcher.QNS_EVENT_WFC_MODE_TO_WIFI_ONLY))) in testNotifyCurrentSettingWithDisabledStatus()
463 events.add(QnsEventDispatcher.QNS_EVENT_WFC_MODE_TO_WIFI_ONLY); in testNotifyCurrentSettingWithDisabledStatus()
491 when(mMockHandler.obtainMessage(eq(QnsEventDispatcher.QNS_EVENT_WFC_MODE_TO_WIFI_ONLY))) in testNotifyCurrentSettingWithEnabledStatus()
504 events.add(QnsEventDispatcher.QNS_EVENT_WFC_MODE_TO_WIFI_ONLY); in testNotifyCurrentSettingWithEnabledStatus()
585 when(mMockHandler.obtainMessage(eq(QnsEventDispatcher.QNS_EVENT_WFC_MODE_TO_WIFI_ONLY))) in testOnUserSettingChangedEventDisableStatus()
598 events.add(QnsEventDispatcher.QNS_EVENT_WFC_MODE_TO_WIFI_ONLY); in testOnUserSettingChangedEventDisableStatus()
638 when(mMockHandler.obtainMessage(eq(QnsEventDispatcher.QNS_EVENT_WFC_MODE_TO_WIFI_ONLY))) in testOnUserSettingChangedEventEnabledStatus()
651 events.add(QnsEventDispatcher.QNS_EVENT_WFC_MODE_TO_WIFI_ONLY); in testOnUserSettingChangedEventEnabledStatus()
/packages/modules/Telephony/services/QualifiedNetworksService/src/com/android/telephony/qns/
DQnsEventDispatcher.java72 QNS_EVENT_WFC_MODE_TO_WIFI_ONLY,
101 static final int QNS_EVENT_WFC_MODE_TO_WIFI_ONLY = QNS_EVENT_BASE + 9; field in QnsEventDispatcher
375 case QNS_EVENT_WFC_MODE_TO_WIFI_ONLY: in notifyImmediately()
413 updateHandler(handler, QNS_EVENT_WFC_MODE_TO_WIFI_ONLY); in notifyImmediately()
635 event = QNS_EVENT_WFC_MODE_TO_WIFI_ONLY; in notifyCurrentSetting()
DRestrictManager.java276 case QnsEventDispatcher.QNS_EVENT_WFC_MODE_TO_WIFI_ONLY: in handleMessage()
509 events.add(QnsEventDispatcher.QNS_EVENT_WFC_MODE_TO_WIFI_ONLY); in RestrictManager()
DAccessNetworkEvaluator.java404 events.add(QnsEventDispatcher.QNS_EVENT_WFC_MODE_TO_WIFI_ONLY); in registerListeners()
2025 case QnsEventDispatcher.QNS_EVENT_WFC_MODE_TO_WIFI_ONLY: in handleMessage()