Home
last modified time | relevance | path

Searched refs:Response (Results 1 – 16 of 16) 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.java546 Response response = new Response(latch, mMockAccountManagerResponse); in testStartAddAccountSessionSuccessWithoutPasswordForwarding()
577 Response response = new Response(latch, mMockAccountManagerResponse); in testStartAddAccountSessionSuccessWithPasswordForwarding()
615 Response response = new Response(latch, mMockAccountManagerResponse); in testStartAddAccountSessionReturnWithInvalidIntent()
644 Response response = new Response(latch, mMockAccountManagerResponse); in testStartAddAccountSessionReturnWithValidIntent()
675 Response response = new Response(latch, mMockAccountManagerResponse); in testStartAddAccountSessionError()
730 Response response = new Response(latch, mMockAccountManagerResponse); in testStartUpdateCredentialsSessionSuccessWithoutPasswordForwarding()
760 Response response = new Response(latch, mMockAccountManagerResponse); in testStartUpdateCredentialsSessionSuccessWithPasswordForwarding()
797 Response response = new Response(latch, mMockAccountManagerResponse); in testStartUpdateCredentialsSessionReturnWithInvalidIntent()
826 Response response = new Response(latch, mMockAccountManagerResponse); in testStartUpdateCredentialsSessionReturnWithValidIntent()
857 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.java332 transaction.setResponse(new ContextHubTransaction.Response<Void>( in createTransactionCallback()
338 transaction.setResponse(new ContextHubTransaction.Response<Void>(result, null)); in createTransactionCallback()
357 transaction.setResponse(new ContextHubTransaction.Response<List<NanoAppState>>(
364 transaction.setResponse(new ContextHubTransaction.Response<List<NanoAppState>>(
/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:
/frameworks/base/core/java/android/accounts/
DAccountManager.java2243 mResponse = new Response();
2326 private class Response extends IAccountManagerResponse.Stub {
2377 mResponse = new Response();
2397 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/
Dpreloaded-classes38 android.accounts.AccountManager$AmsTask$Response
41 android.accounts.AccountManager$BaseFutureTask$Response
4241 com.android.okhttp.Response
4242 com.android.okhttp.Response$Builder
Dboot-image-profile.txt39 HPLandroid/accounts/AccountManager$AmsTask$Response;->onError(ILjava/lang/String;)V
5699 HPLandroid/telecom/Response;->onError(Ljava/lang/Object;ILjava/lang/String;)V
5700 HPLandroid/telecom/Response;->onResult(Ljava/lang/Object;[Ljava/lang/Object;)V
10659 HPLcom/android/okhttp/Response;->challenges()Ljava/util/List;
10665 …AuthenticatorAdapter;->authenticate(Ljava/net/Proxy;Lcom/android/okhttp/Response;)Lcom/android/okh…
12387 HSPLandroid/accounts/AccountManager$AmsTask$Response;-><init>(Landroid/accounts/AccountManager$AmsT…
12388 HSPLandroid/accounts/AccountManager$AmsTask$Response;->onResult(Landroid/os/Bundle;)V
12396 HSPLandroid/accounts/AccountManager$BaseFutureTask$Response;->onResult(Landroid/os/Bundle;)V
42626 HSPLcom/android/okhttp/Authenticator;->authenticate(Ljava/net/Proxy;Lcom/android/okhttp/Response;)L…
42627 …p/Authenticator;->authenticateProxy(Ljava/net/Proxy;Lcom/android/okhttp/Response;)Lcom/android/okh…
[all …]
Dhiddenapi-light-greylist.txt8575 Lcom/android/okhttp/internal/http/HttpEngine;->priorResponse:Lcom/android/okhttp/Response;
8579 Lcom/android/okhttp/internal/http/HttpEngine;->userResponse:Lcom/android/okhttp/Response;
8597 Lcom/android/okhttp/Response;->code:I
8598 Lcom/android/okhttp/Response;->headers:Lcom/android/okhttp/Headers;
8599 Lcom/android/okhttp/Response;->message:Ljava/lang/String;
8600 Lcom/android/okhttp/Response;->networkResponse:Lcom/android/okhttp/Response;
8601 Lcom/android/okhttp/Response;->protocol:Lcom/android/okhttp/Protocol;
Dhiddenapi-public-dex.txt14076 …ardware/location/ContextHubTransaction;Landroid/hardware/location/ContextHubTransaction$Response;)V
14077 Landroid/hardware/location/ContextHubTransaction$Response;
14078 Landroid/hardware/location/ContextHubTransaction$Response;->getContents()Ljava/lang/Object;
14079 Landroid/hardware/location/ContextHubTransaction$Response;->getResult()I
14099 …esponse(JLjava/util/concurrent/TimeUnit;)Landroid/hardware/location/ContextHubTransaction$Response;
/frameworks/base/api/
Dsystem-current.txt1658 …method public android.hardware.location.ContextHubTransaction.Response<T> waitForResponse(long, ja…
1676 …re.location.ContextHubTransaction<L>, android.hardware.location.ContextHubTransaction.Response<L>);
1679 public static class ContextHubTransaction.Response<R> {