Home
last modified time | relevance | path

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

/packages/services/Telecomm/src/com/android/server/telecom/
DParcelableCallUtils.java71 PhoneAccountRegistrar phoneAccountRegistrar) { in toParcelableCall() argument
73 call, includeVideoProvider, phoneAccountRegistrar, false, false, false); in toParcelableCall()
104 PhoneAccountRegistrar phoneAccountRegistrar, in toParcelableCall() argument
108 return toParcelableCall(call, includeVideoProvider, phoneAccountRegistrar, in toParcelableCall()
135 PhoneAccountRegistrar phoneAccountRegistrar, in toParcelableCall() argument
167 boolean isDefaultSmsAccount = phoneAccountRegistrar != null && in toParcelableCall()
168 phoneAccountRegistrar.isUserSelectedSmsPhoneAccount(call.getTargetPhoneAccount()); in toParcelableCall()
DConnectionServiceRepository.java55 PhoneAccountRegistrar phoneAccountRegistrar, in ConnectionServiceRepository() argument
60 mPhoneAccountRegistrar = phoneAccountRegistrar; in ConnectionServiceRepository()
DCreateConnectionTimeout.java50 public CreateConnectionTimeout(Context context, PhoneAccountRegistrar phoneAccountRegistrar, in CreateConnectionTimeout() argument
54 mPhoneAccountRegistrar = phoneAccountRegistrar; in CreateConnectionTimeout()
DUserUtil.java141 PhoneAccountRegistrar phoneAccountRegistrar, UserHandle currentUser, in getAssociatedUserForCall() argument
149 PhoneAccount account = phoneAccountRegistrar.getPhoneAccountUnchecked(targetPhoneAccount); in getAssociatedUserForCall()
DCreateConnectionProcessor.java150 PhoneAccountRegistrar phoneAccountRegistrar, in CreateConnectionProcessor() argument
158 mPhoneAccountRegistrar = phoneAccountRegistrar; in CreateConnectionProcessor()
DCall.java2135 PhoneAccountRegistrar phoneAccountRegistrar = mCallsManager.getPhoneAccountRegistrar(); in configureCallAttributes() local
2140 phoneAccountRegistrar.getPhoneAccountUnchecked(mTargetPhoneAccountHandle); in configureCallAttributes()
2169 PhoneAccountRegistrar phoneAccountRegistrar = mCallsManager.getPhoneAccountRegistrar(); in checkIfVideoCapable() local
2178 phoneAccountRegistrar.getPhoneAccountUnchecked(mTargetPhoneAccountHandle); in checkIfVideoCapable()
2191 PhoneAccountRegistrar phoneAccountRegistrar = mCallsManager.getPhoneAccountRegistrar(); in checkIfRttCapable() local
2200 phoneAccountRegistrar.getPhoneAccountUnchecked(mTargetPhoneAccountHandle); in checkIfRttCapable()
2201 PhoneAccount connectionManagerPhoneAccount = phoneAccountRegistrar.getPhoneAccountUnchecked( in checkIfRttCapable()
2570 void startCreateConnection(PhoneAccountRegistrar phoneAccountRegistrar) { in startCreateConnection() argument
2579 phoneAccountRegistrar, mContext, mFlags, new Timeouts.Adapter()); in startCreateConnection()
DCallLogManager.java131 public CallLogManager(Context context, PhoneAccountRegistrar phoneAccountRegistrar, in CallLogManager() argument
137 mPhoneAccountRegistrar = phoneAccountRegistrar; in CallLogManager()
DConnectionServiceWrapper.java1414 PhoneAccountRegistrar phoneAccountRegistrar, in ConnectionServiceWrapper() argument
1423 phoneAccountRegistrar.addListener(new PhoneAccountRegistrar.Listener() { in ConnectionServiceWrapper()
1427 mPhoneAccountRegistrar = phoneAccountRegistrar; in ConnectionServiceWrapper()
DTelecomServiceImpl.java2730 PhoneAccountRegistrar phoneAccountRegistrar, in TelecomServiceImpl() argument
2753 mPhoneAccountRegistrar = phoneAccountRegistrar; in TelecomServiceImpl()
DCallsManager.java581 PhoneAccountRegistrar phoneAccountRegistrar, in CallsManager() argument
624 mPhoneAccountRegistrar = phoneAccountRegistrar; in CallsManager()
713 mCallLogManager = new CallLogManager(context, phoneAccountRegistrar, mMissedCallNotifier, in CallsManager()
/packages/services/Telecomm/src/com/android/server/telecom/ui/
DMissedCallNotifierImpl.java92 PhoneAccountRegistrar phoneAccountRegistrar, in makeMissedCallNotifierImpl() argument
151 public MissedCallNotifierImpl(Context context, PhoneAccountRegistrar phoneAccountRegistrar, in MissedCallNotifierImpl() argument
155 this(context, phoneAccountRegistrar, defaultDialerCache, in MissedCallNotifierImpl()
160 PhoneAccountRegistrar phoneAccountRegistrar, in MissedCallNotifierImpl() argument
166 mPhoneAccountRegistrar = phoneAccountRegistrar; in MissedCallNotifierImpl()
/packages/services/Telecomm/src/com/android/server/telecom/callredirection/
DCallRedirectionProcessorHelper.java50 PhoneAccountRegistrar phoneAccountRegistrar) { in CallRedirectionProcessorHelper() argument
53 mPhoneAccountRegistrar = phoneAccountRegistrar; in CallRedirectionProcessorHelper()
DCallRedirectionProcessor.java317 PhoneAccountRegistrar phoneAccountRegistrar, in CallRedirectionProcessor() argument
337 context, callsManager, phoneAccountRegistrar); in CallRedirectionProcessor()
/packages/services/Telecomm/src/com/android/server/telecom/components/
DTelecomService.java120 PhoneAccountRegistrar phoneAccountRegistrar,
125 phoneAccountRegistrar, defaultDialerCache,
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
DTelecomSystemTest.java523 (context, phoneAccountRegistrar, defaultDialerCache, mDeviceIdleControllerAdapter, in setupTelecomSystem()