/cts/tests/tests/telecom/src/android/telecom/cts/ |
D | CtsConnectionService.java | 86 public Connection onCreateOutgoingConnection(PhoneAccountHandle connectionManagerPhoneAccount, in onCreateOutgoingConnection() argument 91 connectionManagerPhoneAccount, request); in onCreateOutgoingConnection() 99 public Connection onCreateIncomingConnection(PhoneAccountHandle connectionManagerPhoneAccount, in onCreateIncomingConnection() argument 104 connectionManagerPhoneAccount, request); in onCreateIncomingConnection() 112 public void onCreateIncomingConnectionFailed(PhoneAccountHandle connectionManagerPhoneAccount, in onCreateIncomingConnectionFailed() argument 115 sConnectionService.onCreateIncomingConnectionFailed(connectionManagerPhoneAccount, in onCreateIncomingConnectionFailed() 121 public Conference onCreateOutgoingConference(PhoneAccountHandle connectionManagerPhoneAccount, in onCreateOutgoingConference() argument 125 return sConnectionService.onCreateOutgoingConference(connectionManagerPhoneAccount, in onCreateOutgoingConference() 134 public void onCreateOutgoingConferenceFailed(PhoneAccountHandle connectionManagerPhoneAccount, in onCreateOutgoingConferenceFailed() argument 138 sConnectionService.onCreateOutgoingConferenceFailed(connectionManagerPhoneAccount, in onCreateOutgoingConferenceFailed() [all …]
|
D | MockConnectionService.java | 79 public Connection onCreateOutgoingConnection(PhoneAccountHandle connectionManagerPhoneAccount, in onCreateOutgoingConnection() argument 83 connection.setMockPhoneAccountHandle(connectionManagerPhoneAccount); in onCreateOutgoingConnection() 110 public Connection onCreateIncomingConnection(PhoneAccountHandle connectionManagerPhoneAccount, in onCreateIncomingConnection() argument 152 public void onCreateIncomingConnectionFailed(PhoneAccountHandle connectionManagerPhoneAccount, in onCreateIncomingConnectionFailed() argument 156 connection.setPhoneAccountHandle(connectionManagerPhoneAccount); in onCreateIncomingConnectionFailed() 181 public Conference onCreateOutgoingConference(PhoneAccountHandle connectionManagerPhoneAccount, in onCreateOutgoingConference() argument 183 final Connection connection = onCreateOutgoingConnection(connectionManagerPhoneAccount, in onCreateOutgoingConference() 185 final MockConference conference = new MockConference(connectionManagerPhoneAccount); in onCreateOutgoingConference() 194 public void onCreateOutgoingConferenceFailed(PhoneAccountHandle connectionManagerPhoneAccount, in onCreateOutgoingConferenceFailed() argument 196 final MockConference conference = new MockConference(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()
|
D | ExternalCallTest.java | 48 PhoneAccountHandle connectionManagerPhoneAccount, in setUp() 51 connectionManagerPhoneAccount, in setUp()
|
D | NumberDialingTest.java | 49 PhoneAccountHandle connectionManagerPhoneAccount, in testEndInPound()
|
D | RemoteConferenceTest.java | 483 PhoneAccountHandle connectionManagerPhoneAccount, in addRemoteConnectionOutgoingCalls() 486 connectionManagerPhoneAccount, request); in addRemoteConnectionOutgoingCalls() 543 PhoneAccountHandle connectionManagerPhoneAccount, in addRemoteConnectionOutgoingCalls() 546 connectionManagerPhoneAccount, in addRemoteConnectionOutgoingCalls()
|
D | IncomingCallTest.java | 230 PhoneAccountHandle connectionManagerPhoneAccount, in testAddNewIncomingCallVoipState() 233 connectionManagerPhoneAccount, in testAddNewIncomingCallVoipState()
|
D | CtsSelfManagedConnectionService.java | 100 public Connection onCreateIncomingConnection(PhoneAccountHandle connectionManagerPhoneAccount, in onCreateIncomingConnection() argument
|
D | RemoteConnectionTest.java | 1203 PhoneAccountHandle connectionManagerPhoneAccount, in addRemoteConnectionOutgoingCall() 1206 connectionManagerPhoneAccount, request); in addRemoteConnectionOutgoingCall() 1237 PhoneAccountHandle connectionManagerPhoneAccount, in addRemoteConnectionIncomingCall() 1240 connectionManagerPhoneAccount, request); in addRemoteConnectionIncomingCall()
|
D | ConferenceTest.java | 455 PhoneAccountHandle connectionManagerPhoneAccount, in addOutgoingCalls() 458 connectionManagerPhoneAccount, in addOutgoingCalls()
|
D | CallDetailsTest.java | 93 PhoneAccountHandle connectionManagerPhoneAccount, in setUp() 96 connectionManagerPhoneAccount, in setUp()
|
/cts/hostsidetests/devicepolicy/app/ManagedProfile/src/com/android/cts/managedprofile/ |
D | DummyConnectionService.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
|