Searched refs:ACTION_TRY_WFC_CONNECTION (Results 1 – 4 of 4) sorted by relevance
64 public static final String ACTION_TRY_WFC_CONNECTION = field in WfcActivationHelper126 Intent intent = new Intent(ACTION_TRY_WFC_CONNECTION); in notifyQnsServiceToSetWfcMode()
20 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()
24 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()
269 assertThat(intent).hasAction(WfcActivationHelper.ACTION_TRY_WFC_CONNECTION); in verifyWfcIntent()