Home
last modified time | relevance | path

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

123456789

/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.java156 public void addAccount(IAccountAuthenticatorResponse response, String accountType, in addAccount()
187 public void confirmCredentials(IAccountAuthenticatorResponse response, in confirmCredentials()
212 public void getAuthTokenLabel(IAccountAuthenticatorResponse response, in getAuthTokenLabel()
237 public void getAuthToken(IAccountAuthenticatorResponse response, in getAuthToken()
265 public void updateCredentials(IAccountAuthenticatorResponse response, Account account, in updateCredentials()
294 public void editProperties(IAccountAuthenticatorResponse response, in editProperties()
309 public void hasFeatures(IAccountAuthenticatorResponse response, in hasFeatures()
324 public void getAccountRemovalAllowed(IAccountAuthenticatorResponse response, in getAccountRemovalAllowed()
339 public void getAccountCredentialsForCloning(IAccountAuthenticatorResponse response, in getAccountCredentialsForCloning()
355 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/imsphone/
DImsPhoneCommandInterface.java190 public void setMute (boolean enableMute, Message response) { in setMute()
194 public void getMute (Message response) { in getMute()
244 int retry, int messageRef, Message response) { in sendImsGsmSms()
249 Message response) { in sendImsCdmaSms()
257 public void deleteSmsOnSim(int index, Message response) { in deleteSmsOnSim()
261 public void deleteSmsOnRuim(int index, Message response) { in deleteSmsOnRuim()
265 public void writeSmsToSim(int status, String smsc, String pdu, Message response) { in writeSmsToSim()
269 public void writeSmsToRuim(int status, String pdu, Message response) { in writeSmsToRuim()
323 public void queryCallWaiting(int serviceClass, Message response) { in queryCallWaiting()
328 Message response) { in setCallWaiting()
[all …]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
DSipCommandInterface.java191 public void setMute (boolean enableMute, Message response) { in setMute()
195 public void getMute (Message response) { in getMute()
245 int retry, int messageRef, Message response) { in sendImsGsmSms()
250 Message response) { in sendImsCdmaSms()
258 public void deleteSmsOnSim(int index, Message response) { in deleteSmsOnSim()
262 public void deleteSmsOnRuim(int index, Message response) { in deleteSmsOnRuim()
266 public void writeSmsToSim(int status, String smsc, String pdu, Message response) { in writeSmsToSim()
270 public void writeSmsToRuim(int status, String pdu, Message response) { in writeSmsToRuim()
324 public void queryCallWaiting(int serviceClass, Message response) { in queryCallWaiting()
329 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/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/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/opt/telephony/src/java/com/android/internal/telephony/test/
DSimulatedCommandsVerifier.java777 public void setMute(boolean enableMute, Message response) { in setMute()
782 public void getMute(Message response) { in getMute()
787 public void getSignalStrength(Message response) { in getSignalStrength()
792 public void getVoiceRegistrationState(Message response) { in getVoiceRegistrationState()
797 public void getDataRegistrationState(Message response) { in getDataRegistrationState()
802 public void getOperator(Message response) { in getOperator()
827 public void sendSMS(String smscPDU, String pdu, Message response) { in sendSMS()
832 public void sendSMSExpectMore(String smscPDU, String pdu, Message response) { in sendSMSExpectMore()
837 public void sendCdmaSms(byte[] pdu, Message response) { in sendCdmaSms()
843 Message response) { in sendImsGsmSms()
[all …]
DSimulatedCommands.java926 public void sendTerminalResponse(String contents, Message response) { in sendTerminalResponse()
934 public void sendEnvelope(String contents, Message response) { in sendEnvelope()
942 public void sendEnvelopeWithStatus(String contents, Message response) { in sendEnvelopeWithStatus()
951 boolean accept, Message response) { in handleCallSetupRequestFromSim()
1114 public void deleteSmsOnSim(int index, Message response) { in deleteSmsOnSim()
1120 public void deleteSmsOnRuim(int index, Message response) { in deleteSmsOnRuim()
1126 public void writeSmsToSim(int status, String smsc, String pdu, Message response) { in writeSmsToSim()
1132 public void writeSmsToRuim(int status, String pdu, Message response) { in writeSmsToRuim()
1177 DataCallResponse response = RIL.convertDataCallResult(mSetupDataCallResult); in setupDataCall() local
1208 public void setLocationUpdates(boolean enable, Message response) { in setLocationUpdates()
[all …]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DCommandsInterface.java1051 void setMute (boolean enableMute, Message response); in setMute()
1053 void getMute (Message response); in getMute()
1063 void getSignalStrength (Message response); in getSignalStrength()
1077 void getVoiceRegistrationState (Message response); in getVoiceRegistrationState()
1089 void getDataRegistrationState (Message response); in getDataRegistrationState()
1098 void getOperator(Message response); in getOperator()
1136 void sendSMS (String smscPDU, String pdu, Message response); in sendSMS()
1146 void sendSMSExpectMore (String smscPDU, String pdu, Message response); in sendSMSExpectMore()
1152 void sendCdmaSms(byte[] pdu, Message response); in sendCdmaSms()
1166 Message response); in sendImsGsmSms()
[all …]
DRadioIndication.java248 LinkCapacityEstimate response = RIL.convertHalLceData(lce, mRil); in currentLinkCapacityEstimate() local
313 List<EmergencyNumber> response = new ArrayList<>(emergencyNumberList.size()); in currentEmergencyNumberList() local
337 ArrayList<DataCallResponse> response = RIL.convertDataCallResultList(dcList); in dataCallListChanged() local
349 ArrayList<DataCallResponse> response = RIL.convertDataCallResultList(dcList); in dataCallListChanged_1_4() local
424 IccRefreshResponse response = new IccRefreshResponse(); in simRefresh() local
437 char response[] = null; in callRing() local
549 int response[] = new int[1]; in cdmaOtaProvisionStatus() local
671 int response[] = new int[1]; in cdmaSubscriptionSourceChanged() local
683 int response[] = new int[1]; in cdmaPrlChanged() local
716 int response[] = new int[1]; in voiceRadioTechChanged() 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.java338 private long getSuggestedRetryDelay(DataCallResponse response) throws Exception { in getSuggestedRetryDelay()
352 private SetupResult setLinkProperties(DataCallResponse response, in setLinkProperties()
423 DataCallResponse response = new DataCallResponse(0, 0, 1, 2, in testModemSuggestRetry() local
455 DataCallResponse response = new DataCallResponse(0, -1, 1, 2, in testModemNotSuggestRetry() local
487 DataCallResponse response = new DataCallResponse(0, Integer.MAX_VALUE, 1, 2, in testModemSuggestNoRetry() local
664 DataCallResponse response = new DataCallResponse(0, -1, 1, 2, in testSetLinkProperties() local
712 DataCallResponse response = new DataCallResponse(0, -1, 1, 2, in testSetLinkPropertiesEmptyAddress() local
730 DataCallResponse response = new DataCallResponse(0, -1, 1, 2, in testSetLinkPropertiesEmptyDns() local
DDataCallResponseTest.java39 DataCallResponse response = new DataCallResponse(0, -1, 1, 2, in testParcel() local
57 DataCallResponse response = new DataCallResponse(0, -1, 1, 2, in testEquals() local
/frameworks/av/media/libstagefright/
DMediaCodec.cpp832 const sp<AMessage> &msg, sp<AMessage> *response) { in PostAndAwaitResponse()
853 sp<AMessage> response = new AMessage; in PostReplyWithError() local
982 sp<AMessage> response; in init() local
995 sp<AMessage> response; in setCallback() local
1100 sp<AMessage> response; in configure() local
1126 sp<AMessage> response; in releaseCrypto() local
1157 sp<AMessage> response = new AMessage; in onReleaseCrypto() local
1170 sp<AMessage> response; in setInputSurface() local
1178 sp<AMessage> response; in setSurface() local
1186 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.java181 Message response in loadEFLinearFixed() local
214 Message response = obtainMessage(EVENT_GET_RECORD_SIZE_IMG_DONE, in loadEFImgLinearFixed() local
237 Message response in getEFLinearRecordSize() local
271 Message response = obtainMessage(EVENT_GET_RECORD_SIZE_DONE, in loadEFLinearFixedAll() local
304 Message response = obtainMessage(EVENT_GET_BINARY_SIZE_DONE, in loadEFTransparent() local
322 Message response = obtainMessage(EVENT_READ_BINARY_DONE, in loadEFTransparent() local
341 Message response = obtainMessage(EVENT_READ_ICON_DONE, fileid, 0, in loadEFImgTransparent() local
412 private void sendResult(Message response, Object result, Throwable ex) { in sendResult()
422 private boolean processException(Message response, AsyncResult ar) { in processException()
445 Message response = null; in handleMessage() local
/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()

123456789