/packages/services/Telecomm/src/com/android/server/telecom/ |
D | ParcelableCallUtils.java | 71 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()
|
D | ConnectionServiceRepository.java | 55 PhoneAccountRegistrar phoneAccountRegistrar, in ConnectionServiceRepository() argument 60 mPhoneAccountRegistrar = phoneAccountRegistrar; in ConnectionServiceRepository()
|
D | CreateConnectionTimeout.java | 50 public CreateConnectionTimeout(Context context, PhoneAccountRegistrar phoneAccountRegistrar, in CreateConnectionTimeout() argument 54 mPhoneAccountRegistrar = phoneAccountRegistrar; in CreateConnectionTimeout()
|
D | UserUtil.java | 141 PhoneAccountRegistrar phoneAccountRegistrar, UserHandle currentUser, in getAssociatedUserForCall() argument 149 PhoneAccount account = phoneAccountRegistrar.getPhoneAccountUnchecked(targetPhoneAccount); in getAssociatedUserForCall()
|
D | CreateConnectionProcessor.java | 150 PhoneAccountRegistrar phoneAccountRegistrar, in CreateConnectionProcessor() argument 158 mPhoneAccountRegistrar = phoneAccountRegistrar; in CreateConnectionProcessor()
|
D | Call.java | 2135 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()
|
D | CallLogManager.java | 131 public CallLogManager(Context context, PhoneAccountRegistrar phoneAccountRegistrar, in CallLogManager() argument 137 mPhoneAccountRegistrar = phoneAccountRegistrar; in CallLogManager()
|
D | ConnectionServiceWrapper.java | 1414 PhoneAccountRegistrar phoneAccountRegistrar, in ConnectionServiceWrapper() argument 1423 phoneAccountRegistrar.addListener(new PhoneAccountRegistrar.Listener() { in ConnectionServiceWrapper() 1427 mPhoneAccountRegistrar = phoneAccountRegistrar; in ConnectionServiceWrapper()
|
D | TelecomServiceImpl.java | 2730 PhoneAccountRegistrar phoneAccountRegistrar, in TelecomServiceImpl() argument 2753 mPhoneAccountRegistrar = phoneAccountRegistrar; in TelecomServiceImpl()
|
D | CallsManager.java | 581 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/ |
D | MissedCallNotifierImpl.java | 92 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/ |
D | CallRedirectionProcessorHelper.java | 50 PhoneAccountRegistrar phoneAccountRegistrar) { in CallRedirectionProcessorHelper() argument 53 mPhoneAccountRegistrar = phoneAccountRegistrar; in CallRedirectionProcessorHelper()
|
D | CallRedirectionProcessor.java | 317 PhoneAccountRegistrar phoneAccountRegistrar, in CallRedirectionProcessor() argument 337 context, callsManager, phoneAccountRegistrar); in CallRedirectionProcessor()
|
/packages/services/Telecomm/src/com/android/server/telecom/components/ |
D | TelecomService.java | 120 PhoneAccountRegistrar phoneAccountRegistrar, 125 phoneAccountRegistrar, defaultDialerCache,
|
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/ |
D | TelecomSystemTest.java | 523 (context, phoneAccountRegistrar, defaultDialerCache, mDeviceIdleControllerAdapter, in setupTelecomSystem()
|