Home | History | Annotate | Download | only in telecom

Lines Matching refs:onAnswer

62  * Basic call support requires overriding the following methods: {@link #onAnswer()},
70 * {@code CAPABILITY_SUPPORTS_VT_*} capability bits), {@link #onAnswer(int)} should be overridden
2257 public void onAnswer(int videoState) {}
2263 public void onAnswer() {
2264 onAnswer(VideoProfile.STATE_AUDIO_ONLY);