Home
last modified time | relevance | path

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

/packages/services/Telephony/tests/src/com/android/services/telephony/
DTestTelephonyConnection.java95 TelecomAccountRegistry mTelecomAccountRegistry; field in TestTelephonyConnection
180 when(mTelecomAccountRegistry.isMergeCallSupported(notNull())) in TestTelephonyConnection()
182 when(mTelecomAccountRegistry.isMergeImsCallSupported(notNull())) in TestTelephonyConnection()
184 when(mTelecomAccountRegistry in TestTelephonyConnection()
186 when(mTelecomAccountRegistry in TestTelephonyConnection()
269 return mTelecomAccountRegistry; in getTelecomAccountRegistry()
304 when(mTelecomAccountRegistry.isMergeImsCallSupported(notNull())) in setIsImsConnection()
DImsConferenceControllerTest.java53 private TelecomAccountRegistry mTelecomAccountRegistry; field in ImsConferenceControllerTest
80 mTelecomAccountRegistry = TelecomAccountRegistry.getInstance(mContext); in setUp()
87 mControllerTest = new ImsConferenceController(mTelecomAccountRegistry, in setUp()
DTelecomAccountRegistryTest.java90 private TelecomAccountRegistry mTelecomAccountRegistry; field in TelecomAccountRegistryTest
152 mTelecomAccountRegistry = new TelecomAccountRegistry(mMockedContext); in setUp()
153 mTelecomAccountRegistry.setupOnBoot(); in setUp()
/packages/services/Telephony/src/com/android/services/telephony/
DImsConferenceController.java71 mTelecomAccountRegistry.refreshAdhocConference(true);
134 private TelecomAccountRegistry mTelecomAccountRegistry; field in ImsConferenceController
146 mTelecomAccountRegistry = Objects.requireNonNull(telecomAccountRegistry); in ImsConferenceController()
311 mTelecomAccountRegistry.refreshAdhocConference(false); in recalculateConferenceable()
476 ImsConference conference = new ImsConference(mTelecomAccountRegistry, mConnectionService, in startConference()
DImsConference.java356 private TelecomAccountRegistry mTelecomAccountRegistry; field in ImsConference
433 mTelecomAccountRegistry = Objects.requireNonNull(telecomAccountRegistry); in ImsConference()
892 Uri hostAddress = mTelecomAccountRegistry.getAddress(mConferenceHostPhoneAccountHandle); in setConferenceHost()
926 mIsUsingSimCallManager = mTelecomAccountRegistry.isUsingSimCallManager( in setConferenceHost()