/packages/services/Telecomm/src/com/android/server/telecom/ |
D | ParcelableCallUtils.java | 70 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()
|
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 | 1776 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()
|
D | CreateConnectionProcessor.java | 132 PhoneAccountRegistrar phoneAccountRegistrar, Context context) { in CreateConnectionProcessor() argument 137 mPhoneAccountRegistrar = phoneAccountRegistrar; in CreateConnectionProcessor()
|
D | CallLogManager.java | 106 public CallLogManager(Context context, PhoneAccountRegistrar phoneAccountRegistrar, in CallLogManager() argument 111 mPhoneAccountRegistrar = phoneAccountRegistrar; in CallLogManager()
|
D | ConnectionServiceWrapper.java | 1161 PhoneAccountRegistrar phoneAccountRegistrar, in ConnectionServiceWrapper() argument 1168 phoneAccountRegistrar.addListener(new PhoneAccountRegistrar.Listener() { in ConnectionServiceWrapper() 1172 mPhoneAccountRegistrar = phoneAccountRegistrar; in ConnectionServiceWrapper()
|
D | TelecomServiceImpl.java | 2062 PhoneAccountRegistrar phoneAccountRegistrar, in TelecomServiceImpl() argument 2076 mPhoneAccountRegistrar = phoneAccountRegistrar; in TelecomServiceImpl()
|
D | CallsManager.java | 470 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/ |
D | MissedCallNotifierImpl.java | 89 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/ |
D | CallRedirectionProcessorHelper.java | 49 PhoneAccountRegistrar phoneAccountRegistrar) { in CallRedirectionProcessorHelper() argument 52 mPhoneAccountRegistrar = phoneAccountRegistrar; in CallRedirectionProcessorHelper()
|
D | CallRedirectionProcessor.java | 279 PhoneAccountRegistrar phoneAccountRegistrar, in CallRedirectionProcessor() argument 299 context, callsManager, phoneAccountRegistrar); in CallRedirectionProcessor()
|
/packages/services/Telecomm/src/com/android/server/telecom/components/ |
D | TelecomService.java | 109 PhoneAccountRegistrar phoneAccountRegistrar, 113 phoneAccountRegistrar, defaultDialerCache,
|
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/ |
D | TelecomSystemTest.java | 477 (context, phoneAccountRegistrar, defaultDialerCache, mDeviceIdleControllerAdapter) in setupTelecomSystem()
|