Home
last modified time | relevance | path

Searched defs:response (Results 1 – 25 of 248) sorted by relevance

12345678910

/frameworks/base/core/java/android/accounts/
DIAccountAuthenticator.aidl32 void addAccount(in IAccountAuthenticatorResponse response, String accountType, in addAccount()
39 void confirmCredentials(in IAccountAuthenticatorResponse response, in Account account, in confirmCredentials()
46 void getAuthToken(in IAccountAuthenticatorResponse response, in Account account, in getAuthToken()
53 void getAuthTokenLabel(in IAccountAuthenticatorResponse response, String authTokenType); in getAuthTokenLabel()
59 void updateCredentials(in IAccountAuthenticatorResponse response, in Account account, in updateCredentials()
66 void editProperties(in IAccountAuthenticatorResponse response, String accountType); in editProperties()
73 void hasFeatures(in IAccountAuthenticatorResponse response, in Account account, in hasFeatures()
80 void getAccountRemovalAllowed(in IAccountAuthenticatorResponse response, in Account account); in getAccountRemovalAllowed()
85 void getAccountCredentialsForCloning(in IAccountAuthenticatorResponse response, in getAccountCredentialsForCloning()
92 void addAccountFromCredentials(in IAccountAuthenticatorResponse response, in Account account, in addAccountFromCredentials()
[all …]
DAbstractAccountAuthenticator.java155 public void addAccount(IAccountAuthenticatorResponse response, String accountType, in addAccount()
186 public void confirmCredentials(IAccountAuthenticatorResponse response, in confirmCredentials()
211 public void getAuthTokenLabel(IAccountAuthenticatorResponse response, in getAuthTokenLabel()
236 public void getAuthToken(IAccountAuthenticatorResponse response, in getAuthToken()
264 public void updateCredentials(IAccountAuthenticatorResponse response, Account account, in updateCredentials()
293 public void editProperties(IAccountAuthenticatorResponse response, in editProperties()
308 public void hasFeatures(IAccountAuthenticatorResponse response, in hasFeatures()
323 public void getAccountRemovalAllowed(IAccountAuthenticatorResponse response, in getAccountRemovalAllowed()
338 public void getAccountCredentialsForCloning(IAccountAuthenticatorResponse response, in getAccountCredentialsForCloning()
354 public void addAccountFromCredentials(IAccountAuthenticatorResponse response, in addAccountFromCredentials()
[all …]
DIAccountManager.aidl40 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/
DImsPhoneCommandInterface.java200 public void setMute (boolean enableMute, Message response) { in setMute()
204 public void getMute (Message response) { in getMute()
258 int retry, int messageRef, Message response) { in sendImsGsmSms()
263 Message response) { in sendImsCdmaSms()
271 public void deleteSmsOnSim(int index, Message response) { in deleteSmsOnSim()
275 public void deleteSmsOnRuim(int index, Message response) { in deleteSmsOnRuim()
279 public void writeSmsToSim(int status, String smsc, String pdu, Message response) { in writeSmsToSim()
283 public void writeSmsToRuim(int status, byte[] pdu, Message response) { in writeSmsToRuim()
338 public void queryCallWaiting(int serviceClass, Message response) { in queryCallWaiting()
343 Message response) { in setCallWaiting()
[all …]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
DSipCommandInterface.java201 public void setMute (boolean enableMute, Message response) { in setMute()
205 public void getMute (Message response) { in getMute()
259 int retry, int messageRef, Message response) { in sendImsGsmSms()
264 Message response) { in sendImsCdmaSms()
272 public void deleteSmsOnSim(int index, Message response) { in deleteSmsOnSim()
276 public void deleteSmsOnRuim(int index, Message response) { in deleteSmsOnRuim()
280 public void writeSmsToSim(int status, String smsc, String pdu, Message response) { in writeSmsToSim()
284 public void writeSmsToRuim(int status, byte[] pdu, Message response) { in writeSmsToRuim()
339 public void queryCallWaiting(int serviceClass, Message response) { in queryCallWaiting()
344 Message response) { in setCallWaiting()
[all …]
/frameworks/base/services/tests/servicestests/src/com/android/server/accounts/
DTestAccountType2Authenticator.java47 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()
DTestAccountType1Authenticator.java47 public Bundle editProperties(AccountAuthenticatorResponse response, String accountType) { in editProperties()
61 AccountAuthenticatorResponse response, in addAccount()
106 AccountAuthenticatorResponse response, in confirmCredentials()
145 AccountAuthenticatorResponse response, in getAuthToken()
200 AccountAuthenticatorResponse response, in updateCredentials()
238 AccountAuthenticatorResponse response, in hasFeatures()
261 AccountAuthenticatorResponse response, in startAddAccountSession()
317 AccountAuthenticatorResponse response, in startUpdateCredentialsSession()
372 public Bundle finishSession(AccountAuthenticatorResponse response, in finishSession()
424 final AccountAuthenticatorResponse response, in isCredentialsUpdateSuggested()
[all …]
DAccountManagerServiceTest.java563 Response response = new Response(latch, mMockAccountManagerResponse); in testStartAddAccountSessionSuccessWithoutPasswordForwarding() local
594 Response response = new Response(latch, mMockAccountManagerResponse); in testStartAddAccountSessionSuccessWithPasswordForwarding() local
634 Response response = new Response(latch, mMockAccountManagerResponse); in testStartAddAccountSessionReturnWithInvalidIntent() local
663 Response response = new Response(latch, mMockAccountManagerResponse); in testStartAddAccountSessionReturnWithValidIntent() local
694 Response response = new Response(latch, mMockAccountManagerResponse); in testStartAddAccountSessionError() local
749 Response response = new Response(latch, mMockAccountManagerResponse); in testStartUpdateCredentialsSessionSuccessWithoutPasswordForwarding() local
779 Response response = new Response(latch, mMockAccountManagerResponse); in testStartUpdateCredentialsSessionSuccessWithPasswordForwarding() local
818 Response response = new Response(latch, mMockAccountManagerResponse); in testStartUpdateCredentialsSessionReturnWithInvalidIntent() local
847 Response response = new Response(latch, mMockAccountManagerResponse); in testStartUpdateCredentialsSessionReturnWithValidIntent() local
878 Response response = new Response(latch, mMockAccountManagerResponse); in testStartUpdateCredentialsSessionError() local
[all …]
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/wallet/ui/
DWalletScreenControllerTest.java139 GetWalletCardsResponse response = in queryCards_deviceLocked_udfpsEnabled_hideUnlockButton() local
163 GetWalletCardsResponse response = in queryCards_deviceLocked_udfpsNotEnabled_showUnlockButton() local
188 GetWalletCardsResponse response = in queryCards_hasCards_showCarousel_activeCard() local
214 GetWalletCardsResponse response = in queryCards_hasCards_showCarousel_pendingActivationCard_parseLabel() local
240 GetWalletCardsResponse response = in queryCards_hasCards_showCarousel_badCard_parseLabel_notCrash() local
265 GetWalletCardsResponse response = in queryCards_hasCards_showCarousel_badCard_noLabel_notCrash() local
290 GetWalletCardsResponse response = in queryCards_hasCards_showCarousel_invalidSelectedIndex_notCrash() local
314 GetWalletCardsResponse response = new GetWalletCardsResponse(Collections.EMPTY_LIST, 0); in queryCards_noCards_showEmptyState() local
400 GetWalletCardsResponse response = new GetWalletCardsResponse(Collections.emptyList(), 0); in onWalletCardsRetrieved_cardDataEmpty_intentIsNull_hidesWallet() local
411 GetWalletCardsResponse response = new GetWalletCardsResponse(Collections.emptyList(), 0); in onWalletCardsRetrieved_cardDataEmpty_logoIsNull_hidesWallet() local
[all …]
/frameworks/av/cmds/stagefright/
DSimplePlayer.cpp49 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/opt/net/ims/src/java/com/android/ims/rcs/uce/request/
DSubscribeRequestCoordinator.java80 RequestResult createRequestResult(long taskId, CapabilityRequestResponse response, in createRequestResult()
225 CapabilityRequestResponse response = request.getRequestResponse(); in handleRequestError() local
243 CapabilityRequestResponse response = request.getRequestResponse(); in handleCommandError() local
261 CapabilityRequestResponse response = request.getRequestResponse(); in handleNetworkResponse() local
296 final CapabilityRequestResponse response = request.getRequestResponse(); in handleNetworkResponseFailed() local
327 CapabilityRequestResponse response = request.getRequestResponse(); in handleCapabilitiesUpdated() local
350 CapabilityRequestResponse response = request.getRequestResponse(); in handleResourceTerminated() local
372 CapabilityRequestResponse response = request.getRequestResponse(); in handleCachedCapabilityUpdated() local
391 CapabilityRequestResponse response = request.getRequestResponse(); in handleTerminated() local
409 CapabilityRequestResponse response = request.getRequestResponse(); in handleNoNeedRequestFromNetwork() local
[all …]
DOptionsRequestCoordinator.java67 RequestResult createRequestResult(long taskId, CapabilityRequestResponse response); in createRequestResult()
169 CapabilityRequestResponse response = request.getRequestResponse(); in handleRequestError() local
186 CapabilityRequestResponse response = request.getRequestResponse(); in handleCommandError() local
203 CapabilityRequestResponse response = request.getRequestResponse(); in handleNetworkResponse() local
227 CapabilityRequestResponse response = request.getRequestResponse(); in handleCachedCapabilityUpdated() local
246 CapabilityRequestResponse response = request.getRequestResponse(); in handleNoNeedRequestFromNetwork() local
264 CapabilityRequestResponse response = request.getRequestResponse(); in handleRequestTimeout() local
/frameworks/libs/service_entitlement/tests/src/com/android/libraries/entitlement/
DEapAkaHelperTest.java105 String response = mEapAkaHelper.getEapAkaChallengeResponse(challenge); in getEapAkaChallengeResponse() local
122 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/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DSimulatedCommandsVerifier.java800 public void setMute(boolean enableMute, Message response) { in setMute()
805 public void getMute(Message response) { in getMute()
810 public void getSignalStrength(Message response) { in getSignalStrength()
815 public void getVoiceRegistrationState(Message response) { in getVoiceRegistrationState()
820 public void getDataRegistrationState(Message response) { in getDataRegistrationState()
825 public void getOperator(Message response) { in getOperator()
850 public void sendSMS(String smscPDU, String pdu, Message response) { in sendSMS()
855 public void sendSMSExpectMore(String smscPDU, String pdu, Message response) { in sendSMSExpectMore()
860 public void sendCdmaSms(byte[] pdu, Message response) { in sendCdmaSms()
865 public void sendCdmaSMSExpectMore(byte[] pdu, Message response) { in sendCdmaSMSExpectMore()
[all …]
DSimulatedCommands.java962 public void sendTerminalResponse(String contents, Message response) { in sendTerminalResponse()
970 public void sendEnvelope(String contents, Message response) { in sendEnvelope()
978 public void sendEnvelopeWithStatus(String contents, Message response) { in sendEnvelopeWithStatus()
987 boolean accept, Message response) { in handleCallSetupRequestFromSim()
1157 public void deleteSmsOnSim(int index, Message response) { in deleteSmsOnSim()
1163 public void deleteSmsOnRuim(int index, Message response) { in deleteSmsOnRuim()
1169 public void writeSmsToSim(int status, String smsc, String pdu, Message response) { in writeSmsToSim()
1175 public void writeSmsToRuim(int status, byte[] pdu, Message response) { in writeSmsToRuim()
1222 DataCallResponse response = RIL.convertDataCallResult(mSetupDataCallResult); in setupDataCall() local
1254 @TelephonyManager.NetworkTypeBitMask int networkTypeBitmask, Message response) { in setAllowedNetworkTypesBitmap()
[all …]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DCommandsInterface.java1101 void setMute (boolean enableMute, Message response); in setMute()
1103 void getMute (Message response); in getMute()
1113 void getSignalStrength (Message response); in getSignalStrength()
1127 void getVoiceRegistrationState (Message response); in getVoiceRegistrationState()
1139 void getDataRegistrationState (Message response); in getDataRegistrationState()
1148 void getOperator(Message response); in getOperator()
1186 void sendSMS (String smscPDU, String pdu, Message response); in sendSMS()
1196 void sendSMSExpectMore (String smscPDU, String pdu, Message response); in sendSMSExpectMore()
1202 void sendCdmaSms(byte[] pdu, Message response); in sendCdmaSms()
1209 void sendCdmaSMSExpectMore(byte[] pdu, Message response); in sendCdmaSMSExpectMore()
[all …]
DRadioIndication.java266 List<LinkCapacityEstimate> response = RIL.convertHalLceData(lce, mRil); in currentLinkCapacityEstimate() local
282 List<LinkCapacityEstimate> response = RIL.convertHalLceData(lce, mRil); in currentLinkCapacityEstimate_1_6() local
373 List<EmergencyNumber> response = new ArrayList<>(emergencyNumberList.size()); in currentEmergencyNumberList() local
495 IccRefreshResponse response = new IccRefreshResponse(); in simRefresh() local
508 char response[] = null; in callRing() local
620 int response[] = new int[1]; in cdmaOtaProvisionStatus() local
742 int response[] = new int[1]; in cdmaSubscriptionSourceChanged() local
754 int response[] = new int[1]; in cdmaPrlChanged() local
787 int response[] = new int[1]; in voiceRadioTechChanged() local
801 ArrayList<CellInfo> response = RIL.convertHalCellInfoList(records); in cellInfoList() local
[all …]
/frameworks/libs/service_entitlement/tests/src/com/android/libraries/entitlement/eapaka/
DEapAkaApiTest.java132 String response = in queryEntitlementStatus_hasAuthenticationToken() local
182 HttpResponse response = in queryEntitlementStatus_hasAuthenticationToken_multipleAppIds() local
248 String response = in queryEntitlementStatus_noAuthenticationToken_handleEapAkaSyncFailure() local
264 HttpResponse response = HttpResponse.builder().setBody(RESPONSE_XML).build(); in queryEntitlementStatus_acceptContentTypeSpecified_verfityAcceptContentType() local
285 HttpResponse response = HttpResponse.builder().setBody(RESPONSE_XML).build(); in queryEntitlementStatus_acceptContentTypeNotSpecified_defaultAcceptContentType() local
322 String response = in performEsimOdsaOperation_noAuthenticationToken_returnsResult() local
345 String response = in performEsimOdsaOperation_manageSubscription_returnsResult() local
/frameworks/base/core/java/android/service/quickaccesswallet/
DGetWalletCardsCallbackImpl.java56 public void onSuccess(@NonNull GetWalletCardsResponse response) { in onSuccess()
77 private void onSuccessInternal(GetWalletCardsResponse response) { in onSuccessInternal()
103 private boolean isValidResponse(@NonNull GetWalletCardsResponse response) { in isValidResponse()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/uicc/euicc/apdu/
DLogicalChannelMocker.java50 ArgumentCaptor<Message> response = ArgumentCaptor.forClass(Message.class); in mockOpenLogicalChannelResponse() local
66 ArgumentCaptor<Message> response = ArgumentCaptor.forClass(Message.class); in mockSendToLogicalChannel() local
96 ArgumentCaptor<Message> response = ArgumentCaptor.forClass(Message.class); in mockCloseLogicalChannel() local
/frameworks/base/services/tests/servicestests/src/com/android/server/hdmi/
DDevicePowerStatusActionTest.java156 HdmiCecMessage response = HdmiCecMessageBuilder.buildReportPowerStatus( in queryDisplayStatus_sendsRequestAndHandlesResponse() local
190 HdmiCecMessage response = HdmiCecMessageBuilder.buildReportPowerStatus( in queryDisplayStatus_sendsRequest_timeout_retriesSuccessfully() local
230 HdmiCecMessage response = HdmiCecMessageBuilder.buildReportPowerStatus( in queryDisplayStatus_localDevice_2_0_targetDevice_1_4() local
281 HdmiCecMessage response = HdmiCecMessageBuilder.buildReportPowerStatus( in queryDisplayStatus_localDevice_2_0_targetDevice_2_0_unknown() local
/frameworks/opt/net/ims/tests/src/com/android/ims/rcs/uce/request/
DRemoteOptionsRequestTest.java104 RemoteOptResponse response = request.getRemoteOptResponse(); in testRequestCapabilities() local
123 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/
DAdnRecordCache.java134 private void sendErrorResponse(Message response, String errString) { in sendErrorResponse()
154 Message response) { in updateAdnByIndex()
192 String pin2, Message response) { in updateAdnBySearch()
264 requestLoadAllAdnLike (int efid, int extensionEf, Message response) { in requestLoadAllAdnLike()
372 Message response = mUserWriteResponse.get(efid); in handleMessage() local
DIccFileHandler.java186 Message response in loadEFLinearFixed() local
219 Message response = obtainMessage(EVENT_GET_RECORD_SIZE_IMG_DONE, in loadEFImgLinearFixed() local
242 Message response in getEFLinearRecordSize() local
272 Message response = obtainMessage(EVENT_GET_EF_TRANSPARENT_SIZE_DONE, fileid, 0, onLoaded); in getEFTransparentRecordSize() local
308 Message response = obtainMessage(EVENT_GET_RECORD_SIZE_DONE, in loadEFLinearFixedAll() local
339 Message response = obtainMessage(EVENT_GET_BINARY_SIZE_DONE, in loadEFTransparent() local
357 Message response = obtainMessage(EVENT_READ_BINARY_DONE, in loadEFTransparent() local
376 Message response = obtainMessage(EVENT_READ_ICON_DONE, fileid, 0, in loadEFImgTransparent() local
447 private void sendResult(Message response, Object result, Throwable ex) { in sendResult()
457 private boolean processException(Message response, AsyncResult ar) { in processException()
[all …]
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/dataconnection/
DDataCallResponseTest.java45 DataCallResponse response = new DataCallResponse.Builder() in testParcel() local
76 DataCallResponse response = new DataCallResponse.Builder() in testEquals() local

12345678910