Home
last modified time | relevance | path

Searched refs:onAnswer (Results 1 – 5 of 5) sorted by relevance

/cts/hostsidetests/devicepolicy/app/ManagedProfile/src/com/android/cts/managedprofile/
DTestConnectionService.java74 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/
DCtsConnection.java48 void onAnswer(CtsConnection connection, int videoState) { }; in onAnswer() method in CtsConnection.Listener
111 public void onAnswer(int videoState) { in onAnswer() method in CtsConnection
120 mListener.forEach(l -> l.onAnswer(CtsConnection.this, videoState)); in onAnswer()
125 public void onAnswer() { in onAnswer() method in CtsConnection
126 onAnswer(VideoProfile.STATE_AUDIO_ONLY); in onAnswer()
DSelfManagedIncomingCallTestActivity.java62 void onAnswer(CtsConnection connection, int videoState) {
/cts/tests/tests/telecom/src/android/telecom/cts/
DMockConnection.java67 public void onAnswer() { in onAnswer() method in MockConnection
68 super.onAnswer(); in onAnswer()
75 public void onAnswer(int videoState) { in onAnswer() method in MockConnection
76 super.onAnswer(videoState); in onAnswer()
DMockConference.java178 public void onAnswer(int videoState) { in onAnswer() method in MockConference
179 super.onAnswer(videoState); in onAnswer()