/cts/tests/tests/telecom-apps/Utils/src/android/telecom/cts/apps/ |
D | ManagedConnection.java | 111 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()
|
D | VoipConnection.java | 123 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()
|
D | TransactionalCall.java | 131 public void onAnswer(int videoState, @NonNull Consumer<Boolean> wasCompleted) {
|
/cts/hostsidetests/devicepolicy/app/ManagedProfile/src/com/android/cts/managedprofile/ |
D | TestConnectionService.java | 74 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/ |
D | CtsConnection.java | 53 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()
|
D | SelfManagedIncomingCallTestActivity.java | 68 void onAnswer(CtsConnection connection, int videoState) {
|
D | CallSwitchingAudioTestActivity.java | 76 connection.onAnswer(0);
|
/cts/tests/tests/telecom/src/android/telecom/cts/ |
D | MockConnection.java | 71 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()
|
D | SelfManagedConnection.java | 75 public void onAnswer(int videoState) { in onAnswer() method in SelfManagedConnection 81 public void onAnswer() { in onAnswer() method in SelfManagedConnection
|
D | MockConference.java | 181 public void onAnswer(int videoState) { in onAnswer() method in MockConference 182 super.onAnswer(videoState); in onAnswer()
|
D | TelecomCtsVoipCall.java | 73 public void onAnswer(int videoState, @NonNull Consumer<Boolean> wasCompleted) {
|
D | TransactionalApisTest.java | 170 public void onAnswer(int videoState, @NonNull Consumer<Boolean> wasCompleted) {
|
/cts/common/device-side/bedstead/remoteframeworkclasses/java/apis/ |
D | current.txt | 42473 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();
|