Searched refs:Response (Results 1 – 15 of 15) sorted by relevance
/frameworks/base/voip/java/com/android/server/sip/ |
D | SipSessionGroup.java | 84 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 …]
|
D | SipHelper.java | 68 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/ |
D | Looper.h | 290 struct Response { struct 363 Vector<Response> mResponses;
|
/frameworks/base/libs/utils/ |
D | Looper.cpp | 180 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/ |
D | billing_reference.jd | 10 <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
|
D | billing_overview.jd | 205 href="{@docRoot}guide/market/billing/billing_reference.html#billing-codes">Server Response Codes
|
D | billing_integrate.jd | 863 href="{@docRoot}guide/market/billing/billing_reference.html#billing-codes">Android Market Response
|
/frameworks/base/core/java/android/accounts/ |
D | AccountManager.java | 1304 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/ |
D | test_server.cpp | 125 EXPECT_EQ(read.Response, read.type()); in TEST_F()
|
D | test_socket.cpp | 71 msg.set_type(msg.Response); in Write()
|
/frameworks/base/opengl/libs/GLES2_dbg/src/ |
D | dbgcontext.cpp | 72 msg.set_type(msg.Response); in CreateDbgContext()
|
D | debugger_message.pb.h | 518 static const Type Response = Message_Type_Response; variable
|
D | debugger_message.pb.cpp | 451 const Message_Type Message::Response; member in com::android::glesv2debugger::Message
|
/frameworks/base/docs/html/guide/publishing/ |
D | licensing.jd | 42 <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/ |
D | preloaded-classes | 12 android.accounts.AccountManager$AmsTask$Response
|