Home
last modified time | relevance | path

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

/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/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/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/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/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/base/telecomm/java/android/telecom/
DResponse.java22 public interface Response<IN, OUT> { interface
/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:
Dlayered_filter_fast_f32.rscript480 // Applies Camera Response using LUT.
503 // Applies Camera Response using LUT.
525 // Applies Camera Response using LUT.
/frameworks/base/core/java/android/accounts/
DAccountManager.java2251 mResponse = new Response();
2334 private class Response extends IAccountManagerResponse.Stub {
2385 mResponse = new Response();
2405 protected class Response extends IAccountManagerResponse.Stub {
/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/
Dhiddenapi-greylist-max-o.txt338 Landroid/accounts/AccountManager$AmsTask$Response;->onError(ILjava/lang/String;)V
339 Landroid/accounts/AccountManager$AmsTask$Response;->onResult(Landroid/os/Bundle;)V
345 Landroid/accounts/AccountManager$BaseFutureTask$Response;->onError(ILjava/lang/String;)V
346 Landroid/accounts/AccountManager$BaseFutureTask$Response;->onResult(Landroid/os/Bundle;)V
24020 Landroid/hardware/location/ContextHubTransaction$Response;-><init>(ILjava/lang/Object;)V
24021 Landroid/hardware/location/ContextHubTransaction$Response;->mContents:Ljava/lang/Object;
24022 Landroid/hardware/location/ContextHubTransaction$Response;->mResult:I
24028 …cation/ContextHubTransaction;->mResponse:Landroid/hardware/location/ContextHubTransaction$Response;
24030 …on/ContextHubTransaction;->setResponse(Landroid/hardware/location/ContextHubTransaction$Response;)V
66612 Landroid/telecom/Response;->onError(Ljava/lang/Object;ILjava/lang/String;)V
[all …]
Dpreloaded-classes36 android.accounts.AccountManager$AmsTask$Response
39 android.accounts.AccountManager$BaseFutureTask$Response
5279 com.android.okhttp.Response$Builder
5280 com.android.okhttp.Response
Dboot-image-profile.txt53 HSPLandroid/accounts/AccountManager$AmsTask$Response;-><init>(Landroid/accounts/AccountManager$AmsT…
54 HSPLandroid/accounts/AccountManager$AmsTask$Response;->onResult(Landroid/os/Bundle;)V
61 HSPLandroid/accounts/AccountManager$BaseFutureTask$Response;->onResult(Landroid/os/Bundle;)V
24842 HSPLcom/android/okhttp/Response$Builder;-><init>(Lcom/android/okhttp/Response;)V
24843 HSPLcom/android/okhttp/Response$Builder;->build()Lcom/android/okhttp/Response;
24844 HSPLcom/android/okhttp/Response$Builder;->checkSupportResponse(Ljava/lang/String;Lcom/android/okhtt…
24845 HSPLcom/android/okhttp/Response$Builder;->handshake(Lcom/android/okhttp/Handshake;)Lcom/android/okh…
24846 HSPLcom/android/okhttp/Response$Builder;->header(Ljava/lang/String;Ljava/lang/String;)Lcom/android/…
24847 HSPLcom/android/okhttp/Response$Builder;->request(Lcom/android/okhttp/Request;)Lcom/android/okhttp/
24848 HSPLcom/android/okhttp/Response;-><init>(Lcom/android/okhttp/Response$Builder;)V
[all …]
/frameworks/ml/nn/tools/api/
Dtypes.spec1252 * Applies Local Response Normalization along the depth dimension.
/frameworks/base/api/
Dsystem-current.txt2648 …method public android.hardware.location.ContextHubTransaction.Response<T> waitForResponse(long, ja…
2666 …re.location.ContextHubTransaction<L>, android.hardware.location.ContextHubTransaction.Response<L>);
2669 public static class ContextHubTransaction.Response<R> {
/frameworks/base/non-updatable-api/
Dsystem-current.txt2648 …method public android.hardware.location.ContextHubTransaction.Response<T> waitForResponse(long, ja…
2666 …re.location.ContextHubTransaction<L>, android.hardware.location.ContextHubTransaction.Response<L>);
2669 public static class ContextHubTransaction.Response<R> {