Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/euicc/async/
DAsyncMessageInvocation.java36 public abstract class AsyncMessageInvocation<Request, Response> implements Handler.Callback {
45 Request request, AsyncResultCallback<Response> resultCallback, Handler handler) { in invoke()
54 AsyncResultCallback<Response> resultCallback = in handleMessage()
55 (AsyncResultCallback<Response>) result.userObj; in handleMessage()
71 protected abstract Response parseResult(AsyncResult result) throws Throwable; in parseResult()
/frameworks/opt/net/voip/src/java/com/android/server/sip/
DSipSessionGroup.java79 import javax.sip.message.Response;
397 Response response = evt.getResponse(); in extractExternalAddress()
450 return Response.CALL_OR_TRANSACTION_DOES_NOT_EXIST; in processInviteWithReplaces()
454 if (dialog == null) return Response.DECLINE; in processInviteWithReplaces()
459 return Response.CALL_OR_TRANSACTION_DOES_NOT_EXIST; in processInviteWithReplaces()
466 return Response.CALL_OR_TRANSACTION_DOES_NOT_EXIST; in processInviteWithReplaces()
468 return Response.OK; in processInviteWithReplaces()
482 if (response == Response.OK) { in processNewInviteRequest()
515 mSipHelper.sendResponse((RequestEvent) evt, Response.OK); in process()
822 mSipHelper.sendResponse((RequestEvent) evt, Response.OK); in processExceptions()
[all …]
DSipHelper.java66 import javax.sip.message.Response;
355 Response response = mMessageFactory.createResponse(Response.RINGING, in sendRinging()
378 Response response = mMessageFactory.createResponse(Response.OK, in sendInviteOk()
405 Response response = mMessageFactory.createResponse( in sendInviteBusyHere()
406 Response.BUSY_HERE, request); in sendInviteBusyHere()
426 Response response = event.getResponse(); in sendInviteAck()
451 Response response = mMessageFactory.createResponse( in sendResponse()
485 Response response = mMessageFactory.createResponse( in sendInviteRequestTerminated()
486 Response.REQUEST_TERMINATED, inviteRequest); in sendInviteRequestTerminated()
/frameworks/base/core/java/android/hardware/location/
DContextHubTransaction.java127 public static class Response<R> { class in ContextHubTransaction
139 Response(@ContextHubTransaction.Result int result, R contents) { in Response() method in ContextHubTransaction.Response
168 ContextHubTransaction<L> transaction, ContextHubTransaction.Response<L> response); in onComplete()
180 private ContextHubTransaction.Response<T> mResponse;
256 public ContextHubTransaction.Response<T> waitForResponse( in waitForResponse()
341 /* package */ void setResponse(ContextHubTransaction.Response<T> response) { in setResponse()
DContextHubManager.java417 transaction.setResponse(new ContextHubTransaction.Response<Void>( in createTransactionCallback()
423 transaction.setResponse(new ContextHubTransaction.Response<Void>(result, null)); in createTransactionCallback()
442 transaction.setResponse(new ContextHubTransaction.Response<List<NanoAppState>>(
449 transaction.setResponse(new ContextHubTransaction.Response<List<NanoAppState>>(
/frameworks/base/services/tests/servicestests/src/com/android/server/accounts/
DAccountManagerServiceTest.java549 Response response = new Response(latch, mMockAccountManagerResponse); in testStartAddAccountSessionSuccessWithoutPasswordForwarding()
580 Response response = new Response(latch, mMockAccountManagerResponse); in testStartAddAccountSessionSuccessWithPasswordForwarding()
620 Response response = new Response(latch, mMockAccountManagerResponse); in testStartAddAccountSessionReturnWithInvalidIntent()
649 Response response = new Response(latch, mMockAccountManagerResponse); in testStartAddAccountSessionReturnWithValidIntent()
680 Response response = new Response(latch, mMockAccountManagerResponse); in testStartAddAccountSessionError()
735 Response response = new Response(latch, mMockAccountManagerResponse); in testStartUpdateCredentialsSessionSuccessWithoutPasswordForwarding()
765 Response response = new Response(latch, mMockAccountManagerResponse); in testStartUpdateCredentialsSessionSuccessWithPasswordForwarding()
804 Response response = new Response(latch, mMockAccountManagerResponse); in testStartUpdateCredentialsSessionReturnWithInvalidIntent()
833 Response response = new Response(latch, mMockAccountManagerResponse); in testStartUpdateCredentialsSessionReturnWithValidIntent()
864 Response response = new Response(latch, mMockAccountManagerResponse); in testStartUpdateCredentialsSessionError()
[all …]
/frameworks/base/telecomm/java/android/telecom/
DResponse.java22 public interface Response<IN, OUT> { interface
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/soap/
DRedirectListener.java177 public Response serve(IHTTPSession session) { in serve()
182 return newFixedLengthResponse(Response.Status.NOT_FOUND, NanoHTTPD.MIME_HTML, ""); in serve()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/util/internal/testdata/
Doneofs.proto61 message Response { message
67 rpc Call(OneOfsRequest) returns (Response);
/frameworks/rs/tests/java_api/Refocus/src/com/android/rs/test/
Dcamera_response_fast.rsh7 // Implementation of a three-parameter Camera Response Function as described in:
Dcamera_response.rsh7 // Implementation of a three-parameter Camera Response Function as described in:
/frameworks/base/core/java/android/accounts/
DAccountManager.java2247 mResponse = new Response();
2330 private class Response extends IAccountManagerResponse.Stub {
2381 mResponse = new Response();
2401 protected class Response extends IAccountManagerResponse.Stub {
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/conformance/
Dconformance_objc.m157 NSLog(@"Response: %@", response);
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/
DUsimDataDownloadCommands.java.broken48 private String mExpectingSendEnvelopeResponse; // Response string for Send Envelope
/frameworks/base/config/
Dpreloaded-classes36 android.accounts.AccountManager$AmsTask$Response
39 android.accounts.AccountManager$BaseFutureTask$Response
5280 com.android.okhttp.Response$Builder
5281 com.android.okhttp.Response
/frameworks/base/api/
Dsystem-current.txt2410 …method public android.hardware.location.ContextHubTransaction.Response<T> waitForResponse(long, ja…
2428 …re.location.ContextHubTransaction<L>, android.hardware.location.ContextHubTransaction.Response<L>);
2431 public static class ContextHubTransaction.Response<R> {