Home
last modified time | relevance | path

Searched refs:targetPhoneAccount (Results 1 – 7 of 7) sorted by relevance

/packages/services/Telecomm/src/com/android/server/telecom/
DCreateConnectionProcessor.java58 public final PhoneAccountHandle targetPhoneAccount; field in CreateConnectionProcessor.CallAttemptRecord
62 PhoneAccountHandle targetPhoneAccount) { in CallAttemptRecord() argument
64 this.targetPhoneAccount = targetPhoneAccount; in CallAttemptRecord()
71 + Objects.toString(targetPhoneAccount) + ")"; in toString()
87 Objects.equals(targetPhoneAccount, other.targetPhoneAccount); in equals()
222 if (!attempt.connectionManagerPhoneAccount.equals(attempt.targetPhoneAccount) && in attemptNextPhoneAccount()
224 attempt.targetPhoneAccount)) { in attemptNextPhoneAccount()
244 mCall.setTargetPhoneAccount(attempt.targetPhoneAccount); in attemptNextPhoneAccount()
310 PhoneAccountHandle targetPhoneAccountHandle = mAttemptRecords.get(0).targetPhoneAccount; in shouldSetConnectionManager()
317 PhoneAccount targetPhoneAccount = mPhoneAccountRegistrar in shouldSetConnectionManager() local
[all …]
DNewOutgoingCallIntentBroadcaster.java243 PhoneAccountHandle targetPhoneAccount = mIntent.getParcelableExtra( in evaluateCall() local
246 if (targetPhoneAccount != null) { in evaluateCall()
249 targetPhoneAccount); in evaluateCall()
DPhoneAccountRegistrar.java475 PhoneAccountHandle targetPhoneAccount = call.getTargetPhoneAccount(); in getSimCallManagerFromCall() local
477 call.getId(), targetPhoneAccount); in getSimCallManagerFromCall()
478 return getSimCallManagerFromHandle(targetPhoneAccount,userHandle); in getSimCallManagerFromCall()
488 public PhoneAccountHandle getSimCallManagerFromHandle(PhoneAccountHandle targetPhoneAccount, in getSimCallManagerFromHandle() argument
490 int subId = getSubscriptionIdForPhoneAccount(targetPhoneAccount); in getSimCallManagerFromHandle()
495 targetPhoneAccount, subId, callManagerHandle); in getSimCallManagerFromHandle()
500 targetPhoneAccount, subId, callManagerHandle); in getSimCallManagerFromHandle()
DCallsManager.java1709 PhoneAccount targetPhoneAccount = mPhoneAccountRegistrar.getPhoneAccount(
1711 return targetPhoneAccount != null && targetPhoneAccount.isSelfManaged();
2706 public Call getHeldCallByConnectionService(PhoneAccountHandle targetPhoneAccount) {
2709 targetPhoneAccount)
DTelecomServiceImpl.java1994 private boolean isCallerSimCallManager(PhoneAccountHandle targetPhoneAccount) { in isCallerSimCallManager() argument
1998 accountHandle = mPhoneAccountRegistrar.getSimCallManagerFromHandle(targetPhoneAccount, in isCallerSimCallManager()
/packages/services/Telecomm/src/com/android/server/telecom/callredirection/
DCallRedirectionProcessor.java191 public void redirectCall(Uri gatewayUri, PhoneAccountHandle targetPhoneAccount, in redirectCall() argument
200 mPhoneAccountHandle = targetPhoneAccount; in redirectCall()
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
DCallsManagerTest.java1091 private Call addSpyCall(PhoneAccountHandle targetPhoneAccount) { in addSpyCall() argument
1101 targetPhoneAccount, in addSpyCall()