Home
last modified time | relevance | path

Searched refs:onCreateOutgoingConference (Results 1 – 4 of 4) sorted by relevance

/cts/tests/tests/telecom/src/android/telecom/cts/
DCtsRemoteConnectionService.java119 public Conference onCreateOutgoingConference(PhoneAccountHandle connectionManagerPhoneAccount, in onCreateOutgoingConference() method in CtsRemoteConnectionService
123 return sConnectionService.onCreateOutgoingConference( in onCreateOutgoingConference()
126 return mMockConnectionService.onCreateOutgoingConference( in onCreateOutgoingConference()
DCtsConnectionService.java129 public Conference onCreateOutgoingConference(PhoneAccountHandle connectionManagerPhoneAccount, in onCreateOutgoingConference() method in CtsConnectionService
133 return sConnectionService.onCreateOutgoingConference(connectionManagerPhoneAccount, in onCreateOutgoingConference()
DMockConnectionService.java185 public Conference onCreateOutgoingConference(PhoneAccountHandle connectionManagerPhoneAccount, in onCreateOutgoingConference() method in MockConnectionService
DRemoteConnectionTest.java192 public Conference onCreateOutgoingConference( in testRemoteOutgoingConference()