Home
last modified time | relevance | path

Searched refs:QNS_EVENT_CARRIER_CONFIG_UNKNOWN_CARRIER (Results 1 – 2 of 2) sorted by relevance

/packages/modules/Telephony/services/QualifiedNetworksService/src/com/android/telephony/qns/
DQnsEventDispatcher.java65 QNS_EVENT_CARRIER_CONFIG_UNKNOWN_CARRIER,
94 static final int QNS_EVENT_CARRIER_CONFIG_UNKNOWN_CARRIER = QNS_EVENT_BASE + 2; field in QnsEventDispatcher
324 event = QNS_EVENT_CARRIER_CONFIG_UNKNOWN_CARRIER; in onCarrierConfigChanged()
/packages/modules/Telephony/services/QualifiedNetworksService/tests/src/com/android/telephony/qns/
DQnsEventDispatcherTest.java135 eq(QnsEventDispatcher.QNS_EVENT_CARRIER_CONFIG_UNKNOWN_CARRIER))) in testOnReceivedCarrierConfigChangedIntent()
140 events.add(QnsEventDispatcher.QNS_EVENT_CARRIER_CONFIG_UNKNOWN_CARRIER); in testOnReceivedCarrierConfigChangedIntent()
166 eq(QnsEventDispatcher.QNS_EVENT_CARRIER_CONFIG_UNKNOWN_CARRIER))) in testOnReceivedCarrierConfigChangedIntentWithInvalidSlot()
171 events.add(QnsEventDispatcher.QNS_EVENT_CARRIER_CONFIG_UNKNOWN_CARRIER); in testOnReceivedCarrierConfigChangedIntentWithInvalidSlot()