Home
last modified time | relevance | path

Searched refs:Response (Results 1 – 15 of 15) sorted by relevance

/frameworks/base/voip/java/com/android/server/sip/
DSipSessionGroup.java84 import javax.sip.message.Response;
387 Response response = evt.getResponse(); in extractExternalAddress()
426 return Response.CALL_OR_TRANSACTION_DOES_NOT_EXIST; in processInviteWithReplaces()
430 if (dialog == null) return Response.DECLINE; in processInviteWithReplaces()
435 return Response.CALL_OR_TRANSACTION_DOES_NOT_EXIST; in processInviteWithReplaces()
442 return Response.CALL_OR_TRANSACTION_DOES_NOT_EXIST; in processInviteWithReplaces()
444 return Response.OK; in processInviteWithReplaces()
458 if (response == Response.OK) { in processNewInviteRequest()
490 mSipHelper.sendResponse((RequestEvent) evt, Response.OK); in process()
774 mSipHelper.sendResponse((RequestEvent) evt, Response.OK); in processExceptions()
[all …]
DSipHelper.java68 import javax.sip.message.Response;
357 Response response = mMessageFactory.createResponse(Response.RINGING, in sendRinging()
380 Response response = mMessageFactory.createResponse(Response.OK, in sendInviteOk()
407 Response response = mMessageFactory.createResponse( in sendInviteBusyHere()
408 Response.BUSY_HERE, request); in sendInviteBusyHere()
428 Response response = event.getResponse(); in sendInviteAck()
453 Response response = mMessageFactory.createResponse( in sendResponse()
487 Response response = mMessageFactory.createResponse( in sendInviteRequestTerminated()
488 Response.REQUEST_TERMINATED, inviteRequest); in sendInviteRequestTerminated()
/frameworks/base/include/utils/
DLooper.h290 struct Response { struct
363 Vector<Response> mResponses;
/frameworks/base/libs/utils/
DLooper.cpp180 const Response& response = mResponses.itemAt(mResponseIndex++); in pollOnce()
406 const Response& response = mResponses.itemAt(i); in pollInner()
509 Response response; in pushResponse()
/frameworks/base/docs/html/guide/market/billing/
Dbilling_reference.jd10 <li><a href="#billing-codes">Server Response Codes for In-app Billing</a></li>
39 <li><a href="#billing-codes">Android Market Server Response Codes for In-app Billing</a></li>
44 <h2 id="billing-codes">Android Market Server Response Codes for In-app Billing</h2>
57 <th>Response Code</th>
265 <th>Possible Response Codes</th>
311 href="#billing-codes">Android Market Response Codes for In-app Billing</a>. The sample application
Dbilling_overview.jd205 href="{@docRoot}guide/market/billing/billing_reference.html#billing-codes">Server Response Codes
Dbilling_integrate.jd863 href="{@docRoot}guide/market/billing/billing_reference.html#billing-codes">Android Market Response
/frameworks/base/core/java/android/accounts/
DAccountManager.java1304 mResponse = new Response();
1383 private class Response extends IAccountManagerResponse.Stub {
1426 mResponse = new Response();
1446 protected class Response extends IAccountManagerResponse.Stub {
/frameworks/base/opengl/libs/GLES2_dbg/test/
Dtest_server.cpp125 EXPECT_EQ(read.Response, read.type()); in TEST_F()
Dtest_socket.cpp71 msg.set_type(msg.Response); in Write()
/frameworks/base/opengl/libs/GLES2_dbg/src/
Ddbgcontext.cpp72 msg.set_type(msg.Response); in CreateDbgContext()
Ddebugger_message.pb.h518 static const Type Response = Message_Type_Response; variable
Ddebugger_message.pb.cpp451 const Message_Type Message::Response; member in com::android::glesv2debugger::Message
/frameworks/base/docs/html/guide/publishing/
Dlicensing.jd42 <li><a href="#server-response-codes">Server Response Codes</a></li>
43 <li><a href="#extras">Server Response Extras</a></li>
904 extra is highly recommended. See <a href="#extras">Server Response Extras</a>
926 how to use them, see <a href="#extras">Server Response Extras</a> in the
933 <h2>Server Response Extras</h2>
939 <p style="margin-top:.5em;">See <a href="#extras">Server Response Extras</a> for
970 settings used by ServerManagedPolicy, see <a href="#extras">Server Response
1349 href="#server-response-codes">Server Response Codes</a> in the Appendix of this
1665 and click "Edit Profile". In the Edit Profile page, locate the Test Response
1671 implementation with every response code available in the Test Response menu.
[all …]
/frameworks/base/
Dpreloaded-classes12 android.accounts.AccountManager$AmsTask$Response