Home
last modified time | relevance | path

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

/packages/modules/Telephony/services/QualifiedNetworksService/src/com/android/telephony/qns/
DQnsEventDispatcher.java281 IntentFilter wfcIntentFilter = new IntentFilter(); in QnsEventDispatcher() local
282 wfcIntentFilter.addAction(ACTION_TRY_WFC_CONNECTION); in QnsEventDispatcher()
284 mWfcActivationIntentReceiver, wfcIntentFilter, Context.RECEIVER_NOT_EXPORTED); in QnsEventDispatcher()