Home
last modified time | relevance | path

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

12345678

/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.java154 public void addAccount(IAccountAuthenticatorResponse response, String accountType, in addAccount()
185 public void confirmCredentials(IAccountAuthenticatorResponse response, in confirmCredentials()
210 public void getAuthTokenLabel(IAccountAuthenticatorResponse response, in getAuthTokenLabel()
235 public void getAuthToken(IAccountAuthenticatorResponse response, in getAuthToken()
263 public void updateCredentials(IAccountAuthenticatorResponse response, Account account, in updateCredentials()
292 public void editProperties(IAccountAuthenticatorResponse response, in editProperties()
307 public void hasFeatures(IAccountAuthenticatorResponse response, in hasFeatures()
322 public void getAccountRemovalAllowed(IAccountAuthenticatorResponse response, in getAccountRemovalAllowed()
337 public void getAccountCredentialsForCloning(IAccountAuthenticatorResponse response, in getAccountCredentialsForCloning()
353 public void addAccountFromCredentials(IAccountAuthenticatorResponse response, in addAccountFromCredentials()
[all …]
DIAccountManager.aidl41 void hasFeatures(in IAccountManagerResponse response, in Account account, in String[] features, in hasFeatures()
43 void getAccountByTypeAndFeatures(in IAccountManagerResponse response, String accountType, in getAccountByTypeAndFeatures()
45 void getAccountsByFeatures(in IAccountManagerResponse response, String accountType, in getAccountsByFeatures()
48 void removeAccount(in IAccountManagerResponse response, in Account account, in removeAccount()
50 void removeAccountAsUser(in IAccountManagerResponse response, in Account account, in removeAccountAsUser()
53 void copyAccountToUser(in IAccountManagerResponse response, in Account account, in copyAccountToUser()
63 void getAuthToken(in IAccountManagerResponse response, in Account account, in getAuthToken()
66 void addAccount(in IAccountManagerResponse response, String accountType, in addAccount()
69 void addAccountAsUser(in IAccountManagerResponse response, String accountType, in addAccountAsUser()
72 void updateCredentials(in IAccountManagerResponse response, in Account account, in updateCredentials()
[all …]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
DSipCommandInterface.java198 public void setMute (boolean enableMute, Message response) { in setMute()
202 public void getMute (Message response) { in getMute()
256 int retry, int messageRef, Message response) { in sendImsGsmSms()
261 Message response) { in sendImsCdmaSms()
269 public void deleteSmsOnSim(int index, Message response) { in deleteSmsOnSim()
273 public void deleteSmsOnRuim(int index, Message response) { in deleteSmsOnRuim()
277 public void writeSmsToSim(int status, String smsc, String pdu, Message response) { in writeSmsToSim()
281 public void writeSmsToRuim(int status, byte[] pdu, Message response) { in writeSmsToRuim()
335 public void queryCallWaiting(int serviceClass, Message response) { in queryCallWaiting()
340 Message response) { in setCallWaiting()
[all …]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsPhoneCommandInterface.java197 public void setMute (boolean enableMute, Message response) { in setMute()
201 public void getMute (Message response) { in getMute()
255 int retry, int messageRef, Message response) { in sendImsGsmSms()
260 Message response) { in sendImsCdmaSms()
268 public void deleteSmsOnSim(int index, Message response) { in deleteSmsOnSim()
272 public void deleteSmsOnRuim(int index, Message response) { in deleteSmsOnRuim()
276 public void writeSmsToSim(int status, String smsc, String pdu, Message response) { in writeSmsToSim()
280 public void writeSmsToRuim(int status, byte[] pdu, Message response) { in writeSmsToRuim()
334 public void queryCallWaiting(int serviceClass, Message response) { in queryCallWaiting()
339 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.java549 Response response = new Response(latch, mMockAccountManagerResponse); in testStartAddAccountSessionSuccessWithoutPasswordForwarding() local
580 Response response = new Response(latch, mMockAccountManagerResponse); in testStartAddAccountSessionSuccessWithPasswordForwarding() local
620 Response response = new Response(latch, mMockAccountManagerResponse); in testStartAddAccountSessionReturnWithInvalidIntent() local
649 Response response = new Response(latch, mMockAccountManagerResponse); in testStartAddAccountSessionReturnWithValidIntent() local
680 Response response = new Response(latch, mMockAccountManagerResponse); in testStartAddAccountSessionError() local
735 Response response = new Response(latch, mMockAccountManagerResponse); in testStartUpdateCredentialsSessionSuccessWithoutPasswordForwarding() local
765 Response response = new Response(latch, mMockAccountManagerResponse); in testStartUpdateCredentialsSessionSuccessWithPasswordForwarding() local
804 Response response = new Response(latch, mMockAccountManagerResponse); in testStartUpdateCredentialsSessionReturnWithInvalidIntent() local
833 Response response = new Response(latch, mMockAccountManagerResponse); in testStartUpdateCredentialsSessionReturnWithValidIntent() local
864 Response response = new Response(latch, mMockAccountManagerResponse); in testStartUpdateCredentialsSessionError() local
[all …]
/frameworks/base/core/java/android/net/
DParseException.java26 public String response; field in ParseException
28 ParseException(@NonNull String response) { in ParseException()
33 ParseException(@NonNull String response, @NonNull Throwable cause) { in ParseException()
/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/telephony/tests/telephonytests/src/com/android/internal/telephony/
DSimulatedCommandsVerifier.java787 public void setMute(boolean enableMute, Message response) { in setMute()
792 public void getMute(Message response) { in getMute()
797 public void getSignalStrength(Message response) { in getSignalStrength()
802 public void getVoiceRegistrationState(Message response) { in getVoiceRegistrationState()
807 public void getDataRegistrationState(Message response) { in getDataRegistrationState()
812 public void getOperator(Message response) { in getOperator()
837 public void sendSMS(String smscPDU, String pdu, Message response) { in sendSMS()
842 public void sendSMSExpectMore(String smscPDU, String pdu, Message response) { in sendSMSExpectMore()
847 public void sendCdmaSms(byte[] pdu, Message response) { in sendCdmaSms()
852 public void sendCdmaSMSExpectMore(byte[] pdu, Message response) { in sendCdmaSMSExpectMore()
[all …]
DSimulatedCommands.java951 public void sendTerminalResponse(String contents, Message response) { in sendTerminalResponse()
959 public void sendEnvelope(String contents, Message response) { in sendEnvelope()
967 public void sendEnvelopeWithStatus(String contents, Message response) { in sendEnvelopeWithStatus()
976 boolean accept, Message response) { in handleCallSetupRequestFromSim()
1139 public void deleteSmsOnSim(int index, Message response) { in deleteSmsOnSim()
1145 public void deleteSmsOnRuim(int index, Message response) { in deleteSmsOnRuim()
1151 public void writeSmsToSim(int status, String smsc, String pdu, Message response) { in writeSmsToSim()
1157 public void writeSmsToRuim(int status, byte[] pdu, Message response) { in writeSmsToRuim()
1210 DataCallResponse response = RIL.convertDataCallResult(mSetupDataCallResult); in setupDataCall() local
1241 public void setLocationUpdates(boolean enable, Message response) { in setLocationUpdates()
[all …]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DCommandsInterface.java1091 void setMute (boolean enableMute, Message response); in setMute()
1093 void getMute (Message response); in getMute()
1103 void getSignalStrength (Message response); in getSignalStrength()
1117 void getVoiceRegistrationState (Message response); in getVoiceRegistrationState()
1129 void getDataRegistrationState (Message response); in getDataRegistrationState()
1138 void getOperator(Message response); in getOperator()
1176 void sendSMS (String smscPDU, String pdu, Message response); in sendSMS()
1186 void sendSMSExpectMore (String smscPDU, String pdu, Message response); in sendSMSExpectMore()
1192 void sendCdmaSms(byte[] pdu, Message response); in sendCdmaSms()
1199 void sendCdmaSMSExpectMore(byte[] pdu, Message response); in sendCdmaSMSExpectMore()
[all …]
DRadioIndication.java257 LinkCapacityEstimate response = RIL.convertHalLceData(lce, mRil); in currentLinkCapacityEstimate() local
322 List<EmergencyNumber> response = new ArrayList<>(emergencyNumberList.size()); in currentEmergencyNumberList() local
432 IccRefreshResponse response = new IccRefreshResponse(); in simRefresh() local
445 char response[] = null; in callRing() local
557 int response[] = new int[1]; in cdmaOtaProvisionStatus() local
679 int response[] = new int[1]; in cdmaSubscriptionSourceChanged() local
691 int response[] = new int[1]; in cdmaPrlChanged() local
724 int response[] = new int[1]; in voiceRadioTechChanged() local
738 ArrayList<CellInfo> response = RIL.convertHalCellInfoList(records); in cellInfoList() local
750 ArrayList<CellInfo> response = RIL.convertHalCellInfoList_1_2(records); in cellInfoList_1_2() local
[all …]
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/soap/
DExchangeCompleteMessage.java31 private ExchangeCompleteMessage(@NonNull SoapObject response) throws IllegalArgumentException { in ExchangeCompleteMessage()
41 public static ExchangeCompleteMessage createInstance(@NonNull SoapObject response) { in createInstance()
DPostDevDataResponse.java38 private PostDevDataResponse(@NonNull SoapObject response) throws IllegalArgumentException { in PostDevDataResponse()
57 public static PostDevDataResponse createInstance(@NonNull SoapObject response) { in createInstance()
/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/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/dataconnection/
DDataConnectionTest.java341 private long getSuggestedRetryDelay(DataCallResponse response) throws Exception { in getSuggestedRetryDelay()
355 private SetupResult setLinkProperties(DataCallResponse response, in setLinkProperties()
426 DataCallResponse response = new DataCallResponse.Builder() in testModemSuggestRetry() local
484 DataCallResponse response = new DataCallResponse.Builder() in testModemNotSuggestRetry() local
542 DataCallResponse response = new DataCallResponse.Builder() in testModemSuggestNoRetry() local
738 DataCallResponse response = new DataCallResponse.Builder() in testSetLinkProperties() local
794 DataCallResponse response = new DataCallResponse.Builder() in testSetLinkPropertiesEmptyAddress() local
817 DataCallResponse response = new DataCallResponse.Builder() in testSetLinkPropertiesEmptyDns() local
DDataCallResponseTest.java39 DataCallResponse response = new DataCallResponse.Builder() in testParcel() local
66 DataCallResponse response = new DataCallResponse.Builder() in testEquals() local
/frameworks/av/media/libstagefright/
DMediaCodec.cpp854 const sp<AMessage> &msg, sp<AMessage> *response) { in PostAndAwaitResponse()
875 sp<AMessage> response = new AMessage; in PostReplyWithError() local
1009 sp<AMessage> response; in init() local
1022 sp<AMessage> response; in setCallback() local
1128 sp<AMessage> response; in configure() local
1154 sp<AMessage> response; in releaseCrypto() local
1185 sp<AMessage> response = new AMessage; in onReleaseCrypto() local
1198 sp<AMessage> response; in setInputSurface() local
1206 sp<AMessage> response; in setSurface() local
1214 sp<AMessage> response; in createInputSurface() local
[all …]
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/hotspot2/soap/
DExchangeCompleteMessageTest.java43 SoapObject response = new SoapObject(); in verifyValidExchangeComplete() local
58 SoapObject response = new SoapObject(); in verifyInvalidExchangeCompleteReturnNull() local
DSoapParserTest.java55 SoapObject response = new SoapObject("Spp", "InvalidMessageType"); in verifyInvalidMessageType() local
70 SoapObject response = new SoapObject("Spp", "sppPostDevDataResponse"); in verifyValidSppPostDevDataResponse() local
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
DAdnRecordCache.java131 private void sendErrorResponse(Message response, String errString) { in sendErrorResponse()
151 Message response) { in updateAdnByIndex()
189 String pin2, Message response) { in updateAdnBySearch()
261 requestLoadAllAdnLike (int efid, int extensionEf, Message response) { in requestLoadAllAdnLike()
369 Message response = mUserWriteResponse.get(efid); in handleMessage() local
DIccFileHandler.java185 Message response in loadEFLinearFixed() local
218 Message response = obtainMessage(EVENT_GET_RECORD_SIZE_IMG_DONE, in loadEFImgLinearFixed() local
241 Message response in getEFLinearRecordSize() local
271 Message response = obtainMessage(EVENT_GET_EF_TRANSPARENT_SIZE_DONE, fileid, 0, onLoaded); in getEFTransparentRecordSize() local
307 Message response = obtainMessage(EVENT_GET_RECORD_SIZE_DONE, in loadEFLinearFixedAll() local
338 Message response = obtainMessage(EVENT_GET_BINARY_SIZE_DONE, in loadEFTransparent() local
356 Message response = obtainMessage(EVENT_READ_BINARY_DONE, in loadEFTransparent() local
375 Message response = obtainMessage(EVENT_READ_ICON_DONE, fileid, 0, in loadEFImgTransparent() local
446 private void sendResult(Message response, Object result, Throwable ex) { in sendResult()
456 private boolean processException(Message response, AsyncResult ar) { in processException()
[all …]
/frameworks/base/tests/CoreTests/android/core/
DTestHttpClient.java105 HttpResponse response = this.httpexecutor.execute(request, conn, this.context); in execute() local
112 public boolean keepAlive(final HttpResponse response) { in keepAlive()

12345678