Searched defs:connectionManagerPhoneAccount (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/telecomm/java/android/telecom/ |
D | RemoteConnectionManager.java | 57 PhoneAccountHandle connectionManagerPhoneAccount, in createRemoteConnection() 88 PhoneAccountHandle connectionManagerPhoneAccount, in createRemoteConference()
|
D | ConnectionService.java | 2597 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 …]
|
D | RemoteConnectionService.java | 542 PhoneAccountHandle connectionManagerPhoneAccount, in createRemoteConnection() 595 PhoneAccountHandle connectionManagerPhoneAccount, in createRemoteConference()
|
/frameworks/base/telecomm/java/com/android/internal/telecom/ |
D | IConnectionService.aidl | 45 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()
|