Home
last modified time | relevance | path

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

123456

/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.aidl37 void hasFeatures(in IAccountManagerResponse response, in Account account, in String[] features, in hasFeatures()
39 void getAccountsByFeatures(in IAccountManagerResponse response, String accountType, in getAccountsByFeatures()
42 void removeAccount(in IAccountManagerResponse response, in Account account, in removeAccount()
44 void removeAccountAsUser(in IAccountManagerResponse response, in Account account, in removeAccountAsUser()
47 void copyAccountToUser(in IAccountManagerResponse response, in Account account, in copyAccountToUser()
57 void getAuthToken(in IAccountManagerResponse response, in Account account, in getAuthToken()
60 void addAccount(in IAccountManagerResponse response, String accountType, in addAccount()
63 void addAccountAsUser(in IAccountManagerResponse response, String accountType, in addAccountAsUser()
66 void updateCredentials(in IAccountManagerResponse response, in Account account, in updateCredentials()
68 void editProperties(in IAccountManagerResponse response, String accountType, in editProperties()
[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()
311 public void queryCallWaiting(int serviceClass, Message response) { in queryCallWaiting()
316 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()
312 public void queryCallWaiting(int serviceClass, Message response) { in queryCallWaiting()
317 Message response) { in setCallWaiting()
[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.cpp48 const sp<AMessage> &msg, sp<AMessage> *response) { in PostAndAwaitResponse()
64 sp<AMessage> response; in setDataSource() local
78 sp<AMessage> response; in setSurface() local
84 sp<AMessage> response; in prepare() local
90 sp<AMessage> response; in start() local
96 sp<AMessage> response; in stop() local
102 sp<AMessage> response; in reset() local
121 sp<AMessage> response = new AMessage; in onMessageReceived() local
142 sp<AMessage> response = new AMessage; in onMessageReceived() local
164 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.java872 public void sendTerminalResponse(String contents, Message response) { in sendTerminalResponse()
880 public void sendEnvelope(String contents, Message response) { in sendEnvelope()
888 public void sendEnvelopeWithStatus(String contents, Message response) { in sendEnvelopeWithStatus()
897 boolean accept, Message response) { in handleCallSetupRequestFromSim()
1053 public void deleteSmsOnSim(int index, Message response) { in deleteSmsOnSim()
1059 public void deleteSmsOnRuim(int index, Message response) { in deleteSmsOnRuim()
1065 public void writeSmsToSim(int status, String smsc, String pdu, Message response) { in writeSmsToSim()
1071 public void writeSmsToRuim(int status, String pdu, Message response) { in writeSmsToRuim()
1152 public void setLocationUpdates(boolean enable, Message response) { in setLocationUpdates()
1220 String pin2, Message response) { in iccIO()
[all …]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DRIL.java1309 setMute (boolean enableMute, Message response) { in setMute()
1324 getMute (Message response) { in getMute()
1566 public void deleteSmsOnSim(int index, Message response) { in deleteSmsOnSim()
1581 public void deleteSmsOnRuim(int index, Message response) { in deleteSmsOnRuim()
1596 public void writeSmsToSim(int status, String smsc, String pdu, Message response) { in writeSmsToSim()
1614 public void writeSmsToRuim(int status, String pdu, Message response) { in writeSmsToRuim()
1852 queryCallWaiting(int serviceClass, Message response) { in queryCallWaiting()
1867 setCallWaiting(boolean enable, int serviceClass, Message response) { in setCallWaiting()
1883 setNetworkSelectionModeAutomatic(Message response) { in setNetworkSelectionModeAutomatic()
1895 setNetworkSelectionModeManual(String operatorNumeric, Message response) { in setNetworkSelectionModeManual()
[all …]
DCommandsInterface.java1003 void setMute (boolean enableMute, Message response); in setMute()
1005 void getMute (Message response); in getMute()
1014 void getSignalStrength (Message response); in getSignalStrength()
1027 void getVoiceRegistrationState (Message response); in getVoiceRegistrationState()
1039 void getDataRegistrationState (Message response); in getDataRegistrationState()
1047 void getOperator(Message response); in getOperator()
1084 void sendSMS (String smscPDU, String pdu, Message response); in sendSMS()
1094 void sendSMSExpectMore (String smscPDU, String pdu, Message response); in sendSMSExpectMore()
1100 void sendCdmaSms(byte[] pdu, Message response); in sendCdmaSms()
1114 Message response); in sendImsGsmSms()
[all …]
/frameworks/volley/src/main/java/com/android/volley/
DExecutorDelivery.java54 public void postResponse(Request<?> request, Response<?> response) { in postResponse()
59 public void postResponse(Request<?> request, Response<?> response, Runnable runnable) { in postResponse()
68 Response<?> response = Response.error(error); in postError() local
82 public ResponseDeliveryRunnable(Request request, Response response, Runnable runnable) { in ResponseDeliveryRunnable()
DResponseDelivery.java23 public void postResponse(Request<?> request, Response<?> response); in postResponse()
29 public void postResponse(Request<?> request, Response<?> response, Runnable runnable); in postResponse()
/frameworks/av/media/libstagefright/
DMediaCodec.cpp291 const sp<AMessage> &msg, sp<AMessage> *response) { in PostAndAwaitResponse()
312 sp<AMessage> response = new AMessage; in PostReplyWithError() local
415 sp<AMessage> response; in init() local
428 sp<AMessage> response; in setCallback() local
489 sp<AMessage> response; in configure() local
513 sp<AMessage> response; in setInputSurface() local
521 sp<AMessage> response; in setSurface() local
529 sp<AMessage> response; in createInputSurface() local
592 sp<AMessage> response; in start() local
600 sp<AMessage> response; in start() local
[all …]
/frameworks/base/core/java/android/net/
DParseException.java24 public String response; field in ParseException
26 ParseException(String response) { in ParseException()
/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/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
1141 AString response = "RTSP/1.0 200 OK\r\n"; in onOptionsRequest() local
1305 AString response = "RTSP/1.0 200 OK\r\n"; in onSetupRequest() local
[all …]
/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.java171 Message response in loadEFLinearFixed() local
203 Message response = obtainMessage(EVENT_GET_RECORD_SIZE_IMG_DONE, in loadEFImgLinearFixed() local
225 Message response in getEFLinearRecordSize() local
257 Message response = obtainMessage(EVENT_GET_RECORD_SIZE_DONE, in loadEFLinearFixedAll() local
288 Message response = obtainMessage(EVENT_GET_BINARY_SIZE_DONE, in loadEFTransparent() local
306 Message response = obtainMessage(EVENT_READ_BINARY_DONE, in loadEFTransparent() local
325 Message response = obtainMessage(EVENT_READ_ICON_DONE, fileid, 0, in loadEFImgTransparent() local
393 private void sendResult(Message response, Object result, Throwable ex) { in sendResult()
403 private boolean processException(Message response, AsyncResult ar) { in processException()
426 Message response = null; in handleMessage() local
/frameworks/volley/src/main/java/com/android/volley/toolbox/
DClearCacheRequest.java63 protected Response<Object> parseNetworkResponse(NetworkResponse response) { in parseNetworkResponse()
68 protected void deliverResponse(Object response) { in deliverResponse()
DStringRequest.java59 protected void deliverResponse(String response) { in deliverResponse()
64 protected Response<String> parseNetworkResponse(NetworkResponse response) { in parseNetworkResponse()
/frameworks/volley/src/test/java/com/android/volley/mock/
DWaitableQueue.java64 protected Response<Object> parseNetworkResponse(NetworkResponse response) { in parseNetworkResponse()
69 protected void deliverResponse(Object response) { in deliverResponse()
DMockResponseDelivery.java35 public void postResponse(Request<?> request, Response<?> response) { in postResponse()
41 public void postResponse(Request<?> request, Response<?> response, Runnable runnable) { in postResponse()
/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/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()

123456