Searched refs:intentfilter (Results 1 – 2 of 2) sorted by relevance
254 IntentFilter intentfilter = new IntentFilter(); in UiccProfile() local255 intentfilter.addAction(CarrierConfigManager.ACTION_CARRIER_CONFIG_CHANGED); in UiccProfile()256 c.registerReceiver(mReceiver, intentfilter); in UiccProfile()
545 IntentFilter intentfilter = new IntentFilter(); in ImsPhoneCallTracker() local546 intentfilter.addAction(CarrierConfigManager.ACTION_CARRIER_CONFIG_CHANGED); in ImsPhoneCallTracker()547 intentfilter.addAction(TelecomManager.ACTION_CHANGE_DEFAULT_DIALER); in ImsPhoneCallTracker()548 mPhone.getContext().registerReceiver(mReceiver, intentfilter); in ImsPhoneCallTracker()