Searched refs:onAnswer (Results 1 - 5 of 5) 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
H A DSimulatedCommands.java744 success = simulatedCallState.onAnswer();
/frameworks/base/telecomm/java/android/telecom/
H A DConnection.java62 * Basic call support requires overriding the following methods: {@link #onAnswer()},
70 * {@code CAPABILITY_SUPPORTS_VT_*} capability bits), {@link #onAnswer(int)} should be overridden
2315 public void onAnswer(int videoState) {} method in class:Connection
2321 public void onAnswer() { method in class:Connection
2322 onAnswer(VideoProfile.STATE_AUDIO_ONLY);
H A DConnectionService.java805 findConnectionForAction(callId, "answer").onAnswer(videoState);
810 findConnectionForAction(callId, "answer").onAnswer();

Completed in 111 milliseconds