Searched defs:connectionManagerPhoneAccount (Results  1 – 4 of 4) sorted by relevance
| /frameworks/base/telecomm/java/android/telecom/ | 
| D | RemoteConnectionManager.java | 60             PhoneAccountHandle connectionManagerPhoneAccount,  in createRemoteConnection()88             PhoneAccountHandle connectionManagerPhoneAccount,  in createRemoteConference()
 
 | 
| D | ConnectionService.java | 2967     public final @Nullable RemoteConnection createRemoteIncomingConnection(  in createRemoteIncomingConnection()2986     public final @Nullable RemoteConnection createRemoteOutgoingConnection(  in createRemoteOutgoingConnection()
 3004     public final @Nullable RemoteConference createRemoteIncomingConference(  in createRemoteIncomingConference()
 3022     public final @Nullable RemoteConference createRemoteOutgoingConference(  in createRemoteOutgoingConference()
 3216             PhoneAccountHandle connectionManagerPhoneAccount,  in onCreateIncomingConnection()
 3233     public @Nullable Conference onCreateIncomingConference(  in onCreateIncomingConference()
 3279     public void onCreateIncomingConnectionFailed(PhoneAccountHandle connectionManagerPhoneAccount,  in onCreateIncomingConnectionFailed()
 3298     public void onCreateOutgoingConnectionFailed(PhoneAccountHandle connectionManagerPhoneAccount,  in onCreateOutgoingConnectionFailed()
 3317     public void onCreateIncomingConferenceFailed(  in onCreateIncomingConferenceFailed()
 3337     public void onCreateOutgoingConferenceFailed(  in onCreateOutgoingConferenceFailed()
 [all …]
 
 | 
| D | RemoteConnectionService.java | 572             PhoneAccountHandle connectionManagerPhoneAccount,  in createRemoteConnection()636             PhoneAccountHandle connectionManagerPhoneAccount,  in createRemoteConference()
 
 | 
| /frameworks/base/telecomm/java/com/android/internal/telecom/ | 
| D | IConnectionService.aidl | 46             in PhoneAccountHandle connectionManagerPhoneAccount,  in createConnection()55     void createConnectionFailed(in PhoneAccountHandle connectionManagerPhoneAccount, String callId,  in createConnectionFailed()
 59             in PhoneAccountHandle connectionManagerPhoneAccount,  in createConference()
 68     void createConferenceFailed(in PhoneAccountHandle connectionManagerPhoneAccount, String callId,  in createConferenceFailed()
 
 |