Home
last modified time | relevance | path

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

/packages/services/Telephony/src/com/android/phone/
DPhoneApp.java41 TelecomAccountRegistry telecomAccountRegistry = in onCreate() local
43 if (telecomAccountRegistry != null) { in onCreate()
44 telecomAccountRegistry.setupOnBoot(); in onCreate()
/packages/services/Telephony/src/com/android/services/telephony/
DPstnIncomingCallNotifier.java395 TelecomAccountRegistry telecomAccountRegistry = TelecomAccountRegistry.getInstance(null); in findCorrectPhoneAccountHandle() local
397 PhoneAccountHandle handle = telecomAccountRegistry.getPhoneAccountHandleForSubId( in findCorrectPhoneAccountHandle()
399 if (telecomAccountRegistry.hasAccountEntryForPhoneAccount(handle)) { in findCorrectPhoneAccountHandle()
409 if(telecomAccountRegistry.hasAccountEntryForPhoneAccount(emergencyHandle)) { in findCorrectPhoneAccountHandle()
DImsConferenceController.java142 public ImsConferenceController(TelecomAccountRegistry telecomAccountRegistry, in ImsConferenceController() argument
146 mTelecomAccountRegistry = telecomAccountRegistry; in ImsConferenceController()
DTelephonyConnection.java3148 TelecomAccountRegistry telecomAccountRegistry = getTelecomAccountRegistry( in refreshConferenceSupported() local
3150 boolean isConferencingSupported = telecomAccountRegistry in refreshConferenceSupported()
3152 boolean isImsConferencingSupported = telecomAccountRegistry in refreshConferenceSupported()
3154 mIsCarrierVideoConferencingSupported = telecomAccountRegistry in refreshConferenceSupported()
3156 boolean isMergeOfWifiCallsAllowedWhenVoWifiOff = telecomAccountRegistry in refreshConferenceSupported()
DImsConference.java426 public ImsConference(TelecomAccountRegistry telecomAccountRegistry, in ImsConference() argument
433 mTelecomAccountRegistry = telecomAccountRegistry; in ImsConference()