| /frameworks/base/core/java/android/accounts/ | 
| D | IAccountAuthenticator.aidl | 33     void addAccount(in IAccountAuthenticatorResponse response, String accountType,  in addAccount()41     void confirmCredentials(in IAccountAuthenticatorResponse response, in Account account,  in confirmCredentials()
 49     void getAuthToken(in IAccountAuthenticatorResponse response, in Account account,  in getAuthToken()
 57     void getAuthTokenLabel(in IAccountAuthenticatorResponse response, String authTokenType);  in getAuthTokenLabel()
 64     void updateCredentials(in IAccountAuthenticatorResponse response, in Account account,  in updateCredentials()
 72     void editProperties(in IAccountAuthenticatorResponse response, String accountType);  in editProperties()
 80     void hasFeatures(in IAccountAuthenticatorResponse response, in Account account,   in hasFeatures()
 88     void getAccountRemovalAllowed(in IAccountAuthenticatorResponse response, in Account account);  in getAccountRemovalAllowed()
 94     void getAccountCredentialsForCloning(in IAccountAuthenticatorResponse response,  in getAccountCredentialsForCloning()
 102     void addAccountFromCredentials(in IAccountAuthenticatorResponse response, in Account account,  in addAccountFromCredentials()
 [all …]
 
 | 
| D | AbstractAccountAuthenticator.java | 154         public void addAccount(IAccountAuthenticatorResponse response, String accountType,  in addAccount()187         public void confirmCredentials(IAccountAuthenticatorResponse response,  in confirmCredentials()
 214         public void getAuthTokenLabel(IAccountAuthenticatorResponse response,  in getAuthTokenLabel()
 241         public void getAuthToken(IAccountAuthenticatorResponse response,  in getAuthToken()
 271         public void updateCredentials(IAccountAuthenticatorResponse response, Account account,  in updateCredentials()
 302         public void editProperties(IAccountAuthenticatorResponse response,  in editProperties()
 319         public void hasFeatures(IAccountAuthenticatorResponse response,  in hasFeatures()
 336         public void getAccountRemovalAllowed(IAccountAuthenticatorResponse response,  in getAccountRemovalAllowed()
 353         public void getAccountCredentialsForCloning(IAccountAuthenticatorResponse response,  in getAccountCredentialsForCloning()
 371         public void addAccountFromCredentials(IAccountAuthenticatorResponse response,  in addAccountFromCredentials()
 [all …]
 
 | 
| D | IAccountManager.aidl | 40     void hasFeatures(in IAccountManagerResponse response, in Account account, in String[] features,  in hasFeatures()42     void getAccountByTypeAndFeatures(in IAccountManagerResponse response, String accountType,  in getAccountByTypeAndFeatures()
 44     void getAccountsByFeatures(in IAccountManagerResponse response, String accountType,  in getAccountsByFeatures()
 47     void removeAccountAsUser(in IAccountManagerResponse response, in Account account,  in removeAccountAsUser()
 50     void copyAccountToUser(in IAccountManagerResponse response, in Account account,  in copyAccountToUser()
 60     void getAuthToken(in IAccountManagerResponse response, in Account account,  in getAuthToken()
 63     void addAccount(in IAccountManagerResponse response, String accountType,  in addAccount()
 66     void addAccountAsUser(in IAccountManagerResponse response, String accountType,  in addAccountAsUser()
 69     void updateCredentials(in IAccountManagerResponse response, in Account account,  in updateCredentials()
 71     void editProperties(in IAccountManagerResponse response, String accountType,  in editProperties()
 [all …]
 
 | 
| /frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/ | 
| D | ImsPhoneCommandInterface.java | 202     public void setMute (boolean enableMute, Message response) {  in setMute()206     public void getMute (Message response) {  in getMute()
 260             int retry, int messageRef, Message response) {  in sendImsGsmSms()
 265             Message response) {  in sendImsCdmaSms()
 273     public void deleteSmsOnSim(int index, Message response) {  in deleteSmsOnSim()
 277     public void deleteSmsOnRuim(int index, Message response) {  in deleteSmsOnRuim()
 281     public void writeSmsToSim(int status, String smsc, String pdu, Message response) {  in writeSmsToSim()
 285     public void writeSmsToRuim(int status, byte[] pdu, Message response) {  in writeSmsToRuim()
 340     public void queryCallWaiting(int serviceClass, Message response) {  in queryCallWaiting()
 345             Message response) {  in setCallWaiting()
 [all …]
 
 | 
| /frameworks/base/services/tests/servicestests/src/com/android/server/accounts/ | 
| D | TestAccountType2Authenticator.java | 47     public Bundle editProperties(AccountAuthenticatorResponse response, String accountType) {  in editProperties()54             AccountAuthenticatorResponse response,  in addAccount()
 65             AccountAuthenticatorResponse response,  in confirmCredentials()
 74             AccountAuthenticatorResponse response,  in getAuthToken()
 90             AccountAuthenticatorResponse response,  in updateCredentials()
 100             AccountAuthenticatorResponse response,  in hasFeatures()
 109             AccountAuthenticatorResponse response,  in startAddAccountSession()
 120             AccountAuthenticatorResponse response,  in startUpdateCredentialsSession()
 131     public Bundle finishSession(AccountAuthenticatorResponse response,  in finishSession()
 140             final AccountAuthenticatorResponse response,  in isCredentialsUpdateSuggested()
 
 | 
| D | TestAccountType1Authenticator.java | 45     public Bundle editProperties(AccountAuthenticatorResponse response, String accountType) {  in editProperties()59             AccountAuthenticatorResponse response,  in addAccount()
 104             AccountAuthenticatorResponse response,  in confirmCredentials()
 143             AccountAuthenticatorResponse response,  in getAuthToken()
 198             AccountAuthenticatorResponse response,  in updateCredentials()
 236             AccountAuthenticatorResponse response,  in hasFeatures()
 259             AccountAuthenticatorResponse response,  in startAddAccountSession()
 318             AccountAuthenticatorResponse response,  in startUpdateCredentialsSession()
 373     public Bundle finishSession(AccountAuthenticatorResponse response,  in finishSession()
 425             final AccountAuthenticatorResponse response,  in isCredentialsUpdateSuggested()
 [all …]
 
 | 
| D | AccountManagerServiceTest.java | 601         Response response = new Response(latch, mMockAccountManagerResponse);  in testStartAddAccountSessionSuccessWithoutPasswordForwarding()  local632         Response response = new Response(latch, mMockAccountManagerResponse);  in testStartAddAccountSessionSuccessWithPasswordForwarding()  local
 672         Response response = new Response(latch, mMockAccountManagerResponse);  in testStartAddAccountSessionReturnWithInvalidIntent()  local
 701         Response response = new Response(latch, mMockAccountManagerResponse);  in testStartAddAccountSessionReturnWithValidIntent()  local
 735         Response response = new Response(latch, mMockAccountManagerResponse);  in testStartAddAccountSessionWhereAuthenticatorReturnsIntentWithProhibitedFlags()  local
 767         Response response = new Response(latch, mMockAccountManagerResponse);  in testStartAddAccountSessionError()  local
 822         Response response = new Response(latch, mMockAccountManagerResponse);  in testStartUpdateCredentialsSessionSuccessWithoutPasswordForwarding()  local
 852         Response response = new Response(latch, mMockAccountManagerResponse);  in testStartUpdateCredentialsSessionSuccessWithPasswordForwarding()  local
 891         Response response = new Response(latch, mMockAccountManagerResponse);  in testStartUpdateCredentialsSessionReturnWithInvalidIntent()  local
 920         Response response = new Response(latch, mMockAccountManagerResponse);  in testStartUpdateCredentialsSessionReturnWithValidIntent()  local
 [all …]
 
 | 
| /frameworks/base/packages/SystemUI/tests/src/com/android/systemui/wallet/ui/ | 
| D | WalletScreenControllerTest.java | 145         GetWalletCardsResponse response =  in queryCards_deviceLocked_udfpsEnabled_hideUnlockButton()  local169         GetWalletCardsResponse response =  in queryCards_deviceLocked_udfpsNotEnabled_showUnlockButton()  local
 194         GetWalletCardsResponse response =  in queryCards_hasCards_showCarousel_activeCard()  local
 220         GetWalletCardsResponse response =  in queryCards_hasCards_showCarousel_pendingActivationCard_parseLabel()  local
 246         GetWalletCardsResponse response =  in queryCards_hasCards_showCarousel_badCard_parseLabel_notCrash()  local
 271         GetWalletCardsResponse response =  in queryCards_hasCards_showCarousel_badCard_noLabel_notCrash()  local
 296         GetWalletCardsResponse response =  in queryCards_hasCards_showCarousel_invalidSelectedIndex_notCrash()  local
 320         GetWalletCardsResponse response = new GetWalletCardsResponse(Collections.EMPTY_LIST, 0);  in queryCards_noCards_showEmptyState()  local
 409         GetWalletCardsResponse response = new GetWalletCardsResponse(Collections.emptyList(), 0);  in onWalletCardsRetrieved_cardDataEmpty_intentIsNull_hidesWallet()  local
 420         GetWalletCardsResponse response = new GetWalletCardsResponse(Collections.emptyList(), 0);  in onWalletCardsRetrieved_cardDataEmpty_logoIsNull_hidesWallet()  local
 [all …]
 
 | 
| /frameworks/av/cmds/stagefright/ | 
| D | SimplePlayer.cpp | 49         const sp<AMessage> &msg, sp<AMessage> *response) {  in PostAndAwaitResponse()65     sp<AMessage> response;  in setDataSource()  local
 79     sp<AMessage> response;  in setSurface()  local
 85     sp<AMessage> response;  in prepare()  local
 91     sp<AMessage> response;  in start()  local
 97     sp<AMessage> response;  in stop()  local
 103     sp<AMessage> response;  in reset()  local
 122             sp<AMessage> response = new AMessage;  in onMessageReceived()  local
 143             sp<AMessage> response = new AMessage;  in onMessageReceived()  local
 165             sp<AMessage> response = new AMessage;  in onMessageReceived()  local
 [all …]
 
 | 
| /frameworks/libs/service_entitlement/tests/src/com/android/libraries/entitlement/ | 
| D | EapAkaHelperTest.java | 105         String response = mEapAkaHelper.getEapAkaChallengeResponse(challenge);  in getEapAkaChallengeResponse()  local122         String response = mEapAkaHelper.getEapAkaChallengeResponse(challenge);  in getEapAkaChallengeResponse_getIccAuthenticationFailed()  local
 141         EapAkaHelper.EapAkaResponse response = mEapAkaHelper.getEapAkaResponse(challenge);  in getEapAkaResponse()  local
 161         EapAkaHelper.EapAkaResponse response = mEapAkaHelper.getEapAkaResponse(challenge);  in getEapAkaResponse_synchronizationFailure()  local
 179         EapAkaHelper.EapAkaResponse response = mEapAkaHelper.getEapAkaResponse(challenge);  in getEapAkaResponse_getIccAuthenticationFailed()  local
 
 | 
| /frameworks/base/core/java/android/service/quickaccesswallet/ | 
| D | GetWalletCardsCallbackImpl.java | 63     public void onSuccess(@NonNull GetWalletCardsResponse response) {  in onSuccess()90     private void onSuccessInternal(GetWalletCardsResponse response) {  in onSuccessInternal()
 116     private boolean isValidResponse(@NonNull GetWalletCardsResponse response) {  in isValidResponse()
 169     private void removeLocationsFromResponse(@NonNull GetWalletCardsResponse response) {  in removeLocationsFromResponse()
 
 | 
| /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ | 
| D | SimulatedCommandsVerifier.java | 802     public void setMute(boolean enableMute, Message response) {  in setMute()807     public void getMute(Message response) {  in getMute()
 812     public void getSignalStrength(Message response) {  in getSignalStrength()
 817     public void getVoiceRegistrationState(Message response) {  in getVoiceRegistrationState()
 822     public void getDataRegistrationState(Message response) {  in getDataRegistrationState()
 827     public void getOperator(Message response) {  in getOperator()
 852     public void sendSMS(String smscPDU, String pdu, Message response) {  in sendSMS()
 857     public void sendSMSExpectMore(String smscPDU, String pdu, Message response) {  in sendSMSExpectMore()
 862     public void sendCdmaSms(byte[] pdu, Message response) {  in sendCdmaSms()
 867     public void sendCdmaSMSExpectMore(byte[] pdu, Message response) {  in sendCdmaSMSExpectMore()
 [all …]
 
 | 
| D | SimulatedCommands.java | 977     public void sendTerminalResponse(String contents, Message response) {  in sendTerminalResponse()985     public void sendEnvelope(String contents, Message response) {  in sendEnvelope()
 993     public void sendEnvelopeWithStatus(String contents, Message response) {  in sendEnvelopeWithStatus()
 1002             boolean accept, Message response) {  in handleCallSetupRequestFromSim()
 1172     public void deleteSmsOnSim(int index, Message response) {  in deleteSmsOnSim()
 1178     public void deleteSmsOnRuim(int index, Message response) {  in deleteSmsOnRuim()
 1184     public void writeSmsToSim(int status, String smsc, String pdu, Message response) {  in writeSmsToSim()
 1190     public void writeSmsToRuim(int status, byte[] pdu, Message response) {  in writeSmsToRuim()
 1244         DataCallResponse response = RILUtils.convertHalDataCallResult(mSetupDataCallResult);  in setupDataCall()  local
 1276             @TelephonyManager.NetworkTypeBitMask int networkTypeBitmask, Message response) {  in setAllowedNetworkTypesBitmap()
 [all …]
 
 | 
| /frameworks/libs/service_entitlement/tests/src/com/android/libraries/entitlement/http/ | 
| D | HttpClientTest.java | 86         Map<String, FakeResponse> response = ImmutableMap.of(TEST_URL, responseContent);  in request_contentTypeXml_returnsXmlBody()  local120         Map<String, FakeResponse> response = ImmutableMap.of(TEST_URL, responseContent);  in request_httpGetResponseBadRequest_throwsException()  local
 188         Map<String, FakeResponse> response = ImmutableMap.of(TEST_URL, responseContent);  in request_postJson_doNotEscapeForwardSlash()  local
 210         Map<String, FakeResponse> response = ImmutableMap.of(TEST_URL, responseContent);  in request_getResponseCodeFailed_expectThrowsException()  local
 236         Map<String, FakeResponse> response = ImmutableMap.of(TEST_URL, responseContent);  in request_getResponseBodyFailed_expectThrowsException()  local
 258         Map<String, FakeResponse> response = ImmutableMap.of(TEST_URL, responseContent);  in history()  local
 
 | 
| /frameworks/opt/net/ims/src/java/com/android/ims/rcs/uce/request/ | 
| D | SubscribeRequestCoordinator.java | 91         RequestResult createRequestResult(long taskId, CapabilityRequestResponse response,  in createRequestResult()244         CapabilityRequestResponse response = request.getRequestResponse();  in handleRequestError()  local
 262         CapabilityRequestResponse response = request.getRequestResponse();  in handleCommandError()  local
 284         CapabilityRequestResponse response = request.getRequestResponse();  in handleNetworkResponse()  local
 324         final CapabilityRequestResponse response = request.getRequestResponse();  in handleNetworkResponseFailed()  local
 399         CapabilityRequestResponse response = request.getRequestResponse();  in handleCapabilitiesUpdated()  local
 423         CapabilityRequestResponse response = request.getRequestResponse();  in handleResourceTerminated()  local
 447         CapabilityRequestResponse response = request.getRequestResponse();  in handleCachedCapabilityUpdated()  local
 466         CapabilityRequestResponse response = request.getRequestResponse();  in handleTerminated()  local
 485         CapabilityRequestResponse response = request.getRequestResponse();  in handleNoNeedRequestFromNetwork()  local
 [all …]
 
 | 
| D | OptionsRequestCoordinator.java | 75         RequestResult createRequestResult(long taskId, CapabilityRequestResponse response);  in createRequestResult()180         CapabilityRequestResponse response = request.getRequestResponse();  in handleRequestError()  local
 197         CapabilityRequestResponse response = request.getRequestResponse();  in handleCommandError()  local
 219         CapabilityRequestResponse response = request.getRequestResponse();  in handleNetworkResponse()  local
 248         CapabilityRequestResponse response = request.getRequestResponse();  in handleCachedCapabilityUpdated()  local
 267         CapabilityRequestResponse response = request.getRequestResponse();  in handleNoNeedRequestFromNetwork()  local
 285         CapabilityRequestResponse response = request.getRequestResponse();  in handleRequestTimeout()  local
 
 | 
| /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/uicc/euicc/apdu/ | 
| D | LogicalChannelMocker.java | 51         ArgumentCaptor<Message> response = ArgumentCaptor.forClass(Message.class);  in mockOpenLogicalChannelResponse()  local67         ArgumentCaptor<Message> response = ArgumentCaptor.forClass(Message.class);  in mockSendToLogicalChannel()  local
 82     private static void mockIccTransmitApduLogicalChannelResponse(ArgumentCaptor<Message> response,  in mockIccTransmitApduLogicalChannelResponse()
 104         ArgumentCaptor<Message> response = ArgumentCaptor.forClass(Message.class);  in mockCloseLogicalChannel()  local
 
 | 
| /frameworks/opt/telephony/src/java/com/android/internal/telephony/ | 
| D | CommandsInterface.java | 1124     void setMute (boolean enableMute, Message response);  in setMute()1126     void getMute (Message response);  in getMute()
 1136     void getSignalStrength (Message response);  in getSignalStrength()
 1150     void getVoiceRegistrationState (Message response);  in getVoiceRegistrationState()
 1162     void getDataRegistrationState (Message response);  in getDataRegistrationState()
 1171     void getOperator(Message response);  in getOperator()
 1209     void sendSMS (String smscPDU, String pdu, Message response);  in sendSMS()
 1219     void sendSMSExpectMore (String smscPDU, String pdu, Message response);  in sendSMSExpectMore()
 1225     void sendCdmaSms(byte[] pdu, Message response);  in sendCdmaSms()
 1232     void sendCdmaSMSExpectMore(byte[] pdu, Message response);  in sendCdmaSMSExpectMore()
 [all …]
 
 | 
| D | ImsIndication.java | 61         Object[] response = new Object[2];  in onConnectionSetupFailure()  local86         int[] response = new int[3];  in notifyAnbr()  local
 111         int[] response = new int[1];  in triggerImsDeregistration()  local
 
 | 
| D | NetworkIndication.java | 102         int[] response = new int[]{version};  in cdmaPrlChanged()  local117         ArrayList<CellInfo> response = RILUtils.convertHalCellInfoList(records);  in cellInfoList()  local
 131         List<LinkCapacityEstimate> response = RILUtils.convertHalLceData(lce);  in currentLinkCapacityEstimate()  local
 148         List<PhysicalChannelConfig> response = new ArrayList<>(configs.length);  in currentPhysicalChannelConfigs()  local
 393         int[] response = new int[] {rat};  in voiceRadioTechChanged()  local
 412         EmergencyRegResult response = RILUtils.convertHalEmergencyRegResult(result);  in emergencyNetworkScanResult()  local
 
 | 
| D | DataIndication.java | 61         ArrayList<DataCallResponse> response = RILUtils.convertHalDataCallResultList(dcList);  in dataCallListChanged()  local94         PcoData response = new PcoData(pco.cid, pco.bearerProto, pco.pcoId, pco.contents);  in pcoData()  local
 110         DataProfile response = RILUtils.convertToDataProfile(dpi);  in unthrottleApn()  local
 
 | 
| /frameworks/base/services/tests/servicestests/src/com/android/server/hdmi/ | 
| D | DevicePowerStatusActionTest.java | 128         HdmiCecMessage response =  in queryDisplayStatus_sendsRequestAndHandlesResponse()  local166         HdmiCecMessage response =  in queryDisplayStatus_sendsRequest_timeout_retriesSuccessfully()  local
 211         HdmiCecMessage response =  in queryDisplayStatus_localDevice_2_0_targetDevice_1_4()  local
 267         HdmiCecMessage response =  in queryDisplayStatus_localDevice_2_0_targetDevice_2_0_unknown()  local
 
 | 
| /frameworks/opt/net/ims/tests/src/com/android/ims/rcs/uce/request/ | 
| D | RemoteOptionsRequestTest.java | 104         RemoteOptResponse response = request.getRemoteOptResponse();  in testRequestCapabilities()  local123         RemoteOptResponse response = request.getRemoteOptResponse();  in testRequestCapabilitiesWhenBlocked()  local
 138         RemoteOptResponse response = request.getRemoteOptResponse();  in testsendCapabilitiesRequestWhenDestroy()  local
 
 | 
| /frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/ | 
| D | IccFileHandler.java | 191         Message response  in loadEFLinearFixed()  local224         Message response = obtainMessage(EVENT_GET_RECORD_SIZE_IMG_DONE,  in loadEFImgLinearFixed()  local
 247         Message response  in getEFLinearRecordSize()  local
 276         Message response = obtainMessage(EVENT_GET_EF_TRANSPARENT_SIZE_DONE, fileid, 0, onLoaded);  in getEFTransparentRecordSize()  local
 302         Message response = obtainMessage(EVENT_GET_RECORD_SIZE_DONE,  in loadEFLinearFixedAll()  local
 333         Message response = obtainMessage(EVENT_GET_BINARY_SIZE_DONE,  in loadEFTransparent()  local
 351         Message response = obtainMessage(EVENT_READ_BINARY_DONE,  in loadEFTransparent()  local
 370         Message response = obtainMessage(EVENT_READ_ICON_DONE, fileid, 0,  in loadEFImgTransparent()  local
 441     private void sendResult(Message response, Object result, Throwable ex) {  in sendResult()
 451     private boolean processException(Message response, AsyncResult ar) {  in processException()
 [all …]
 
 | 
| /frameworks/av/media/libstagefright/ | 
| D | FrameCaptureProcessor.cpp | 49         const sp<AMessage> &msg, sp<AMessage> *response) {  in PostAndAwaitResponse()66     sp<AMessage> response = new AMessage;  in PostReplyWithError()  local
 92     sp<AMessage> response;  in createRenderEngine()  local
 115     sp<AMessage> response;  in capture()  local
 
 |