Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/service/carrier/
DCarrierService.java53 private static ITelephonyRegistry sRegistry; field in CarrierService
59 if (sRegistry == null) { in CarrierService()
60 sRegistry = ITelephonyRegistry.Stub.asInterface( in CarrierService()
119 if (sRegistry != null) sRegistry.notifyCarrierNetworkChange(active); in notifyCarrierNetworkChange()
/frameworks/base/telephony/java/android/telephony/
DTelephonyManager.java73 private static ITelephonyRegistry sRegistry; field in TelephonyManager
118 if (sRegistry == null) { in TelephonyManager()
119 sRegistry = ITelephonyRegistry.Stub.asInterface(ServiceManager.getService( in TelephonyManager()
2675 sRegistry.listenForSubscriber(listener.mSubId, getOpPackageName(), in listen()