Home
last modified time | relevance | path

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

/aosp14/frameworks/base/telephony/java/android/service/carrier/
H A DCarrierService.java181 Context.TELEPHONY_REGISTRY_SERVICE); in notifyCarrierNetworkChange()
/aosp14/frameworks/base/telephony/java/android/telephony/
H A DSubscriptionManager.java1460 mContext.getSystemService(Context.TELEPHONY_REGISTRY_SERVICE); in addOnSubscriptionsChangedListener()
1490 mContext.getSystemService(Context.TELEPHONY_REGISTRY_SERVICE); in removeOnSubscriptionsChangedListener()
1548 mContext.getSystemService(Context.TELEPHONY_REGISTRY_SERVICE); in addOnOpportunisticSubscriptionsChangedListener()
1572 mContext.getSystemService(Context.TELEPHONY_REGISTRY_SERVICE); in removeOnOpportunisticSubscriptionsChangedListener()
H A DTelephonyManager.java6449 mContext.getSystemService(Context.TELEPHONY_REGISTRY_SERVICE); in listen()
16885 mContext.getSystemService(Context.TELEPHONY_REGISTRY_SERVICE); in registerTelephonyCallback()
/aosp14/frameworks/base/core/java/android/content/
H A DContext.java6145 public static final String TELEPHONY_REGISTRY_SERVICE = "telephony_registry"; field in Context
/aosp14/frameworks/base/core/java/android/app/
H A DSystemServiceRegistry.java684 registerService(Context.TELEPHONY_REGISTRY_SERVICE, TelephonyRegistryManager.class, in registerService() argument