/cts/tests/tests/telecom/src/android/telecom/cts/ |
D | CtsConnectionService.java | 87 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 …]
|
D | CtsRemoteConnectionService.java | 91 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 …]
|
D | MockConnectionService.java | 80 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 …]
|
D | ExternalCallTest.java | 48 PhoneAccountHandle connectionManagerPhoneAccount, in setUp() 51 connectionManagerPhoneAccount, in setUp()
|
D | NumberDialingTest.java | 49 PhoneAccountHandle connectionManagerPhoneAccount, in testEndInPound()
|
D | IncomingCallTest.java | 232 PhoneAccountHandle connectionManagerPhoneAccount, in testAddNewIncomingCallVoipState() 235 connectionManagerPhoneAccount, in testAddNewIncomingCallVoipState()
|
D | RemoteConferenceTest.java | 534 PhoneAccountHandle connectionManagerPhoneAccount, in addRemoteConnectionOutgoingCalls() 537 connectionManagerPhoneAccount, request); in addRemoteConnectionOutgoingCalls() 594 PhoneAccountHandle connectionManagerPhoneAccount, in addRemoteConnectionOutgoingCalls() 597 connectionManagerPhoneAccount, in addRemoteConnectionOutgoingCalls()
|
D | RemoteConnectionTest.java | 149 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()
|
D | CtsSelfManagedConnectionService.java | 100 public Connection onCreateIncomingConnection(PhoneAccountHandle connectionManagerPhoneAccount, in onCreateIncomingConnection() argument
|
D | ConferenceTest.java | 516 PhoneAccountHandle connectionManagerPhoneAccount, in addOutgoingCalls() 519 connectionManagerPhoneAccount, in addOutgoingCalls()
|
D | CallDetailsTest.java | 97 PhoneAccountHandle connectionManagerPhoneAccount, in setUp() 100 connectionManagerPhoneAccount, in setUp()
|
/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/apps/CtsVerifier/src/com/android/cts/verifier/telecom/ |
D | CtsSelfManagedConnectionService.java | 80 public Connection onCreateIncomingConnection(PhoneAccountHandle connectionManagerPhoneAccount, in onCreateIncomingConnection() argument
|
D | CtsConnectionService.java | 113 public Connection onCreateIncomingConnection(PhoneAccountHandle connectionManagerPhoneAccount, in onCreateIncomingConnection() argument
|