Searched defs:onAnswer (Results 1 - 3 of 3) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/test/
H A DModelInterpreter.java443 onAnswer() throws InterpreterEx method in class:ModelInterpreter
447 success = mSimulatedCallState.onAnswer();
459 success = mSimulatedCallState.onAnswer();
535 onAnswer();
H A DSimulatedGsmCallState.java358 onAnswer() { method in class:SimulatedGsmCallState
/frameworks/base/telecomm/java/android/telecom/
H A DConnection.java73 * 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) {} method in class:Connection
2770 public void onAnswer() { method in class:Connection
2771 onAnswer(VideoProfile.STATE_AUDIO_ONLY);

Completed in 70 milliseconds