Home
last modified time | relevance | path

Searched defs:connectionManagerPhoneAccount (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/telecomm/java/android/telecom/
DRemoteConnectionManager.java57 PhoneAccountHandle connectionManagerPhoneAccount, in createRemoteConnection()
88 PhoneAccountHandle connectionManagerPhoneAccount, in createRemoteConference()
DConnectionService.java2597 public final @Nullable RemoteConnection createRemoteIncomingConnection( in createRemoteIncomingConnection()
2616 public final @Nullable RemoteConnection createRemoteOutgoingConnection( in createRemoteOutgoingConnection()
2634 public final @Nullable RemoteConference createRemoteIncomingConference( in createRemoteIncomingConference()
2652 public final @Nullable RemoteConference createRemoteOutgoingConference( in createRemoteOutgoingConference()
2846 PhoneAccountHandle connectionManagerPhoneAccount, in onCreateIncomingConnection()
2863 public @Nullable Conference onCreateIncomingConference( in onCreateIncomingConference()
2909 public void onCreateIncomingConnectionFailed(PhoneAccountHandle connectionManagerPhoneAccount, in onCreateIncomingConnectionFailed()
2928 public void onCreateOutgoingConnectionFailed(PhoneAccountHandle connectionManagerPhoneAccount, in onCreateOutgoingConnectionFailed()
2947 public void onCreateIncomingConferenceFailed( in onCreateIncomingConferenceFailed()
2967 public void onCreateOutgoingConferenceFailed( in onCreateOutgoingConferenceFailed()
[all …]
DRemoteConnectionService.java542 PhoneAccountHandle connectionManagerPhoneAccount, in createRemoteConnection()
595 PhoneAccountHandle connectionManagerPhoneAccount, in createRemoteConference()
/frameworks/base/telecomm/java/com/android/internal/telecom/
DIConnectionService.aidl45 in PhoneAccountHandle connectionManagerPhoneAccount, in createConnection()
54 void createConnectionFailed(in PhoneAccountHandle connectionManagerPhoneAccount, String callId, in createConnectionFailed()
58 in PhoneAccountHandle connectionManagerPhoneAccount, in createConference()
67 void createConferenceFailed(in PhoneAccountHandle connectionManagerPhoneAccount, String callId, in createConferenceFailed()