Home
last modified time | relevance | path

Searched refs:STATUS_END (Results 1 – 3 of 3) sorted by relevance

/packages/modules/Telephony/services/QualifiedNetworksService/src/com/android/telephony/qns/wfc/
DWfcActivationHelper.java69 public static final int STATUS_END = 2; field in WfcActivationHelper
230 notifyQnsServiceToSetWfcMode(STATUS_END); in handleMessage()
/packages/modules/Telephony/services/QualifiedNetworksService/tests/src/com/android/telephony/qns/wfc/
DWfcActivationHelperTest.java234 verifyWfcIntent(tryWfcConnectionIntentCaptor.getValue(), WfcActivationHelper.STATUS_END); in tryEpdgConnectionOverWiFi_success()
263 verifyWfcIntent(tryWfcConnectionIntentCaptor.getValue(), WfcActivationHelper.STATUS_END); in tryEpdgConnectionOverWiFi_failure()
/packages/modules/Telephony/services/QualifiedNetworksService/tests/src/com/android/telephony/qns/
DQnsEventDispatcherTest.java23 import static com.android.telephony.qns.wfc.WfcActivationHelper.STATUS_END;
741 validWfcActivationdEndIntent.putExtra(EXTRA_TRY_STATUS, STATUS_END); in testOnReceivedTryWfcConnectionIntent()
772 validWfcActivationdEndIntent.putExtra(EXTRA_TRY_STATUS, STATUS_END); in testOnReceivedTryWfcConnectionIntentWithInvalidSubId()