Searched refs:answer (Results 1 - 8 of 8) sorted by relevance

/frameworks/base/tools/aidl/
H A Doptions_test.cpp57 test(const Answer& answer) argument
60 while (answer.argv[argc]) {
67 int result = parse_options(argc, answer.argv, &options);
70 if (((bool)result) != ((bool)answer.result)) {
72 answer.result << endl;
82 if (!match_arrays(answer.systemSearchPath, options.systemSearchPath)) {
86 print_array(" ", answer.systemSearchPath);
91 if (!match_arrays(answer.localSearchPath, options.localSearchPath)) {
95 print_array(" ", answer.localSearchPath);
100 if (answer
[all...]
/frameworks/opt/net/voip/src/java/android/net/sip/
H A DSipAudioCall.java418 String answer = createAnswer(sessionDescription).encode();
419 mSipSession.answerCall(answer, SESSION_TIMEOUT);
547 String answer = createAnswer(sessionDescription).encode();
548 newSession.answerCall(answer, SESSION_TIMEOUT);
694 * @throws SipException if the SIP service fails to answer the call
700 throw new SipException("No call to answer");
753 SimpleSessionDescription answer =
769 Media reply = answer.newMedia(
785 answer.setAttribute("sendonly", "");
787 answer
[all...]
/frameworks/base/telecomm/java/com/android/internal/telecom/
H A DIConnectionService.aidl49 void answer(String callId);
/frameworks/testing/espresso/espresso-lib-tests/src/androidTest/java/com/google/android/apps/common/testing/ui/espresso/action/
H A DGeneralLocationTest.java54 public Void answer(InvocationOnMock invocation) throws Throwable {
/frameworks/base/telecomm/java/android/telecom/
H A DRemoteConnection.java557 * Instructs this {@link Connection#STATE_RINGING} {@code RemoteConnection} to answer.
559 public void answer() { method in class:RemoteConnection
562 mConnectionService.answer(mConnectionId);
569 * Instructs this {@link Connection#STATE_RINGING} {@code RemoteConnection} to answer.
570 * @param videoState The video state in which to answer the call.
573 public void answer(int videoState) { method in class:RemoteConnection
H A DConnectionService.java133 public void answer(String callId) {
257 answer((String) msg.obj);
586 findConnectionForAction(callId, "answer").onAnswer(videoState);
589 private void answer(String callId) { method in class:ConnectionService
590 Log.d(this, "answer %s", callId);
591 findConnectionForAction(callId, "answer").onAnswer();
H A DCall.java402 * Instructs this {@link #STATE_RINGING} {@code Call} to answer.
403 * @param videoState The video state in which to answer the call.
405 public void answer(int videoState) { method in class:Call
/frameworks/base/services/tests/servicestests/src/com/android/server/
H A DNetworkPolicyManagerServiceTest.java218 // expect to answer screen status during systemReady()
943 public Void answer() { method in class:NetworkPolicyManagerServiceTest.FutureAnswer

Completed in 282 milliseconds