Home
last modified time | relevance | path

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

/packages/services/Telephony/src/com/android/phone/
DCarrierConfigLoader.java861 TelephonyRegistryManager trm = mContext.getSystemService(TelephonyRegistryManager.class); in broadcastConfigChangedIntent() local
864 if (trm != null && !mFromSystemUnlocked[phoneId]) { in broadcastConfigChangedIntent()
865 trm.notifyCarrierConfigChanged(phoneId, subId, carrierId, specificCarrierId); in broadcastConfigChangedIntent()