Home
last modified time | relevance | path

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

/frameworks/base/telephony/java/android/service/carrier/
DCarrierService.java122 Context.TELEPHONY_REGISTRY_SERVICE); in notifyCarrierNetworkChange()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DDefaultPhoneNotifier.java58 Context.TELEPHONY_REGISTRY_SERVICE); in DefaultPhoneNotifier()
DPhoneSwitcher.java503 context.getSystemService(Context.TELEPHONY_REGISTRY_SERVICE); in PhoneSwitcher()
1586 .getSystemService(Context.TELEPHONY_REGISTRY_SERVICE); in notifyPreferredDataSubIdChanged()
DSubscriptionController.java505 mContext.getSystemService(Context.TELEPHONY_REGISTRY_SERVICE); in notifySubscriptionInfoChanged()
4384 mContext.getSystemService(Context.TELEPHONY_REGISTRY_SERVICE); in notifyOpportunisticSubscriptionInfoChanged()
/frameworks/base/telephony/java/android/telephony/
DSubscriptionManager.java1267 mContext.getSystemService(Context.TELEPHONY_REGISTRY_SERVICE); in addOnSubscriptionsChangedListener()
1297 mContext.getSystemService(Context.TELEPHONY_REGISTRY_SERVICE); in removeOnSubscriptionsChangedListener()
1355 mContext.getSystemService(Context.TELEPHONY_REGISTRY_SERVICE); in addOnOpportunisticSubscriptionsChangedListener()
1379 mContext.getSystemService(Context.TELEPHONY_REGISTRY_SERVICE); in removeOnOpportunisticSubscriptionsChangedListener()
DTelephonyManager.java5997 mContext.getSystemService(Context.TELEPHONY_REGISTRY_SERVICE); in listen()
15247 mContext.getSystemService(Context.TELEPHONY_REGISTRY_SERVICE); in registerTelephonyCallback()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DContextFixture.java269 case Context.TELEPHONY_REGISTRY_SERVICE: in getSystemService()
DTelephonyTest.java480 Context.TELEPHONY_REGISTRY_SERVICE); in setUp()
/frameworks/base/core/java/android/content/
DContext.java5534 public static final String TELEPHONY_REGISTRY_SERVICE = "telephony_registry"; field in Context
/frameworks/base/core/java/android/app/
DSystemServiceRegistry.java678 registerService(Context.TELEPHONY_REGISTRY_SERVICE, TelephonyRegistryManager.class, in registerService() argument