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.java86 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 …]
DMockConnectionService.java79 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 …]
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()
DExternalCallTest.java48 PhoneAccountHandle connectionManagerPhoneAccount, in setUp()
51 connectionManagerPhoneAccount, in setUp()
DNumberDialingTest.java49 PhoneAccountHandle connectionManagerPhoneAccount, in testEndInPound()
DRemoteConferenceTest.java483 PhoneAccountHandle connectionManagerPhoneAccount, in addRemoteConnectionOutgoingCalls()
486 connectionManagerPhoneAccount, request); in addRemoteConnectionOutgoingCalls()
543 PhoneAccountHandle connectionManagerPhoneAccount, in addRemoteConnectionOutgoingCalls()
546 connectionManagerPhoneAccount, in addRemoteConnectionOutgoingCalls()
DIncomingCallTest.java230 PhoneAccountHandle connectionManagerPhoneAccount, in testAddNewIncomingCallVoipState()
233 connectionManagerPhoneAccount, in testAddNewIncomingCallVoipState()
DCtsSelfManagedConnectionService.java100 public Connection onCreateIncomingConnection(PhoneAccountHandle connectionManagerPhoneAccount, in onCreateIncomingConnection() argument
DRemoteConnectionTest.java1203 PhoneAccountHandle connectionManagerPhoneAccount, in addRemoteConnectionOutgoingCall()
1206 connectionManagerPhoneAccount, request); in addRemoteConnectionOutgoingCall()
1237 PhoneAccountHandle connectionManagerPhoneAccount, in addRemoteConnectionIncomingCall()
1240 connectionManagerPhoneAccount, request); in addRemoteConnectionIncomingCall()
DConferenceTest.java455 PhoneAccountHandle connectionManagerPhoneAccount, in addOutgoingCalls()
458 connectionManagerPhoneAccount, in addOutgoingCalls()
DCallDetailsTest.java93 PhoneAccountHandle connectionManagerPhoneAccount, in setUp()
96 connectionManagerPhoneAccount, in setUp()
/cts/hostsidetests/devicepolicy/app/ManagedProfile/src/com/android/cts/managedprofile/
DDummyConnectionService.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