/cts/tests/tests/telecom/src/android/telecom/cts/ |
D | CtsRemoteConnectionService.java | 94 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 …]
|
D | CtsConnectionService.java | 87 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 …]
|
D | MockConnectionService.java | 81 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 …]
|
D | NumberDialingTest.java | 49 PhoneAccountHandle connectionManagerPhoneAccount, in testEndInPound()
|
D | ExternalCallTest.java | 51 PhoneAccountHandle connectionManagerPhoneAccount, in setUp() 54 connectionManagerPhoneAccount, in setUp()
|
D | RemoteConnectionTest.java | 195 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()
|
D | RemoteConferenceTest.java | 543 PhoneAccountHandle connectionManagerPhoneAccount, in addRemoteConnectionOutgoingCalls() 546 connectionManagerPhoneAccount, request); in addRemoteConnectionOutgoingCalls() 603 PhoneAccountHandle connectionManagerPhoneAccount, in addRemoteConnectionOutgoingCalls() 606 connectionManagerPhoneAccount, in addRemoteConnectionOutgoingCalls()
|
D | CtsSelfManagedConnectionService.java | 96 public Connection onCreateIncomingConnection(PhoneAccountHandle connectionManagerPhoneAccount, in onCreateIncomingConnection() argument
|
D | IncomingCallTest.java | 289 PhoneAccountHandle connectionManagerPhoneAccount, in testAddNewIncomingCallVoipState() 292 connectionManagerPhoneAccount, in testAddNewIncomingCallVoipState()
|
D | ConferenceTest.java | 550 PhoneAccountHandle connectionManagerPhoneAccount, in addOutgoingCalls() 553 connectionManagerPhoneAccount, in addOutgoingCalls()
|
D | CallDetailsTest.java | 109 PhoneAccountHandle connectionManagerPhoneAccount, in setUp() 112 connectionManagerPhoneAccount, in setUp()
|
/cts/tests/tests/telecom-apps/ManagedConnectionService/src/android/telecom/cts/apps/managedapp/ |
D | ManagedConnectionService.java | 48 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/ |
D | VoipConnectionServiceMain.java | 48 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/ |
D | TestConnectionService.java | 38 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/ |
D | CallNotificationService.java | 32 public Connection onCreateIncomingConnection(PhoneAccountHandle connectionManagerPhoneAccount, in onCreateIncomingConnection() argument
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/telecom/ |
D | CtsSelfManagedConnectionService.java | 83 public Connection onCreateIncomingConnection(PhoneAccountHandle connectionManagerPhoneAccount, in onCreateIncomingConnection() argument
|
D | CtsConnectionService.java | 116 public Connection onCreateIncomingConnection(PhoneAccountHandle connectionManagerPhoneAccount, in onCreateIncomingConnection() argument
|