Lines Matching refs:PhoneAccountHandle
491 PhoneAccountHandle connectionManagerPhoneAccount,
527 PhoneAccountHandle connectionManagerPhoneAccount,
548 PhoneAccountHandle connectionManagerPhoneAccount,
584 PhoneAccountHandle connectionManagerPhoneAccount,
1172 final PhoneAccountHandle connectionManagerPhoneAccount =
1173 (PhoneAccountHandle) args.arg1;
1243 final PhoneAccountHandle connectionMgrPhoneAccount =
1244 (PhoneAccountHandle) args.arg4;
1272 final PhoneAccountHandle connectionManagerPhoneAccount =
1273 (PhoneAccountHandle) args.arg1;
1341 final PhoneAccountHandle connectionMgrPhoneAccount =
1342 (PhoneAccountHandle) args.arg4;
2226 public void onPhoneAccountChanged(Connection c, PhoneAccountHandle pHandle) {
2289 final PhoneAccountHandle callManagerAccount, in createConference()
2366 final PhoneAccountHandle callManagerAccount, in createConnection()
2384 PhoneAccountHandle fromPhoneAccountHandle = request.getExtras() != null in createConnection()
2385 ? (PhoneAccountHandle) request.getExtras().getParcelable( in createConnection()
2386 …TelecomManager.EXTRA_HANDOVER_FROM_PHONE_ACCOUNT, android.telecom.PhoneAccountHandle.class) : null; in createConnection()
2437 PhoneAccountHandle phoneAccountHandle = connection.getPhoneAccountHandle() == null in createConnection()
2487 private void createConnectionFailed(final PhoneAccountHandle callManagerAccount, in createConnectionFailed()
2499 private void createConferenceFailed(final PhoneAccountHandle callManagerAccount, in createConferenceFailed()
2968 @NonNull PhoneAccountHandle connectionManagerPhoneAccount, in createRemoteIncomingConnection()
2987 @NonNull PhoneAccountHandle connectionManagerPhoneAccount, in createRemoteOutgoingConnection()
3005 @Nullable PhoneAccountHandle connectionManagerPhoneAccount, in createRemoteIncomingConference()
3023 @Nullable PhoneAccountHandle connectionManagerPhoneAccount, in createRemoteOutgoingConference()
3112 public final void addExistingConnection(PhoneAccountHandle phoneAccountHandle, in addExistingConnection()
3146 public final void addExistingConnection(@NonNull PhoneAccountHandle phoneAccountHandle, in addExistingConnection()
3216 PhoneAccountHandle connectionManagerPhoneAccount, in onCreateIncomingConnection()
3234 @NonNull PhoneAccountHandle connectionManagerPhoneAccount, in onCreateIncomingConference()
3279 public void onCreateIncomingConnectionFailed(PhoneAccountHandle connectionManagerPhoneAccount, in onCreateIncomingConnectionFailed()
3298 public void onCreateOutgoingConnectionFailed(PhoneAccountHandle connectionManagerPhoneAccount, in onCreateOutgoingConnectionFailed()
3318 @Nullable PhoneAccountHandle connectionManagerPhoneAccount, in onCreateIncomingConferenceFailed()
3338 @NonNull PhoneAccountHandle connectionManagerPhoneAccount, in onCreateOutgoingConferenceFailed()
3377 PhoneAccountHandle connectionManagerPhoneAccount, in onCreateOutgoingConnection()
3409 @NonNull PhoneAccountHandle connectionManagerPhoneAccount, in onCreateOutgoingConference()
3461 public Connection onCreateOutgoingHandoverConnection(PhoneAccountHandle fromPhoneAccountHandle, in onCreateOutgoingHandoverConnection()
3508 public Connection onCreateIncomingHandoverConnection(PhoneAccountHandle fromPhoneAccountHandle, in onCreateIncomingHandoverConnection()
3553 @NonNull PhoneAccountHandle connectionManagerPhoneAccount, in onCreateUnknownConnection()
3656 private String addExistingConnectionInternal(PhoneAccountHandle handle, Connection connection) { in addExistingConnectionInternal()
3677 private void addConnection(PhoneAccountHandle handle, String callId, Connection connection) { in addConnection()