Lines Matching refs:connectionManagerPhoneAccount
491 PhoneAccountHandle connectionManagerPhoneAccount,
500 args.arg1 = connectionManagerPhoneAccount;
527 PhoneAccountHandle connectionManagerPhoneAccount,
538 args.arg4 = connectionManagerPhoneAccount;
548 PhoneAccountHandle connectionManagerPhoneAccount,
557 args.arg1 = connectionManagerPhoneAccount;
584 PhoneAccountHandle connectionManagerPhoneAccount,
595 args.arg4 = connectionManagerPhoneAccount;
1172 final PhoneAccountHandle connectionManagerPhoneAccount =
1187 connectionManagerPhoneAccount,
1196 connectionManagerPhoneAccount,
1272 final PhoneAccountHandle connectionManagerPhoneAccount =
1286 createConference(connectionManagerPhoneAccount,
1294 createConference(connectionManagerPhoneAccount,
2968 @NonNull PhoneAccountHandle connectionManagerPhoneAccount, in createRemoteIncomingConnection()
2971 connectionManagerPhoneAccount, request, true); in createRemoteIncomingConnection()
2987 @NonNull PhoneAccountHandle connectionManagerPhoneAccount, in createRemoteOutgoingConnection()
2990 connectionManagerPhoneAccount, request, false); in createRemoteOutgoingConnection()
3005 @Nullable PhoneAccountHandle connectionManagerPhoneAccount, in createRemoteIncomingConference()
3007 return mRemoteConnectionManager.createRemoteConference(connectionManagerPhoneAccount, in createRemoteIncomingConference()
3023 @Nullable PhoneAccountHandle connectionManagerPhoneAccount, in createRemoteOutgoingConference()
3025 return mRemoteConnectionManager.createRemoteConference(connectionManagerPhoneAccount, in createRemoteOutgoingConference()
3216 PhoneAccountHandle connectionManagerPhoneAccount, in onCreateIncomingConnection() argument
3234 @NonNull PhoneAccountHandle connectionManagerPhoneAccount, in onCreateIncomingConference()
3279 public void onCreateIncomingConnectionFailed(PhoneAccountHandle connectionManagerPhoneAccount, in onCreateIncomingConnectionFailed() argument
3298 public void onCreateOutgoingConnectionFailed(PhoneAccountHandle connectionManagerPhoneAccount, in onCreateOutgoingConnectionFailed() argument
3318 @Nullable PhoneAccountHandle connectionManagerPhoneAccount, in onCreateIncomingConferenceFailed()
3338 @NonNull PhoneAccountHandle connectionManagerPhoneAccount, in onCreateOutgoingConferenceFailed()
3377 PhoneAccountHandle connectionManagerPhoneAccount, in onCreateOutgoingConnection() argument
3409 @NonNull PhoneAccountHandle connectionManagerPhoneAccount, in onCreateOutgoingConference()
3553 @NonNull PhoneAccountHandle connectionManagerPhoneAccount, in onCreateUnknownConnection()