Home
last modified time | relevance | path

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

1234567

/frameworks/base/core/java/android/accounts/
DIAccountAuthenticator.aidl31 void addAccount(in IAccountAuthenticatorResponse response, String accountType, in addAccount()
37 void confirmCredentials(in IAccountAuthenticatorResponse response, in Account account, in confirmCredentials()
43 void getAuthToken(in IAccountAuthenticatorResponse response, in Account account, in getAuthToken()
49 void getAuthTokenLabel(in IAccountAuthenticatorResponse response, String authTokenType); in getAuthTokenLabel()
54 void updateCredentials(in IAccountAuthenticatorResponse response, in Account account, in updateCredentials()
60 void editProperties(in IAccountAuthenticatorResponse response, String accountType); in editProperties()
66 void hasFeatures(in IAccountAuthenticatorResponse response, in Account account, in hasFeatures()
72 void getAccountRemovalAllowed(in IAccountAuthenticatorResponse response, in Account account); in getAccountRemovalAllowed()
77 void getAccountCredentialsForCloning(in IAccountAuthenticatorResponse response, in getAccountCredentialsForCloning()
84 void addAccountFromCredentials(in IAccountAuthenticatorResponse response, in Account account, in addAccountFromCredentials()
[all …]
DAbstractAccountAuthenticator.java157 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/imsphone/
DImsPhoneCommandInterface.java178 public void setMute (boolean enableMute, Message response) { in setMute()
182 public void getMute (Message response) { in getMute()
232 int retry, int messageRef, Message response) { in sendImsGsmSms()
237 Message response) { in sendImsCdmaSms()
245 public void deleteSmsOnSim(int index, Message response) { in deleteSmsOnSim()
249 public void deleteSmsOnRuim(int index, Message response) { in deleteSmsOnRuim()
253 public void writeSmsToSim(int status, String smsc, String pdu, Message response) { in writeSmsToSim()
257 public void writeSmsToRuim(int status, String pdu, Message response) { in writeSmsToRuim()
310 public void queryCallWaiting(int serviceClass, Message response) { in queryCallWaiting()
315 Message response) { in setCallWaiting()
[all …]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
DSipCommandInterface.java179 public void setMute (boolean enableMute, Message response) { in setMute()
183 public void getMute (Message response) { in getMute()
233 int retry, int messageRef, Message response) { in sendImsGsmSms()
238 Message response) { in sendImsCdmaSms()
246 public void deleteSmsOnSim(int index, Message response) { in deleteSmsOnSim()
250 public void deleteSmsOnRuim(int index, Message response) { in deleteSmsOnRuim()
254 public void writeSmsToSim(int status, String smsc, String pdu, Message response) { in writeSmsToSim()
258 public void writeSmsToRuim(int status, String pdu, Message response) { in writeSmsToRuim()
311 public void queryCallWaiting(int serviceClass, Message response) { in queryCallWaiting()
316 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.java546 Response response = new Response(latch, mMockAccountManagerResponse); in testStartAddAccountSessionSuccessWithoutPasswordForwarding() local
577 Response response = new Response(latch, mMockAccountManagerResponse); in testStartAddAccountSessionSuccessWithPasswordForwarding() local
615 Response response = new Response(latch, mMockAccountManagerResponse); in testStartAddAccountSessionReturnWithInvalidIntent() local
644 Response response = new Response(latch, mMockAccountManagerResponse); in testStartAddAccountSessionReturnWithValidIntent() local
675 Response response = new Response(latch, mMockAccountManagerResponse); in testStartAddAccountSessionError() local
730 Response response = new Response(latch, mMockAccountManagerResponse); in testStartUpdateCredentialsSessionSuccessWithoutPasswordForwarding() local
760 Response response = new Response(latch, mMockAccountManagerResponse); in testStartUpdateCredentialsSessionSuccessWithPasswordForwarding() local
797 Response response = new Response(latch, mMockAccountManagerResponse); in testStartUpdateCredentialsSessionReturnWithInvalidIntent() local
826 Response response = new Response(latch, mMockAccountManagerResponse); in testStartUpdateCredentialsSessionReturnWithValidIntent() local
857 Response response = new Response(latch, mMockAccountManagerResponse); in testStartUpdateCredentialsSessionError() local
[all …]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
DDcAsyncChannel.java133 public boolean rspIsInactive(Message response) { in rspIsInactive()
146 Message response = sendMessageSynchronously(REQ_IS_INACTIVE); in isInactiveSync() local
174 public int rspCid(Message response) { in rspCid()
186 Message response = sendMessageSynchronously(REQ_GET_CID); in getCidSync() local
214 public ApnSetting rspApnSetting(Message response) { in rspApnSetting()
228 Message response = sendMessageSynchronously(REQ_GET_APNSETTING); in getApnSettingSync() local
256 public LinkProperties rspLinkProperties(Message response) { in rspLinkProperties()
270 Message response = sendMessageSynchronously(REQ_GET_LINK_PROPERTIES); in getLinkPropertiesSync() local
297 Message response = in setLinkPropertiesHttpProxySync() local
324 public NetworkCapabilities rspNetworkCapabilities(Message response) { in rspNetworkCapabilities()
[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/telephony/src/java/com/android/internal/telephony/test/
DSimulatedCommandsVerifier.java763 public void setMute(boolean enableMute, Message response) { in setMute()
768 public void getMute(Message response) { in getMute()
773 public void getSignalStrength(Message response) { in getSignalStrength()
778 public void getVoiceRegistrationState(Message response) { in getVoiceRegistrationState()
783 public void getDataRegistrationState(Message response) { in getDataRegistrationState()
788 public void getOperator(Message response) { in getOperator()
813 public void sendSMS(String smscPDU, String pdu, Message response) { in sendSMS()
818 public void sendSMSExpectMore(String smscPDU, String pdu, Message response) { in sendSMSExpectMore()
823 public void sendCdmaSms(byte[] pdu, Message response) { in sendCdmaSms()
829 Message response) { in sendImsGsmSms()
[all …]
DSimulatedCommands.java880 public void sendTerminalResponse(String contents, Message response) { in sendTerminalResponse()
888 public void sendEnvelope(String contents, Message response) { in sendEnvelope()
896 public void sendEnvelopeWithStatus(String contents, Message response) { in sendEnvelopeWithStatus()
905 boolean accept, Message response) { in handleCallSetupRequestFromSim()
1061 public void deleteSmsOnSim(int index, Message response) { in deleteSmsOnSim()
1067 public void deleteSmsOnRuim(int index, Message response) { in deleteSmsOnRuim()
1073 public void writeSmsToSim(int status, String smsc, String pdu, Message response) { in writeSmsToSim()
1079 public void writeSmsToRuim(int status, String pdu, Message response) { in writeSmsToRuim()
1149 public void setLocationUpdates(boolean enable, Message response) { in setLocationUpdates()
1217 String pin2, Message response) { in iccIO()
[all …]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DCommandsInterface.java1007 void setMute (boolean enableMute, Message response); in setMute()
1009 void getMute (Message response); in getMute()
1018 void getSignalStrength (Message response); in getSignalStrength()
1031 void getVoiceRegistrationState (Message response); in getVoiceRegistrationState()
1043 void getDataRegistrationState (Message response); in getDataRegistrationState()
1051 void getOperator(Message response); in getOperator()
1088 void sendSMS (String smscPDU, String pdu, Message response); in sendSMS()
1098 void sendSMSExpectMore (String smscPDU, String pdu, Message response); in sendSMSExpectMore()
1104 void sendCdmaSms(byte[] pdu, Message response); in sendCdmaSms()
1118 Message response); in sendImsGsmSms()
[all …]
DRadioIndication.java236 ArrayList<DataCallResponse> response = new ArrayList<>(); in dataCallListChanged() local
318 IccRefreshResponse response = new IccRefreshResponse(); in simRefresh() local
331 char response[] = null; in callRing() local
446 int response[] = new int[1]; in cdmaOtaProvisionStatus() local
568 int response[] = new int[1]; in cdmaSubscriptionSourceChanged() local
580 int response[] = new int[1]; in cdmaPrlChanged() local
614 int response[] = new int[1]; in voiceRadioTechChanged() local
627 ArrayList<CellInfo> response = RIL.convertHalCellInfoList(records); in cellInfoList() local
645 int response[] = new int[1]; in subscriptionStatusChanged() local
657 int response[] = new int[1]; in srvccStateNotify() local
[all …]
DIccPhoneBookInterfaceManager.java185 Message response = mBaseHandler.obtainMessage(EVENT_UPDATE_DONE, status); in updateAdnRecordsInEfBySearch() local
234 Message response = mBaseHandler.obtainMessage(EVENT_UPDATE_DONE, status); in updateAdnRecordsInEfByIndex() local
263 Message response = mBaseHandler.obtainMessage(EVENT_GET_SIZE_DONE, status); in getAdnRecordsSize() local
300 Message response = mBaseHandler.obtainMessage(EVENT_LOAD_DONE, status); in getAdnRecordsInEf() local
/frameworks/base/core/java/android/net/
DParseException.java24 public String response; field in ParseException
26 ParseException(String response) { in ParseException()
/frameworks/av/media/libstagefright/
DMediaCodec.cpp521 const sp<AMessage> &msg, sp<AMessage> *response) { in PostAndAwaitResponse()
542 sp<AMessage> response = new AMessage; in PostReplyWithError() local
663 sp<AMessage> response; in init() local
676 sp<AMessage> response; in setCallback() local
762 sp<AMessage> response; in configure() local
787 sp<AMessage> response; in releaseCrypto() local
818 sp<AMessage> response = new AMessage; in onReleaseCrypto() local
831 sp<AMessage> response; in setInputSurface() local
839 sp<AMessage> response; in setSurface() local
847 sp<AMessage> response; in createInputSurface() local
[all …]
/frameworks/av/media/libstagefright/wifi-display/source/
DWifiDisplaySource.cpp94 const sp<AMessage> &msg, sp<AMessage> *response) { in PostAndAwaitResponse()
114 sp<AMessage> response; in start() local
121 sp<AMessage> response; in stop() local
128 sp<AMessage> response; in pause() local
135 sp<AMessage> response; in resume() local
183 sp<AMessage> response = new AMessage; in onMessageReceived() local
342 sp<AMessage> response = new AMessage; in onMessageReceived() local
362 sp<AMessage> response = new AMessage; in onMessageReceived() local
1139 AString response = "RTSP/1.0 200 OK\r\n"; in onOptionsRequest() local
1303 AString response = "RTSP/1.0 200 OK\r\n"; in onSetupRequest() local
[all …]
/frameworks/base/packages/Osu/src/com/android/hotspot2/osu/
DHTTPHandler.java86 HTTPResponse response = exchangeWithRetry(url, message, HTTPMessage.Method.POST, in exchangeSOAP() local
105 HTTPResponse response = in exchangeBinary() local
111 HTTPResponse response = exchangeWithRetry(url, null, HTTPMessage.Method.GET, null); in doGet() local
121 HTTPResponse response = null; in exchangeWithRetry() local
150 HTTPResponse response = new HTTPResponse(mIn); in httpExchange() local
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/util/
DTelephonyUtilTest.java297 SimAuthResponseData response = TelephonyUtil.get3GAuthResponse( in get3GAuthResponseNullIccAuthentication() local
310 SimAuthResponseData response = TelephonyUtil.get3GAuthResponse( in get3GAuthResponseIccAuthenticationTooShort() local
324 SimAuthResponseData response = TelephonyUtil.get3GAuthResponse( in get3GAuthResponseBadTag() local
338 SimAuthResponseData response = TelephonyUtil.get3GAuthResponse( in get3GAuthResponseUmtsAuth() local
353 SimAuthResponseData response = TelephonyUtil.get3GAuthResponse( in get3GAuthResponseUmtsAuts() local
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
DAdnRecordCache.java122 private void sendErrorResponse(Message response, String errString) { in sendErrorResponse()
141 Message response) { in updateAdnByIndex()
179 String pin2, Message response) { in updateAdnBySearch()
251 requestLoadAllAdnLike (int efid, int extensionEf, Message response) { in requestLoadAllAdnLike()
359 Message response = mUserWriteResponse.get(efid); in handleMessage() local
DIccFileHandler.java173 Message response in loadEFLinearFixed() local
205 Message response = obtainMessage(EVENT_GET_RECORD_SIZE_IMG_DONE, in loadEFImgLinearFixed() local
227 Message response in getEFLinearRecordSize() local
259 Message response = obtainMessage(EVENT_GET_RECORD_SIZE_DONE, in loadEFLinearFixedAll() local
290 Message response = obtainMessage(EVENT_GET_BINARY_SIZE_DONE, in loadEFTransparent() local
308 Message response = obtainMessage(EVENT_READ_BINARY_DONE, in loadEFTransparent() local
327 Message response = obtainMessage(EVENT_READ_ICON_DONE, fileid, 0, in loadEFImgTransparent() local
395 private void sendResult(Message response, Object result, Throwable ex) { in sendResult()
405 private boolean processException(Message response, AsyncResult ar) { in processException()
428 Message response = null; in handleMessage() local
/frameworks/base/core/tests/coretests/src/android/net/http/
DAbstractProxyTest.java75 HttpResponse response = httpClient.execute( in testConnectToHttps() local
124 HttpResponse response = httpProxyClient.execute(request); in testConnectViaProxy() local
169 HttpResponse response = httpProxyClient.execute(request); in testConnectViaHttpProxyToHttps() local
199 HttpResponse response = client.execute(request); in testParamPreferredOverSystemProperty() local
215 HttpResponse response = client.execute(request); in testExplicitNoProxyCancelsSystemProperty() local
278 private String contentToString(HttpResponse response) throws IOException { in contentToString()
/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()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/dataconnection/
DDataConnectionTest.java231 DataCallResponse response = new DataCallResponse(0, 0, 1, 2, "IP", in testModemSuggestRetry() local
250 DataCallResponse response = new DataCallResponse(0, -1, 1, 2, "IP", FAKE_IFNAME, in testModemNotSuggestRetry() local
269 DataCallResponse response = new DataCallResponse(0, Integer.MAX_VALUE, 1, 2, "IP", in testModemSuggestNoRetry() local

1234567