Home
last modified time | relevance | path

Searched refs:connectionManagerPhoneAccount (Results 1 – 14 of 14) sorted by relevance

/cts/tests/tests/telecom/src/android/telecom/cts/
DCtsConnectionService.java87 public Connection onCreateOutgoingConnection(PhoneAccountHandle connectionManagerPhoneAccount, in onCreateOutgoingConnection() argument
92 connectionManagerPhoneAccount, request); in onCreateOutgoingConnection()
102 public Connection onCreateIncomingConnection(PhoneAccountHandle connectionManagerPhoneAccount, in onCreateIncomingConnection() argument
107 connectionManagerPhoneAccount, request); in onCreateIncomingConnection()
117 public void onCreateIncomingConnectionFailed(PhoneAccountHandle connectionManagerPhoneAccount, in onCreateIncomingConnectionFailed() argument
120 sConnectionService.onCreateIncomingConnectionFailed(connectionManagerPhoneAccount, in onCreateIncomingConnectionFailed()
129 public Conference onCreateOutgoingConference(PhoneAccountHandle connectionManagerPhoneAccount, in onCreateOutgoingConference() argument
133 return sConnectionService.onCreateOutgoingConference(connectionManagerPhoneAccount, in onCreateOutgoingConference()
144 public void onCreateOutgoingConferenceFailed(PhoneAccountHandle connectionManagerPhoneAccount, in onCreateOutgoingConferenceFailed() argument
148 sConnectionService.onCreateOutgoingConferenceFailed(connectionManagerPhoneAccount, in onCreateOutgoingConferenceFailed()
[all …]
DCtsRemoteConnectionService.java91 public Connection onCreateOutgoingConnection(PhoneAccountHandle connectionManagerPhoneAccount, in onCreateOutgoingConnection() argument
96 connectionManagerPhoneAccount, request); in onCreateOutgoingConnection()
99 connectionManagerPhoneAccount, request); in onCreateOutgoingConnection()
105 public Connection onCreateIncomingConnection(PhoneAccountHandle connectionManagerPhoneAccount, in onCreateIncomingConnection() argument
110 connectionManagerPhoneAccount, request); in onCreateIncomingConnection()
113 connectionManagerPhoneAccount, request); in onCreateIncomingConnection()
119 public Conference onCreateOutgoingConference(PhoneAccountHandle connectionManagerPhoneAccount, in onCreateOutgoingConference() argument
124 connectionManagerPhoneAccount, request); in onCreateOutgoingConference()
127 connectionManagerPhoneAccount, request); in onCreateOutgoingConference()
134 public Conference onCreateIncomingConference(PhoneAccountHandle connectionManagerPhoneAccount, in onCreateIncomingConference() argument
[all …]
DMockConnectionService.java80 public Connection onCreateOutgoingConnection(PhoneAccountHandle connectionManagerPhoneAccount, in onCreateOutgoingConnection() argument
84 connection.setMockPhoneAccountHandle(connectionManagerPhoneAccount); in onCreateOutgoingConnection()
112 public Connection onCreateIncomingConnection(PhoneAccountHandle connectionManagerPhoneAccount, in onCreateIncomingConnection() argument
155 public void onCreateIncomingConnectionFailed(PhoneAccountHandle connectionManagerPhoneAccount, in onCreateIncomingConnectionFailed() argument
159 connection.setPhoneAccountHandle(connectionManagerPhoneAccount); in onCreateIncomingConnectionFailed()
185 public Conference onCreateOutgoingConference(PhoneAccountHandle connectionManagerPhoneAccount, in onCreateOutgoingConference() argument
187 final Connection connection = onCreateOutgoingConnection(connectionManagerPhoneAccount, in onCreateOutgoingConference()
189 final MockConference conference = new MockConference(connectionManagerPhoneAccount); in onCreateOutgoingConference()
198 public void onCreateOutgoingConferenceFailed(PhoneAccountHandle connectionManagerPhoneAccount, in onCreateOutgoingConferenceFailed() argument
200 final MockConference conference = new MockConference(connectionManagerPhoneAccount); in onCreateOutgoingConferenceFailed()
[all …]
DExternalCallTest.java48 PhoneAccountHandle connectionManagerPhoneAccount, in setUp()
51 connectionManagerPhoneAccount, in setUp()
DNumberDialingTest.java49 PhoneAccountHandle connectionManagerPhoneAccount, in testEndInPound()
DRemoteConferenceTest.java534 PhoneAccountHandle connectionManagerPhoneAccount, in addRemoteConnectionOutgoingCalls()
537 connectionManagerPhoneAccount, request); in addRemoteConnectionOutgoingCalls()
594 PhoneAccountHandle connectionManagerPhoneAccount, in addRemoteConnectionOutgoingCalls()
597 connectionManagerPhoneAccount, in addRemoteConnectionOutgoingCalls()
DRemoteConnectionTest.java149 PhoneAccountHandle connectionManagerPhoneAccount, in testRemoteIncomingConference()
152 connectionManagerPhoneAccount, request); in testRemoteIncomingConference()
193 PhoneAccountHandle connectionManagerPhoneAccount, in testRemoteOutgoingConference()
196 connectionManagerPhoneAccount, request); in testRemoteOutgoingConference()
1315 PhoneAccountHandle connectionManagerPhoneAccount, in addRemoteConnectionOutgoingCall()
1318 connectionManagerPhoneAccount, request); in addRemoteConnectionOutgoingCall()
1349 PhoneAccountHandle connectionManagerPhoneAccount, in addRemoteConnectionIncomingCall()
1352 connectionManagerPhoneAccount, request); in addRemoteConnectionIncomingCall()
DIncomingCallTest.java232 PhoneAccountHandle connectionManagerPhoneAccount, in testAddNewIncomingCallVoipState()
235 connectionManagerPhoneAccount, in testAddNewIncomingCallVoipState()
DCtsSelfManagedConnectionService.java100 public Connection onCreateIncomingConnection(PhoneAccountHandle connectionManagerPhoneAccount, in onCreateIncomingConnection() argument
DConferenceTest.java516 PhoneAccountHandle connectionManagerPhoneAccount, in addOutgoingCalls()
519 connectionManagerPhoneAccount, in addOutgoingCalls()
DCallDetailsTest.java97 PhoneAccountHandle connectionManagerPhoneAccount, in setUp()
100 connectionManagerPhoneAccount, in setUp()
/cts/hostsidetests/devicepolicy/app/ManagedProfile/src/com/android/cts/managedprofile/
DTestConnectionService.java38 public Connection onCreateOutgoingConnection(PhoneAccountHandle connectionManagerPhoneAccount, in onCreateOutgoingConnection() argument
48 public Connection onCreateIncomingConnection(PhoneAccountHandle connectionManagerPhoneAccount, in onCreateIncomingConnection() argument
/cts/apps/CtsVerifier/src/com/android/cts/verifier/telecom/
DCtsSelfManagedConnectionService.java80 public Connection onCreateIncomingConnection(PhoneAccountHandle connectionManagerPhoneAccount, in onCreateIncomingConnection() argument
DCtsConnectionService.java113 public Connection onCreateIncomingConnection(PhoneAccountHandle connectionManagerPhoneAccount, in onCreateIncomingConnection() argument