Searched refs:telecomAccountRegistry (Results 1 – 5 of 5) sorted by relevance
41 TelecomAccountRegistry telecomAccountRegistry = in onCreate() local43 if (telecomAccountRegistry != null) { in onCreate()44 telecomAccountRegistry.setupOnBoot(); in onCreate()
395 TelecomAccountRegistry telecomAccountRegistry = TelecomAccountRegistry.getInstance(null); in findCorrectPhoneAccountHandle() local397 PhoneAccountHandle handle = telecomAccountRegistry.getPhoneAccountHandleForSubId( in findCorrectPhoneAccountHandle()399 if (telecomAccountRegistry.hasAccountEntryForPhoneAccount(handle)) { in findCorrectPhoneAccountHandle()409 if(telecomAccountRegistry.hasAccountEntryForPhoneAccount(emergencyHandle)) { in findCorrectPhoneAccountHandle()
142 public ImsConferenceController(TelecomAccountRegistry telecomAccountRegistry, in ImsConferenceController() argument146 mTelecomAccountRegistry = telecomAccountRegistry; in ImsConferenceController()
3148 TelecomAccountRegistry telecomAccountRegistry = getTelecomAccountRegistry( in refreshConferenceSupported() local3150 boolean isConferencingSupported = telecomAccountRegistry in refreshConferenceSupported()3152 boolean isImsConferencingSupported = telecomAccountRegistry in refreshConferenceSupported()3154 mIsCarrierVideoConferencingSupported = telecomAccountRegistry in refreshConferenceSupported()3156 boolean isMergeOfWifiCallsAllowedWhenVoWifiOff = telecomAccountRegistry in refreshConferenceSupported()
426 public ImsConference(TelecomAccountRegistry telecomAccountRegistry, in ImsConference() argument433 mTelecomAccountRegistry = telecomAccountRegistry; in ImsConference()