Home | History | Annotate | Download | only in telecom

Lines Matching defs:onAnswer

73  * Basic call support requires overriding the following methods: {@link #onAnswer()},
81 * {@code CAPABILITY_SUPPORTS_VT_*} capability bits), {@link #onAnswer(int)} should be overridden
2750 public void onAnswer(int videoState) {}
2770 public void onAnswer() {
2771 onAnswer(VideoProfile.STATE_AUDIO_ONLY);