Home
last modified time | relevance | path

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

/packages/modules/Telephony/services/QualifiedNetworksService/src/com/android/telephony/qns/wfc/
DWfcActivationHelper.java64 public static final String ACTION_TRY_WFC_CONNECTION = field in WfcActivationHelper
126 Intent intent = new Intent(ACTION_TRY_WFC_CONNECTION); in notifyQnsServiceToSetWfcMode()
/packages/modules/Telephony/services/QualifiedNetworksService/tests/src/com/android/telephony/qns/
DQnsEventDispatcherTest.java20 import static com.android.telephony.qns.wfc.WfcActivationHelper.ACTION_TRY_WFC_CONNECTION;
730 final Intent validWfcActivationdStartIntent = new Intent(ACTION_TRY_WFC_CONNECTION); in testOnReceivedTryWfcConnectionIntent()
739 final Intent validWfcActivationdEndIntent = new Intent(ACTION_TRY_WFC_CONNECTION); in testOnReceivedTryWfcConnectionIntent()
761 final Intent validWfcActivationdStartIntent = new Intent(ACTION_TRY_WFC_CONNECTION); in testOnReceivedTryWfcConnectionIntentWithInvalidSubId()
770 final Intent validWfcActivationdEndIntent = new Intent(ACTION_TRY_WFC_CONNECTION); in testOnReceivedTryWfcConnectionIntentWithInvalidSubId()
/packages/modules/Telephony/services/QualifiedNetworksService/src/com/android/telephony/qns/
DQnsEventDispatcher.java24 import static com.android.telephony.qns.wfc.WfcActivationHelper.ACTION_TRY_WFC_CONNECTION;
240 case ACTION_TRY_WFC_CONNECTION:
282 wfcIntentFilter.addAction(ACTION_TRY_WFC_CONNECTION); in QnsEventDispatcher()
/packages/modules/Telephony/services/QualifiedNetworksService/tests/src/com/android/telephony/qns/wfc/
DWfcActivationHelperTest.java269 assertThat(intent).hasAction(WfcActivationHelper.ACTION_TRY_WFC_CONNECTION); in verifyWfcIntent()