/packages/services/Telecomm/src/com/android/server/telecom/ |
D | ParcelableCallUtils.java | 68 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()
|
D | ConnectionServiceRepository.java | 53 PhoneAccountRegistrar phoneAccountRegistrar, in ConnectionServiceRepository() argument 57 mPhoneAccountRegistrar = phoneAccountRegistrar; in ConnectionServiceRepository()
|
D | CreateConnectionTimeout.java | 42 CreateConnectionTimeout(Context context, PhoneAccountRegistrar phoneAccountRegistrar, in CreateConnectionTimeout() argument 46 mPhoneAccountRegistrar = phoneAccountRegistrar; in CreateConnectionTimeout()
|
D | Call.java | 1369 PhoneAccountRegistrar phoneAccountRegistrar = mCallsManager.getPhoneAccountRegistrar(); in configureCallAttributes() local 1373 phoneAccountRegistrar.getPhoneAccountUnchecked(mTargetPhoneAccountHandle); in configureCallAttributes() 1400 PhoneAccountRegistrar phoneAccountRegistrar = mCallsManager.getPhoneAccountRegistrar(); in checkIfVideoCapable() local 1409 phoneAccountRegistrar.getPhoneAccountUnchecked(mTargetPhoneAccountHandle); in checkIfVideoCapable() 1422 PhoneAccountRegistrar phoneAccountRegistrar = mCallsManager.getPhoneAccountRegistrar(); in checkIfRttCapable() local 1431 phoneAccountRegistrar.getPhoneAccountUnchecked(mTargetPhoneAccountHandle); in checkIfRttCapable() 1432 PhoneAccount connectionManagerPhoneAccount = phoneAccountRegistrar.getPhoneAccountUnchecked( in checkIfRttCapable() 1724 void startCreateConnection(PhoneAccountRegistrar phoneAccountRegistrar) { in startCreateConnection() argument 1733 phoneAccountRegistrar, mContext); in startCreateConnection()
|
D | BluetoothPhoneServiceImpl.java | 56 PhoneAccountRegistrar phoneAccountRegistrar); in makeBluetoothPhoneServiceImpl() argument 467 PhoneAccountRegistrar phoneAccountRegistrar) { in BluetoothPhoneServiceImpl() argument 473 mPhoneAccountRegistrar = phoneAccountRegistrar; in BluetoothPhoneServiceImpl()
|
D | CreateConnectionProcessor.java | 130 PhoneAccountRegistrar phoneAccountRegistrar, Context context) { in CreateConnectionProcessor() argument 135 mPhoneAccountRegistrar = phoneAccountRegistrar; in CreateConnectionProcessor()
|
D | CallLogManager.java | 149 public CallLogManager(Context context, PhoneAccountRegistrar phoneAccountRegistrar, in CallLogManager() argument 154 mPhoneAccountRegistrar = phoneAccountRegistrar; in CallLogManager()
|
D | ConnectionServiceWrapper.java | 1052 PhoneAccountRegistrar phoneAccountRegistrar, in ConnectionServiceWrapper() argument 1059 phoneAccountRegistrar.addListener(new PhoneAccountRegistrar.Listener() { in ConnectionServiceWrapper() 1063 mPhoneAccountRegistrar = phoneAccountRegistrar; in ConnectionServiceWrapper()
|
D | TelecomServiceImpl.java | 1712 PhoneAccountRegistrar phoneAccountRegistrar, in TelecomServiceImpl() argument 1726 mPhoneAccountRegistrar = phoneAccountRegistrar; in TelecomServiceImpl()
|
D | CallsManager.java | 416 PhoneAccountRegistrar phoneAccountRegistrar, in CallsManager() argument 441 mPhoneAccountRegistrar = phoneAccountRegistrar; in CallsManager() 506 mCallLogManager = new CallLogManager(context, phoneAccountRegistrar, mMissedCallNotifier); in CallsManager()
|
/packages/services/Telecomm/src/com/android/server/telecom/components/ |
D | TelecomService.java | 102 PhoneAccountRegistrar phoneAccountRegistrar, in initializeTelecomSystem() 105 phoneAccountRegistrar, defaultDialerCache); in initializeTelecomSystem() 168 PhoneAccountRegistrar phoneAccountRegistrar) { in initializeTelecomSystem() 171 phoneAccountRegistrar); in initializeTelecomSystem()
|
/packages/services/Telecomm/src/com/android/server/telecom/ui/ |
D | MissedCallNotifierImpl.java | 88 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/ |
D | CallRedirectionProcessorHelper.java | 49 PhoneAccountRegistrar phoneAccountRegistrar) { in CallRedirectionProcessorHelper() argument 52 mPhoneAccountRegistrar = phoneAccountRegistrar; in CallRedirectionProcessorHelper()
|
D | CallRedirectionProcessor.java | 273 PhoneAccountRegistrar phoneAccountRegistrar, in CallRedirectionProcessor() argument 293 context, callsManager, phoneAccountRegistrar); in CallRedirectionProcessor()
|
/packages/services/Telecomm/src/com/android/server/telecom/callfiltering/ |
D | CallScreeningServiceController.java | 84 PhoneAccountRegistrar phoneAccountRegistrar, in CallScreeningServiceController() argument 92 mPhoneAccountRegistrar = phoneAccountRegistrar; in CallScreeningServiceController()
|
D | CallScreeningServiceFilter.java | 207 PhoneAccountRegistrar phoneAccountRegistrar, in CallScreeningServiceFilter() argument
|
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/ |
D | TelecomSystemTest.java | 445 (context, phoneAccountRegistrar, defaultDialerCache) -> mMissedCallNotifier, in setupTelecomSystem() 451 (context, lock, callsManager, phoneAccountRegistrar) -> mBluetoothPhoneServiceImpl, in setupTelecomSystem()
|