Searched refs:targetPhoneAccount (Results 1 – 7 of 7) sorted by relevance
/packages/services/Telecomm/src/com/android/server/telecom/ |
D | CreateConnectionProcessor.java | 59 public final PhoneAccountHandle targetPhoneAccount; field in CreateConnectionProcessor.CallAttemptRecord 63 PhoneAccountHandle targetPhoneAccount) { in CallAttemptRecord() argument 65 this.targetPhoneAccount = targetPhoneAccount; in CallAttemptRecord() 72 + Objects.toString(targetPhoneAccount) + ")"; in toString() 88 Objects.equals(targetPhoneAccount, other.targetPhoneAccount); in equals() 223 if (!attempt.connectionManagerPhoneAccount.equals(attempt.targetPhoneAccount) && in attemptNextPhoneAccount() 225 attempt.targetPhoneAccount)) { in attemptNextPhoneAccount() 245 mCall.setTargetPhoneAccount(attempt.targetPhoneAccount); in attemptNextPhoneAccount() 325 PhoneAccountHandle targetPhoneAccountHandle = mAttemptRecords.get(0).targetPhoneAccount; in shouldSetConnectionManager() 332 PhoneAccount targetPhoneAccount = mPhoneAccountRegistrar in shouldSetConnectionManager() local [all …]
|
D | PhoneAccountRegistrar.java | 498 PhoneAccountHandle targetPhoneAccount = call.getTargetPhoneAccount(); in getSimCallManagerFromCall() local 500 call.getId(), targetPhoneAccount); in getSimCallManagerFromCall() 501 return getSimCallManagerFromHandle(targetPhoneAccount,userHandle); in getSimCallManagerFromCall() 511 public PhoneAccountHandle getSimCallManagerFromHandle(PhoneAccountHandle targetPhoneAccount, in getSimCallManagerFromHandle() argument 515 PhoneAccount phoneAccount = getPhoneAccountUnchecked(targetPhoneAccount); in getSimCallManagerFromHandle() 518 return targetPhoneAccount; in getSimCallManagerFromHandle() 521 int subId = getSubscriptionIdForPhoneAccount(targetPhoneAccount); in getSimCallManagerFromHandle() 526 targetPhoneAccount, subId, callManagerHandle); in getSimCallManagerFromHandle() 531 targetPhoneAccount, subId, callManagerHandle); in getSimCallManagerFromHandle()
|
D | NewOutgoingCallIntentBroadcaster.java | 244 PhoneAccountHandle targetPhoneAccount = mIntent.getParcelableExtra( in evaluateCall() local 247 if (targetPhoneAccount != null) { in evaluateCall() 250 targetPhoneAccount); in evaluateCall()
|
D | CallsManager.java | 1928 PhoneAccount targetPhoneAccount = mPhoneAccountRegistrar.getPhoneAccount( 1930 return targetPhoneAccount != null && targetPhoneAccount.isSelfManaged(); 3206 public Call getHeldCallByConnectionService(PhoneAccountHandle targetPhoneAccount) { 3209 targetPhoneAccount)
|
D | TelecomServiceImpl.java | 2211 private boolean isCallerSimCallManager(PhoneAccountHandle targetPhoneAccount) { in isCallerSimCallManager() argument 2215 accountHandle = mPhoneAccountRegistrar.getSimCallManagerFromHandle(targetPhoneAccount, in isCallerSimCallManager()
|
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/ |
D | CallsManagerTest.java | 1421 private Call addSpyCall(PhoneAccountHandle targetPhoneAccount, int initialState) { in addSpyCall() argument 1422 return addSpyCall(targetPhoneAccount, null, initialState, 0 /*caps*/, 0 /*props*/); in addSpyCall() 1425 private Call addSpyCall(PhoneAccountHandle targetPhoneAccount, in addSpyCall() argument 1427 return addSpyCall(targetPhoneAccount, connectionMgrAcct, initialState, 0 /*caps*/, in addSpyCall() 1431 private Call addSpyCall(PhoneAccountHandle targetPhoneAccount, in addSpyCall() argument 1434 Call ongoingCall = createCall(targetPhoneAccount, connectionMgrAcct, initialState); in addSpyCall() 1464 private Call createCall(PhoneAccountHandle targetPhoneAccount, int initialState) { in createCall() argument 1465 return createCall(targetPhoneAccount, null /* connectionManager */, initialState); in createCall() 1468 private Call createCall(PhoneAccountHandle targetPhoneAccount, in createCall() argument 1479 targetPhoneAccount, in createCall()
|
/packages/services/Telecomm/src/com/android/server/telecom/callredirection/ |
D | CallRedirectionProcessor.java | 191 public void redirectCall(Uri gatewayUri, PhoneAccountHandle targetPhoneAccount, in redirectCall() argument 200 mPhoneAccountHandle = targetPhoneAccount; in redirectCall()
|