Home
last modified time | relevance | path

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

/frameworks/base/services/java/com/android/server/
DSystemServer.java522 TelephonyRegistry telephonyRegistry = null; in startOtherServices() local
558 telephonyRegistry = new TelephonyRegistry(context); in startOtherServices()
559 ServiceManager.addService("telephony.registry", telephonyRegistry); in startOtherServices()
1271 final TelephonyRegistry telephonyRegistryF = telephonyRegistry; in startOtherServices()