Home
last modified time | relevance | path

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

/packages/services/Telephony/src/com/android/phone/
DCarrierConfigLoader.java344 broadcastConfigChangedIntent(phoneId); in handleMessage()
390 broadcastConfigChangedIntent(phoneId); in handleMessage()
423 broadcastConfigChangedIntent(phoneId); in handleMessage()
467 broadcastConfigChangedIntent(phoneId); in handleMessage()
503 broadcastConfigChangedIntent(phoneId); in handleMessage()
584 if (sendBroadcast) broadcastConfigChangedIntent(phoneId, false); in clearConfigForPhone()
617 private void broadcastConfigChangedIntent(int phoneId) { in broadcastConfigChangedIntent() method in CarrierConfigLoader
618 broadcastConfigChangedIntent(phoneId, true); in broadcastConfigChangedIntent()
621 private void broadcastConfigChangedIntent(int phoneId, boolean addSubIdExtra) { in broadcastConfigChangedIntent() method in CarrierConfigLoader