Searched refs:telecomAccountRegistry (Results 1 – 4 of 4) sorted by relevance
387 TelecomAccountRegistry telecomAccountRegistry = TelecomAccountRegistry.getInstance(null); in findCorrectPhoneAccountHandle() local390 if (telecomAccountRegistry.hasAccountEntryForPhoneAccount(handle)) { in findCorrectPhoneAccountHandle()399 if(telecomAccountRegistry.hasAccountEntryForPhoneAccount(emergencyHandle)) { in findCorrectPhoneAccountHandle()
133 public ImsConferenceController(TelecomAccountRegistry telecomAccountRegistry, in ImsConferenceController() argument137 mTelecomAccountRegistry = telecomAccountRegistry; in ImsConferenceController()
3042 TelecomAccountRegistry telecomAccountRegistry = getTelecomAccountRegistry( in refreshConferenceSupported() local3044 boolean isConferencingSupported = telecomAccountRegistry in refreshConferenceSupported()3046 boolean isImsConferencingSupported = telecomAccountRegistry in refreshConferenceSupported()3048 mIsCarrierVideoConferencingSupported = telecomAccountRegistry in refreshConferenceSupported()3050 boolean isMergeOfWifiCallsAllowedWhenVoWifiOff = telecomAccountRegistry in refreshConferenceSupported()
420 public ImsConference(TelecomAccountRegistry telecomAccountRegistry, in ImsConference() argument427 mTelecomAccountRegistry = telecomAccountRegistry; in ImsConference()