Home
last modified time | relevance | path

Searched refs:phoneAccountRegistrar (Results 1 – 14 of 14) sorted by relevance

/packages/services/Telecomm/src/com/android/server/telecom/
DParcelableCallUtils.java70 PhoneAccountRegistrar phoneAccountRegistrar) { in toParcelableCall() argument
72 call, includeVideoProvider, phoneAccountRegistrar, false, false, false); in toParcelableCall()
103 PhoneAccountRegistrar phoneAccountRegistrar, in toParcelableCall() argument
107 return toParcelableCall(call, includeVideoProvider, phoneAccountRegistrar, in toParcelableCall()
134 PhoneAccountRegistrar phoneAccountRegistrar, in toParcelableCall() argument
162 boolean isDefaultSmsAccount = phoneAccountRegistrar != null && in toParcelableCall()
163 phoneAccountRegistrar.isUserSelectedSmsPhoneAccount(call.getTargetPhoneAccount()); in toParcelableCall()
DConnectionServiceRepository.java53 PhoneAccountRegistrar phoneAccountRegistrar, in ConnectionServiceRepository() argument
57 mPhoneAccountRegistrar = phoneAccountRegistrar; in ConnectionServiceRepository()
DCreateConnectionTimeout.java42 CreateConnectionTimeout(Context context, PhoneAccountRegistrar phoneAccountRegistrar, in CreateConnectionTimeout() argument
46 mPhoneAccountRegistrar = phoneAccountRegistrar; in CreateConnectionTimeout()
DCall.java1776 PhoneAccountRegistrar phoneAccountRegistrar = mCallsManager.getPhoneAccountRegistrar(); in configureCallAttributes() local
1781 phoneAccountRegistrar.getPhoneAccountUnchecked(mTargetPhoneAccountHandle); in configureCallAttributes()
1810 PhoneAccountRegistrar phoneAccountRegistrar = mCallsManager.getPhoneAccountRegistrar(); in checkIfVideoCapable() local
1819 phoneAccountRegistrar.getPhoneAccountUnchecked(mTargetPhoneAccountHandle); in checkIfVideoCapable()
1832 PhoneAccountRegistrar phoneAccountRegistrar = mCallsManager.getPhoneAccountRegistrar(); in checkIfRttCapable() local
1841 phoneAccountRegistrar.getPhoneAccountUnchecked(mTargetPhoneAccountHandle); in checkIfRttCapable()
1842 PhoneAccount connectionManagerPhoneAccount = phoneAccountRegistrar.getPhoneAccountUnchecked( in checkIfRttCapable()
2173 void startCreateConnection(PhoneAccountRegistrar phoneAccountRegistrar) { in startCreateConnection() argument
2182 phoneAccountRegistrar, mContext); in startCreateConnection()
DCreateConnectionProcessor.java132 PhoneAccountRegistrar phoneAccountRegistrar, Context context) { in CreateConnectionProcessor() argument
137 mPhoneAccountRegistrar = phoneAccountRegistrar; in CreateConnectionProcessor()
DCallLogManager.java106 public CallLogManager(Context context, PhoneAccountRegistrar phoneAccountRegistrar, in CallLogManager() argument
111 mPhoneAccountRegistrar = phoneAccountRegistrar; in CallLogManager()
DConnectionServiceWrapper.java1161 PhoneAccountRegistrar phoneAccountRegistrar, in ConnectionServiceWrapper() argument
1168 phoneAccountRegistrar.addListener(new PhoneAccountRegistrar.Listener() { in ConnectionServiceWrapper()
1172 mPhoneAccountRegistrar = phoneAccountRegistrar; in ConnectionServiceWrapper()
DTelecomServiceImpl.java2062 PhoneAccountRegistrar phoneAccountRegistrar, in TelecomServiceImpl() argument
2076 mPhoneAccountRegistrar = phoneAccountRegistrar; in TelecomServiceImpl()
DCallsManager.java470 PhoneAccountRegistrar phoneAccountRegistrar, in CallsManager() argument
498 mPhoneAccountRegistrar = phoneAccountRegistrar; in CallsManager()
567 mCallLogManager = new CallLogManager(context, phoneAccountRegistrar, mMissedCallNotifier); in CallsManager()
/packages/services/Telecomm/src/com/android/server/telecom/ui/
DMissedCallNotifierImpl.java89 PhoneAccountRegistrar phoneAccountRegistrar, in makeMissedCallNotifierImpl() argument
146 public MissedCallNotifierImpl(Context context, PhoneAccountRegistrar phoneAccountRegistrar, in MissedCallNotifierImpl() argument
149 this(context, phoneAccountRegistrar, defaultDialerCache, in MissedCallNotifierImpl()
154 PhoneAccountRegistrar phoneAccountRegistrar, in MissedCallNotifierImpl() argument
159 mPhoneAccountRegistrar = phoneAccountRegistrar; in MissedCallNotifierImpl()
/packages/services/Telecomm/src/com/android/server/telecom/callredirection/
DCallRedirectionProcessorHelper.java49 PhoneAccountRegistrar phoneAccountRegistrar) { in CallRedirectionProcessorHelper() argument
52 mPhoneAccountRegistrar = phoneAccountRegistrar; in CallRedirectionProcessorHelper()
DCallRedirectionProcessor.java279 PhoneAccountRegistrar phoneAccountRegistrar, in CallRedirectionProcessor() argument
299 context, callsManager, phoneAccountRegistrar); in CallRedirectionProcessor()
/packages/services/Telecomm/src/com/android/server/telecom/components/
DTelecomService.java109 PhoneAccountRegistrar phoneAccountRegistrar,
113 phoneAccountRegistrar, defaultDialerCache,
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
DTelecomSystemTest.java477 (context, phoneAccountRegistrar, defaultDialerCache, mDeviceIdleControllerAdapter) in setupTelecomSystem()