Home
last modified time | relevance | path

Searched refs:onAnswer (Results 1 – 13 of 13) sorted by relevance

/cts/tests/tests/telecom-apps/Utils/src/android/telecom/cts/apps/
DManagedConnection.java111 public void onAnswer(int videoState) { in onAnswer() method in ManagedConnection
114 super.onAnswer(videoState); in onAnswer()
118 public void onAnswer() { in onAnswer() method in ManagedConnection
119 onAnswer(VideoProfile.STATE_AUDIO_ONLY); in onAnswer()
DVoipConnection.java123 public void onAnswer(int videoState) { in onAnswer() method in VoipConnection
128 super.onAnswer(videoState); in onAnswer()
132 public void onAnswer() { in onAnswer() method in VoipConnection
135 onAnswer(VideoProfile.STATE_AUDIO_ONLY); in onAnswer()
DTransactionalCall.java131 public void onAnswer(int videoState, @NonNull Consumer<Boolean> wasCompleted) {
/cts/hostsidetests/devicepolicy/app/ManagedProfile/src/com/android/cts/managedprofile/
DTestConnectionService.java74 public void onAnswer() { in onAnswer() method in TestConnectionService.TestConnection
75 super.onAnswer(); in onAnswer()
79 public void onAnswer(int videoState) { in onAnswer() method in TestConnectionService.TestConnection
80 super.onAnswer(videoState); in onAnswer()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/telecom/
DCtsConnection.java53 void onAnswer(CtsConnection connection, int videoState) { }; in onAnswer() method in CtsConnection.Listener
126 public void onAnswer(int videoState) { in onAnswer() method in CtsConnection
136 mListener.forEach(l -> l.onAnswer(CtsConnection.this, videoState)); in onAnswer()
141 public void onAnswer() { in onAnswer() method in CtsConnection
142 onAnswer(VideoProfile.STATE_AUDIO_ONLY); in onAnswer()
DSelfManagedIncomingCallTestActivity.java68 void onAnswer(CtsConnection connection, int videoState) {
DCallSwitchingAudioTestActivity.java76 connection.onAnswer(0);
/cts/tests/tests/telecom/src/android/telecom/cts/
DMockConnection.java71 public void onAnswer() { in onAnswer() method in MockConnection
72 super.onAnswer(); in onAnswer()
79 public void onAnswer(int videoState) { in onAnswer() method in MockConnection
80 super.onAnswer(videoState); in onAnswer()
DSelfManagedConnection.java75 public void onAnswer(int videoState) { in onAnswer() method in SelfManagedConnection
81 public void onAnswer() { in onAnswer() method in SelfManagedConnection
DMockConference.java181 public void onAnswer(int videoState) { in onAnswer() method in MockConference
182 super.onAnswer(videoState); in onAnswer()
DTelecomCtsVoipCall.java73 public void onAnswer(int videoState, @NonNull Consumer<Boolean> wasCompleted) {
DTransactionalApisTest.java170 public void onAnswer(int videoState, @NonNull Consumer<Boolean> wasCompleted) {
/cts/common/device-side/bedstead/remoteframeworkclasses/java/apis/
Dcurrent.txt42473 method public void onAnswer(int, @NonNull java.util.function.Consumer<java.lang.Boolean>);
42597 method public void onAnswer(int);
42670 method public void onAnswer(int);
42671 method public void onAnswer();