Home
last modified time | relevance | path

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

/packages/services/Telephony/src/com/android/services/telephony/
DPstnIncomingCallNotifier.java258 TelecomAccountRegistry telecomAccountRegistry = TelecomAccountRegistry.getInstance(null); in findCorrectPhoneAccountHandle()
289 TelecomAccountRegistry registry = TelecomAccountRegistry.getInstance(null); in maybeSwapAnyWithUnknownConnection()
DTelecomAccountRegistry.java58 final class TelecomAccountRegistry { class
366 private static TelecomAccountRegistry sInstance;
378 TelecomAccountRegistry(Context context) { in TelecomAccountRegistry() method in TelecomAccountRegistry
385 static synchronized final TelecomAccountRegistry getInstance(Context context) { in getInstance()
387 sInstance = new TelecomAccountRegistry(context); in getInstance()
DTelephonyGlobals.java68 TelecomAccountRegistry.getInstance(mContext).setupOnBoot(); in onCreate()
DTelephonyConnectionService.java95 TelecomAccountRegistry.getInstance(this).setTelephonyConnectionService(this); in onCreate()
563 TelecomAccountRegistry.getInstance(this).isVideoPauseSupported( in createConnectionFor()
568 && TelecomAccountRegistry.getInstance(this).isMergeCallSupported( in createConnectionFor()
DConferenceParticipantConnection.java271 SubscriptionInfo subInfo = TelecomAccountRegistry.getInstance(null). in getCountryIso()
DImsConference.java568 mConferenceHostAddress = TelecomAccountRegistry.getInstance(mTelephonyConnectionService) in setConferenceHost()