Home
last modified time | relevance | path

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

/packages/services/Telephony/src/com/android/services/telephony/
DPstnIncomingCallNotifier.java387 TelecomAccountRegistry telecomAccountRegistry = TelecomAccountRegistry.getInstance(null); in findCorrectPhoneAccountHandle() local
390 if (telecomAccountRegistry.hasAccountEntryForPhoneAccount(handle)) { in findCorrectPhoneAccountHandle()
399 if(telecomAccountRegistry.hasAccountEntryForPhoneAccount(emergencyHandle)) { in findCorrectPhoneAccountHandle()
DImsConferenceController.java133 public ImsConferenceController(TelecomAccountRegistry telecomAccountRegistry, in ImsConferenceController() argument
137 mTelecomAccountRegistry = telecomAccountRegistry; in ImsConferenceController()
DTelephonyConnection.java3042 TelecomAccountRegistry telecomAccountRegistry = getTelecomAccountRegistry( in refreshConferenceSupported() local
3044 boolean isConferencingSupported = telecomAccountRegistry in refreshConferenceSupported()
3046 boolean isImsConferencingSupported = telecomAccountRegistry in refreshConferenceSupported()
3048 mIsCarrierVideoConferencingSupported = telecomAccountRegistry in refreshConferenceSupported()
3050 boolean isMergeOfWifiCallsAllowedWhenVoWifiOff = telecomAccountRegistry in refreshConferenceSupported()
DImsConference.java420 public ImsConference(TelecomAccountRegistry telecomAccountRegistry, in ImsConference() argument
427 mTelecomAccountRegistry = telecomAccountRegistry; in ImsConference()