Home
last modified time | relevance | path

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

/packages/modules/Telephony/services/QualifiedNetworksService/src/com/android/telephony/qns/wfc/
DWfcActivationHelper.java67 public static final String EXTRA_TRY_STATUS = "TRY_STATUS"; field in WfcActivationHelper
128 intent.putExtra(EXTRA_TRY_STATUS, status); in notifyQnsServiceToSetWfcMode()
/packages/modules/Telephony/services/QualifiedNetworksService/tests/src/com/android/telephony/qns/
DQnsEventDispatcherTest.java22 import static com.android.telephony.qns.wfc.WfcActivationHelper.EXTRA_TRY_STATUS;
732 validWfcActivationdStartIntent.putExtra(EXTRA_TRY_STATUS, STATUS_START); in testOnReceivedTryWfcConnectionIntent()
741 validWfcActivationdEndIntent.putExtra(EXTRA_TRY_STATUS, STATUS_END); in testOnReceivedTryWfcConnectionIntent()
763 validWfcActivationdStartIntent.putExtra(EXTRA_TRY_STATUS, STATUS_START); in testOnReceivedTryWfcConnectionIntentWithInvalidSubId()
772 validWfcActivationdEndIntent.putExtra(EXTRA_TRY_STATUS, STATUS_END); in testOnReceivedTryWfcConnectionIntentWithInvalidSubId()
/packages/modules/Telephony/services/QualifiedNetworksService/src/com/android/telephony/qns/
DQnsEventDispatcher.java26 import static com.android.telephony.qns.wfc.WfcActivationHelper.EXTRA_TRY_STATUS;
246 int request = intent.getIntExtra(EXTRA_TRY_STATUS, 0);
/packages/modules/Telephony/services/QualifiedNetworksService/tests/src/com/android/telephony/qns/wfc/
DWfcActivationHelperTest.java273 .integer(WfcActivationHelper.EXTRA_TRY_STATUS) in verifyWfcIntent()