Home
last modified time | relevance | path

Searched defs:onAnswer (Results 1 – 25 of 381) sorted by relevance

12345678910>>...16

/aosp_15_r20/cts/apps/CtsVerifier/src/com/android/cts/verifier/telecom/
H A DCtsConnection.java53 void onAnswer(CtsConnection connection, int videoState) { }; in onAnswer() method in CtsConnection.Listener
126 public void onAnswer(int videoState) { in onAnswer() method in CtsConnection
141 public void onAnswer() { in onAnswer() method in CtsConnection
/aosp_15_r20/cts/hostsidetests/devicepolicy/app/ManagedProfile/src/com/android/cts/managedprofile/
H A DTestConnectionService.java74 public void onAnswer() { in onAnswer() method in TestConnectionService.TestConnection
79 public void onAnswer(int videoState) { in onAnswer() method in TestConnectionService.TestConnection
/aosp_15_r20/cts/tests/tests/telecom-apps/Utils/src/android/telecom/cts/apps/
H A DManagedConnection.java111 public void onAnswer(int videoState) { in onAnswer() method in ManagedConnection
118 public void onAnswer() { in onAnswer() method in ManagedConnection
H A DVoipConnection.java123 public void onAnswer(int videoState) { in onAnswer() method in VoipConnection
132 public void onAnswer() { in onAnswer() method in VoipConnection
/aosp_15_r20/packages/services/Telecomm/testapps/src/com/android/server/telecom/testapps/
DSelfManagedConnection.java164 public void onAnswer(int videoState) { in onAnswer() method in SelfManagedConnection
169 public void onAnswer() { in onAnswer() method in SelfManagedConnection
DTestConnectionService.java231 public void onAnswer(int videoState) { in onAnswer() method in TestConnectionService.TestConnection
DTestConnectionManager.java169 public void onAnswer(int videoState) { in onAnswer() method in TestConnectionManager.TestManagedConnection
/aosp_15_r20/cts/tests/tests/telecom/src/android/telecom/cts/
H A DSelfManagedConnection.java75 public void onAnswer(int videoState) { in onAnswer() method in SelfManagedConnection
81 public void onAnswer() { in onAnswer() method in SelfManagedConnection
H A DMockConnection.java71 public void onAnswer() { in onAnswer() method in MockConnection
79 public void onAnswer(int videoState) { in onAnswer() method in MockConnection
H A DMockConference.java181 public void onAnswer(int videoState) { in onAnswer() method in MockConference
/aosp_15_r20/packages/modules/Connectivity/framework/src/android/net/
DDnsResolver.java151 void onAnswer(@NonNull T answer, int rcode); in onAnswer() method
296 public void onAnswer(@NonNull byte[] answer, int rcode) { in onAnswer() method in DnsResolver.InetAddressAnswerAccumulator
/aosp_15_r20/packages/modules/Connectivity/tests/cts/net/src/android/net/cts/
DDnsResolverTest.java283 public void onAnswer(@NonNull byte[] answer, int rcode) { in onAnswer() method in DnsResolverTest.VerifyCancelCallback
628 public void onAnswer(@NonNull List<InetAddress> answerList, int rcode) { in onAnswer() method in DnsResolverTest.VerifyCancelInetAddressCallback
/aosp_15_r20/frameworks/base/telecomm/java/android/telecom/
H A DCallControlCallback.java81 void onAnswer(@android.telecom.CallAttributes.CallType int videoState, in onAnswer() method
H A DConference.java381 public void onAnswer(@VideoProfile.VideoState int videoState) {} in onAnswer() method in Conference
390 public final void onAnswer() { in onAnswer() method in Conference
/aosp_15_r20/packages/apps/Dialer/java/com/android/incallui/answer/protocol/
DAnswerScreenDelegate.java29 void onAnswer(boolean answerVideoAsAudio); in onAnswer() method
/aosp_15_r20/packages/apps/Dialer/java/com/android/incallui/
DAnswerScreenPresenterStub.java35 public void onAnswer(boolean answerVideoAsAudio) {} in onAnswer() method in AnswerScreenPresenterStub
DAnswerScreenPresenter.java96 public void onAnswer(boolean answerVideoAsAudio) { in onAnswer() method in AnswerScreenPresenter
/aosp_15_r20/packages/services/Telecomm/testapps/transactionalVoipApp/src/com/android/server/telecom/transactionalVoipApp/
DMyVoipCall.java66 public void onAnswer(int videoState, @NonNull Consumer<Boolean> wasCompleted) { in onAnswer() method in MyVoipCall
/aosp_15_r20/packages/apps/Dialer/java/com/android/dialer/simulator/impl/
DSimulatorConnection.java88 public void onAnswer(int videoState) { in onAnswer() method in SimulatorConnection
/aosp_15_r20/frameworks/base/telecomm/java/com/android/internal/telecom/
H A DICallEventCallback.aidl39 void onAnswer(String callId, int videoState, in ResultReceiver callback); in onAnswer() method
/aosp_15_r20/packages/services/Telephony/src/com/android/services/telephony/
DCdmaConference.java83 public void onAnswer(int videoState) { in onAnswer() method in CdmaConference
DTelephonyConference.java98 public void onAnswer(int videoState) { in onAnswer() method in TelephonyConference
DCdmaConnection.java140 public void onAnswer() { in onAnswer() method in CdmaConnection
/aosp_15_r20/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hfpclient/
DHfpClientConnection.java247 public synchronized void onAnswer() { in onAnswer() method in HfpClientConnection
/aosp_15_r20/packages/services/Iwlan/src/com/google/android/iwlan/epdg/
DNaptrDnsResolver.java242 public void onAnswer(@NonNull byte[] answer, int rcode) { in onAnswer() method in NaptrRecordAnswerAccumulator

12345678910>>...16