Searched refs:intentfilter (Results 1 – 2 of 2) sorted by relevance
251 IntentFilter intentfilter = new IntentFilter(); in UiccProfile() local252 intentfilter.addAction(CarrierConfigManager.ACTION_CARRIER_CONFIG_CHANGED); in UiccProfile()253 c.registerReceiver(mReceiver, intentfilter); in UiccProfile()
684 IntentFilter intentfilter = new IntentFilter(); in ImsPhoneCallTracker() local685 intentfilter.addAction(CarrierConfigManager.ACTION_CARRIER_CONFIG_CHANGED); in ImsPhoneCallTracker()686 intentfilter.addAction(TelecomManager.ACTION_CHANGE_DEFAULT_DIALER); in ImsPhoneCallTracker()687 mPhone.getContext().registerReceiver(mReceiver, intentfilter); in ImsPhoneCallTracker()