Home
last modified time | relevance | path

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

/cts/tests/tests/telecom/src/android/telecom/cts/
DCtsRemoteConnectionService.java94 public Connection onCreateOutgoingConnection(PhoneAccountHandle connectionManagerPhoneAccount, in onCreateOutgoingConnection() argument
100 connectionManagerPhoneAccount, request); in onCreateOutgoingConnection()
103 connectionManagerPhoneAccount, request); in onCreateOutgoingConnection()
109 public Connection onCreateIncomingConnection(PhoneAccountHandle connectionManagerPhoneAccount, in onCreateIncomingConnection() argument
115 connectionManagerPhoneAccount, request); in onCreateIncomingConnection()
118 connectionManagerPhoneAccount, request); in onCreateIncomingConnection()
124 public Conference onCreateOutgoingConference(PhoneAccountHandle connectionManagerPhoneAccount, in onCreateOutgoingConference() argument
130 connectionManagerPhoneAccount, request); in onCreateOutgoingConference()
133 connectionManagerPhoneAccount, request); in onCreateOutgoingConference()
140 public Conference onCreateIncomingConference(PhoneAccountHandle connectionManagerPhoneAccount, in onCreateIncomingConference() argument
[all …]
DCtsConnectionService.java87 public Connection onCreateOutgoingConnection(PhoneAccountHandle connectionManagerPhoneAccount, in onCreateOutgoingConnection() argument
91 return testImpl.onCreateOutgoingConnection(connectionManagerPhoneAccount, request); in onCreateOutgoingConnection()
100 public Connection onCreateIncomingConnection(PhoneAccountHandle connectionManagerPhoneAccount, in onCreateIncomingConnection() argument
104 return testImpl.onCreateIncomingConnection(connectionManagerPhoneAccount, request); in onCreateIncomingConnection()
113 public void onCreateIncomingConnectionFailed(PhoneAccountHandle connectionManagerPhoneAccount, in onCreateIncomingConnectionFailed() argument
117 testImpl.onCreateIncomingConnectionFailed(connectionManagerPhoneAccount, request); in onCreateIncomingConnectionFailed()
125 public Conference onCreateOutgoingConference(PhoneAccountHandle connectionManagerPhoneAccount, in onCreateOutgoingConference() argument
129 return testImpl.onCreateOutgoingConference(connectionManagerPhoneAccount, request); in onCreateOutgoingConference()
138 public void onCreateOutgoingConferenceFailed(PhoneAccountHandle connectionManagerPhoneAccount, in onCreateOutgoingConferenceFailed() argument
142 testImpl.onCreateOutgoingConferenceFailed(connectionManagerPhoneAccount, request); in onCreateOutgoingConferenceFailed()
[all …]
DMockConnectionService.java81 public Connection onCreateOutgoingConnection(PhoneAccountHandle connectionManagerPhoneAccount, in onCreateOutgoingConnection() argument
85 connection.setMockPhoneAccountHandle(connectionManagerPhoneAccount); in onCreateOutgoingConnection()
118 public Connection onCreateIncomingConnection(PhoneAccountHandle connectionManagerPhoneAccount, in onCreateIncomingConnection() argument
161 public void onCreateIncomingConnectionFailed(PhoneAccountHandle connectionManagerPhoneAccount, in onCreateIncomingConnectionFailed() argument
165 connection.setPhoneAccountHandle(connectionManagerPhoneAccount); in onCreateIncomingConnectionFailed()
191 public Conference onCreateOutgoingConference(PhoneAccountHandle connectionManagerPhoneAccount, in onCreateOutgoingConference() argument
193 final Connection connection = onCreateOutgoingConnection(connectionManagerPhoneAccount, in onCreateOutgoingConference()
195 final MockConference conference = new MockConference(connectionManagerPhoneAccount); in onCreateOutgoingConference()
204 public void onCreateOutgoingConferenceFailed(PhoneAccountHandle connectionManagerPhoneAccount, in onCreateOutgoingConferenceFailed() argument
206 final MockConference conference = new MockConference(connectionManagerPhoneAccount); in onCreateOutgoingConferenceFailed()
[all …]
DNumberDialingTest.java49 PhoneAccountHandle connectionManagerPhoneAccount, in testEndInPound()
DExternalCallTest.java51 PhoneAccountHandle connectionManagerPhoneAccount, in setUp()
54 connectionManagerPhoneAccount, in setUp()
DRemoteConnectionTest.java195 PhoneAccountHandle connectionManagerPhoneAccount, in testRemoteIncomingConference()
198 connectionManagerPhoneAccount, request); in testRemoteIncomingConference()
240 PhoneAccountHandle connectionManagerPhoneAccount, in testRemoteOutgoingConference()
243 connectionManagerPhoneAccount, request); in testRemoteOutgoingConference()
1366 PhoneAccountHandle connectionManagerPhoneAccount, in addRemoteConnectionOutgoingCall()
1369 connectionManagerPhoneAccount, request); in addRemoteConnectionOutgoingCall()
1405 PhoneAccountHandle connectionManagerPhoneAccount, in addRemoteConnectionOutgoingEmergencyCall()
1408 connectionManagerPhoneAccount, request); in addRemoteConnectionOutgoingEmergencyCall()
1444 PhoneAccountHandle connectionManagerPhoneAccount, in addRemoteConnectionIncomingCall()
1447 connectionManagerPhoneAccount, request); in addRemoteConnectionIncomingCall()
DRemoteConferenceTest.java543 PhoneAccountHandle connectionManagerPhoneAccount, in addRemoteConnectionOutgoingCalls()
546 connectionManagerPhoneAccount, request); in addRemoteConnectionOutgoingCalls()
603 PhoneAccountHandle connectionManagerPhoneAccount, in addRemoteConnectionOutgoingCalls()
606 connectionManagerPhoneAccount, in addRemoteConnectionOutgoingCalls()
DCtsSelfManagedConnectionService.java96 public Connection onCreateIncomingConnection(PhoneAccountHandle connectionManagerPhoneAccount, in onCreateIncomingConnection() argument
DIncomingCallTest.java289 PhoneAccountHandle connectionManagerPhoneAccount, in testAddNewIncomingCallVoipState()
292 connectionManagerPhoneAccount, in testAddNewIncomingCallVoipState()
DConferenceTest.java550 PhoneAccountHandle connectionManagerPhoneAccount, in addOutgoingCalls()
553 connectionManagerPhoneAccount, in addOutgoingCalls()
DCallDetailsTest.java109 PhoneAccountHandle connectionManagerPhoneAccount, in setUp()
112 connectionManagerPhoneAccount, in setUp()
/cts/tests/tests/telecom-apps/ManagedConnectionService/src/android/telecom/cts/apps/managedapp/
DManagedConnectionService.java48 public Connection onCreateOutgoingConnection(PhoneAccountHandle connectionManagerPhoneAccount, in onCreateOutgoingConnection() argument
51 connectionManagerPhoneAccount, request)); in onCreateOutgoingConnection()
56 public void onCreateOutgoingConnectionFailed(PhoneAccountHandle connectionManagerPhoneAccount, in onCreateOutgoingConnectionFailed() argument
59 connectionManagerPhoneAccount, request)); in onCreateOutgoingConnectionFailed()
60 super.onCreateOutgoingConnectionFailed(connectionManagerPhoneAccount, request); in onCreateOutgoingConnectionFailed()
64 public Connection onCreateIncomingConnection(PhoneAccountHandle connectionManagerPhoneAccount, in onCreateIncomingConnection() argument
67 connectionManagerPhoneAccount, request)); in onCreateIncomingConnection()
72 public void onCreateIncomingConnectionFailed(PhoneAccountHandle connectionManagerPhoneAccount, in onCreateIncomingConnectionFailed() argument
75 connectionManagerPhoneAccount, request)); in onCreateIncomingConnectionFailed()
76 super.onCreateIncomingConnectionFailed(connectionManagerPhoneAccount, request); in onCreateIncomingConnectionFailed()
/cts/tests/tests/telecom-apps/ConnectionServiceVoipAppMain/src/android/telecom/cts/apps/connectionservicevoipappmain/
DVoipConnectionServiceMain.java48 public Connection onCreateOutgoingConnection(PhoneAccountHandle connectionManagerPhoneAccount, in onCreateOutgoingConnection() argument
51 connectionManagerPhoneAccount, request)); in onCreateOutgoingConnection()
56 public void onCreateOutgoingConnectionFailed(PhoneAccountHandle connectionManagerPhoneAccount, in onCreateOutgoingConnectionFailed() argument
59 connectionManagerPhoneAccount, request)); in onCreateOutgoingConnectionFailed()
60 super.onCreateOutgoingConnectionFailed(connectionManagerPhoneAccount, request); in onCreateOutgoingConnectionFailed()
64 public Connection onCreateIncomingConnection(PhoneAccountHandle connectionManagerPhoneAccount, in onCreateIncomingConnection() argument
67 connectionManagerPhoneAccount, request)); in onCreateIncomingConnection()
72 public void onCreateIncomingConnectionFailed(PhoneAccountHandle connectionManagerPhoneAccount, in onCreateIncomingConnectionFailed() argument
75 connectionManagerPhoneAccount, request)); in onCreateIncomingConnectionFailed()
76 super.onCreateIncomingConnectionFailed(connectionManagerPhoneAccount, request); in onCreateIncomingConnectionFailed()
/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/tests/tests/mediacujtest/common/src/android/media/cujcommon/cts/
DCallNotificationService.java32 public Connection onCreateIncomingConnection(PhoneAccountHandle connectionManagerPhoneAccount, in onCreateIncomingConnection() argument
/cts/apps/CtsVerifier/src/com/android/cts/verifier/telecom/
DCtsSelfManagedConnectionService.java83 public Connection onCreateIncomingConnection(PhoneAccountHandle connectionManagerPhoneAccount, in onCreateIncomingConnection() argument
DCtsConnectionService.java116 public Connection onCreateIncomingConnection(PhoneAccountHandle connectionManagerPhoneAccount, in onCreateIncomingConnection() argument