Searched refs:intentfilter (Results 1 – 2 of 2) sorted by relevance
330 IntentFilter intentfilter = new IntentFilter(); in UiccProfile() local331 intentfilter.addAction(CarrierConfigManager.ACTION_CARRIER_CONFIG_CHANGED); in UiccProfile()332 c.registerReceiver(mCarrierConfigChangedReceiver, intentfilter); in UiccProfile()
934 IntentFilter intentfilter = new IntentFilter(); in ImsPhoneCallTracker() local935 intentfilter.addAction(CarrierConfigManager.ACTION_CARRIER_CONFIG_CHANGED); in ImsPhoneCallTracker()936 intentfilter.addAction(TelecomManager.ACTION_DEFAULT_DIALER_CHANGED); in ImsPhoneCallTracker()937 mPhone.getContext().registerReceiver(mReceiver, intentfilter); in ImsPhoneCallTracker()