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.java68 PhoneAccountRegistrar phoneAccountRegistrar) { in toParcelableCall() argument
70 call, includeVideoProvider, phoneAccountRegistrar, false, false, false); in toParcelableCall()
101 PhoneAccountRegistrar phoneAccountRegistrar, in toParcelableCall() argument
105 return toParcelableCall(call, includeVideoProvider, phoneAccountRegistrar, in toParcelableCall()
132 PhoneAccountRegistrar phoneAccountRegistrar, in toParcelableCall() argument
160 boolean isDefaultSmsAccount = phoneAccountRegistrar != null && in toParcelableCall()
161 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.java1651 PhoneAccountRegistrar phoneAccountRegistrar = mCallsManager.getPhoneAccountRegistrar(); in configureCallAttributes() local
1655 phoneAccountRegistrar.getPhoneAccountUnchecked(mTargetPhoneAccountHandle); in configureCallAttributes()
1682 PhoneAccountRegistrar phoneAccountRegistrar = mCallsManager.getPhoneAccountRegistrar(); in checkIfVideoCapable() local
1691 phoneAccountRegistrar.getPhoneAccountUnchecked(mTargetPhoneAccountHandle); in checkIfVideoCapable()
1704 PhoneAccountRegistrar phoneAccountRegistrar = mCallsManager.getPhoneAccountRegistrar(); in checkIfRttCapable() local
1713 phoneAccountRegistrar.getPhoneAccountUnchecked(mTargetPhoneAccountHandle); in checkIfRttCapable()
1714 PhoneAccount connectionManagerPhoneAccount = phoneAccountRegistrar.getPhoneAccountUnchecked( in checkIfRttCapable()
2028 void startCreateConnection(PhoneAccountRegistrar phoneAccountRegistrar) { in startCreateConnection() argument
2037 phoneAccountRegistrar, mContext); in startCreateConnection()
DBluetoothPhoneServiceImpl.java56 PhoneAccountRegistrar phoneAccountRegistrar); in makeBluetoothPhoneServiceImpl() argument
471 PhoneAccountRegistrar phoneAccountRegistrar) { in BluetoothPhoneServiceImpl() argument
477 mPhoneAccountRegistrar = phoneAccountRegistrar; in BluetoothPhoneServiceImpl()
DCreateConnectionProcessor.java132 PhoneAccountRegistrar phoneAccountRegistrar, Context context) { in CreateConnectionProcessor() argument
137 mPhoneAccountRegistrar = phoneAccountRegistrar; in CreateConnectionProcessor()
DCallLogManager.java153 public CallLogManager(Context context, PhoneAccountRegistrar phoneAccountRegistrar, in CallLogManager() argument
158 mPhoneAccountRegistrar = phoneAccountRegistrar; in CallLogManager()
DConnectionServiceWrapper.java1158 PhoneAccountRegistrar phoneAccountRegistrar, in ConnectionServiceWrapper() argument
1165 phoneAccountRegistrar.addListener(new PhoneAccountRegistrar.Listener() { in ConnectionServiceWrapper()
1169 mPhoneAccountRegistrar = phoneAccountRegistrar; in ConnectionServiceWrapper()
DTelecomServiceImpl.java1898 PhoneAccountRegistrar phoneAccountRegistrar, in TelecomServiceImpl() argument
1912 mPhoneAccountRegistrar = phoneAccountRegistrar; in TelecomServiceImpl()
DCallsManager.java463 PhoneAccountRegistrar phoneAccountRegistrar, in CallsManager() argument
491 mPhoneAccountRegistrar = phoneAccountRegistrar; in CallsManager()
559 mCallLogManager = new CallLogManager(context, phoneAccountRegistrar, mMissedCallNotifier); in CallsManager()
/packages/services/Telecomm/src/com/android/server/telecom/components/
DTelecomService.java100 PhoneAccountRegistrar phoneAccountRegistrar, in initializeTelecomSystem()
103 phoneAccountRegistrar, defaultDialerCache); in initializeTelecomSystem()
166 PhoneAccountRegistrar phoneAccountRegistrar) { in initializeTelecomSystem()
169 phoneAccountRegistrar); in initializeTelecomSystem()
/packages/services/Telecomm/src/com/android/server/telecom/ui/
DMissedCallNotifierImpl.java88 PhoneAccountRegistrar phoneAccountRegistrar, in makeMissedCallNotifierImpl() argument
140 public MissedCallNotifierImpl(Context context, PhoneAccountRegistrar phoneAccountRegistrar, in MissedCallNotifierImpl() argument
142 this(context, phoneAccountRegistrar, defaultDialerCache, in MissedCallNotifierImpl()
147 PhoneAccountRegistrar phoneAccountRegistrar, in MissedCallNotifierImpl() argument
151 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/tests/src/com/android/server/telecom/tests/
DTelecomSystemTest.java478 (context, phoneAccountRegistrar, defaultDialerCache) -> mMissedCallNotifier, in setupTelecomSystem()
484 (context, lock, callsManager, phoneAccountRegistrar) -> mBluetoothPhoneServiceImpl, in setupTelecomSystem()