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

/packages/services/Telecomm/src/com/android/server/telecom/
H A DCreateConnectionProcessor.java55 public final PhoneAccountHandle targetPhoneAccount; field in class:CreateConnectionProcessor.CallAttemptRecord
59 PhoneAccountHandle targetPhoneAccount) {
61 this.targetPhoneAccount = targetPhoneAccount;
68 + Objects.toString(targetPhoneAccount) + ")";
84 Objects.equals(targetPhoneAccount, other.targetPhoneAccount);
182 if (!attempt.connectionManagerPhoneAccount.equals(attempt.targetPhoneAccount) &&
184 attempt.targetPhoneAccount)) {
205 mCall.setTargetPhoneAccount(attempt.targetPhoneAccount);
57 CallAttemptRecord( PhoneAccountHandle connectionManagerPhoneAccount, PhoneAccountHandle targetPhoneAccount) argument
[all...]

Completed in 28 milliseconds