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.java350 TelecomAccountRegistry telecomAccountRegistry = TelecomAccountRegistry.getInstance(null); in findCorrectPhoneAccountHandle() local
353 if (telecomAccountRegistry.hasAccountEntryForPhoneAccount(handle)) { in findCorrectPhoneAccountHandle()
362 if(telecomAccountRegistry.hasAccountEntryForPhoneAccount(emergencyHandle)) { in findCorrectPhoneAccountHandle()
DImsConferenceController.java133 public ImsConferenceController(TelecomAccountRegistry telecomAccountRegistry, in ImsConferenceController() argument
137 mTelecomAccountRegistry = telecomAccountRegistry; in ImsConferenceController()
DTelephonyConnection.java2723 TelecomAccountRegistry telecomAccountRegistry = TelecomAccountRegistry in refreshConferenceSupported() local
2725 boolean isConferencingSupported = telecomAccountRegistry in refreshConferenceSupported()
2727 boolean isImsConferencingSupported = telecomAccountRegistry in refreshConferenceSupported()
2729 mIsCarrierVideoConferencingSupported = telecomAccountRegistry in refreshConferenceSupported()
2731 boolean isMergeOfWifiCallsAllowedWhenVoWifiOff = telecomAccountRegistry in refreshConferenceSupported()
DImsConference.java418 public ImsConference(TelecomAccountRegistry telecomAccountRegistry, in ImsConference() argument
425 mTelecomAccountRegistry = telecomAccountRegistry; in ImsConference()