Home
last modified time | relevance | path

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

123456

/frameworks/base/core/java/android/accounts/
DAbstractAccountAuthenticator.java127 public void addAccount(IAccountAuthenticatorResponse response, String accountType, in addAccount()
155 public void confirmCredentials(IAccountAuthenticatorResponse response, in confirmCredentials()
180 public void getAuthTokenLabel(IAccountAuthenticatorResponse response, in getAuthTokenLabel()
205 public void getAuthToken(IAccountAuthenticatorResponse response, in getAuthToken()
233 public void updateCredentials(IAccountAuthenticatorResponse response, Account account, in updateCredentials()
262 public void editProperties(IAccountAuthenticatorResponse response, in editProperties()
277 public void hasFeatures(IAccountAuthenticatorResponse response, in hasFeatures()
292 public void getAccountRemovalAllowed(IAccountAuthenticatorResponse response, in getAccountRemovalAllowed()
307 public void getAccountCredentialsForCloning(IAccountAuthenticatorResponse response, in getAccountCredentialsForCloning()
323 public void addAccountFromCredentials(IAccountAuthenticatorResponse response, in addAccountFromCredentials()
[all …]
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()
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/sip/
DSipCommandInterface.java176 public void setMute (boolean enableMute, Message response) { in setMute()
180 public void getMute (Message response) { in getMute()
230 int retry, int messageRef, Message response) { in sendImsGsmSms()
235 Message response) { in sendImsCdmaSms()
243 public void deleteSmsOnSim(int index, Message response) { in deleteSmsOnSim()
247 public void deleteSmsOnRuim(int index, Message response) { in deleteSmsOnRuim()
251 public void writeSmsToSim(int status, String smsc, String pdu, Message response) { in writeSmsToSim()
255 public void writeSmsToRuim(int status, String pdu, Message response) { in writeSmsToRuim()
309 public void queryCallWaiting(int serviceClass, Message response) { in queryCallWaiting()
314 Message response) { in setCallWaiting()
[all …]
DSipPhoneBase.java388 public void getAvailableNetworks(Message response) { in getAvailableNetworks()
392 public void setNetworkSelectionModeAutomatic(Message response) { in setNetworkSelectionModeAutomatic()
397 Message response) { in selectNetworkManually()
401 public void getNeighboringCids(Message response) { in getNeighboringCids()
409 public void getDataCallList(Message response) { in getDataCallList()
482 public void activateCellBroadcastSms(int activate, Message response) { in activateCellBroadcastSms()
487 public void getCellBroadcastSmsConfig(Message response) { in getCellBroadcastSmsConfig()
492 public void setCellBroadcastSmsConfig(int[] configValuesArray, Message response){ in setCellBroadcastSmsConfig()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsPhoneCommandInterface.java175 public void setMute (boolean enableMute, Message response) { in setMute()
179 public void getMute (Message response) { in getMute()
229 int retry, int messageRef, Message response) { in sendImsGsmSms()
234 Message response) { in sendImsCdmaSms()
242 public void deleteSmsOnSim(int index, Message response) { in deleteSmsOnSim()
246 public void deleteSmsOnRuim(int index, Message response) { in deleteSmsOnRuim()
250 public void writeSmsToSim(int status, String smsc, String pdu, Message response) { in writeSmsToSim()
254 public void writeSmsToRuim(int status, String pdu, Message response) { in writeSmsToRuim()
308 public void queryCallWaiting(int serviceClass, Message response) { in queryCallWaiting()
313 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 …]
DDcSwitchAsyncChannel.java139 private boolean rspIsIdle(Message response) { in rspIsIdle()
146 Message response = sendMessageSynchronously(REQ_IS_IDLE_STATE); in isIdleSync() local
160 public boolean rspIsIdleOrDetaching(Message response) { in rspIsIdleOrDetaching()
167 Message response = sendMessageSynchronously(REQ_IS_IDLE_OR_DETACHING_STATE); in isIdleOrDetachingSync() local
/frameworks/opt/telephony/src/java/com/android/internal/telephony/test/
DSimulatedCommands.java844 public void sendTerminalResponse(String contents, Message response) { in sendTerminalResponse()
852 public void sendEnvelope(String contents, Message response) { in sendEnvelope()
860 public void sendEnvelopeWithStatus(String contents, Message response) { in sendEnvelopeWithStatus()
869 boolean accept, Message response) { in handleCallSetupRequestFromSim()
1011 public void deleteSmsOnSim(int index, Message response) { in deleteSmsOnSim()
1017 public void deleteSmsOnRuim(int index, Message response) { in deleteSmsOnRuim()
1023 public void writeSmsToSim(int status, String smsc, String pdu, Message response) { in writeSmsToSim()
1029 public void writeSmsToRuim(int status, String pdu, Message response) { in writeSmsToRuim()
1070 public void setLocationUpdates(boolean enable, Message response) { in setLocationUpdates()
1134 String pin2, Message response) { in iccIO()
[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/
DRIL.java1174 setMute (boolean enableMute, Message response) { in setMute()
1189 getMute (Message response) { in getMute()
1421 public void deleteSmsOnSim(int index, Message response) { in deleteSmsOnSim()
1436 public void deleteSmsOnRuim(int index, Message response) { in deleteSmsOnRuim()
1451 public void writeSmsToSim(int status, String smsc, String pdu, Message response) { in writeSmsToSim()
1469 public void writeSmsToRuim(int status, String pdu, Message response) { in writeSmsToRuim()
1702 queryCallWaiting(int serviceClass, Message response) { in queryCallWaiting()
1717 setCallWaiting(boolean enable, int serviceClass, Message response) { in setCallWaiting()
1733 setNetworkSelectionModeAutomatic(Message response) { in setNetworkSelectionModeAutomatic()
1745 setNetworkSelectionModeManual(String operatorNumeric, Message response) { in setNetworkSelectionModeManual()
[all …]
DCommandsInterface.java1000 void setMute (boolean enableMute, Message response); in setMute()
1002 void getMute (Message response); in getMute()
1011 void getSignalStrength (Message response); in getSignalStrength()
1024 void getVoiceRegistrationState (Message response); in getVoiceRegistrationState()
1036 void getDataRegistrationState (Message response); in getDataRegistrationState()
1044 void getOperator(Message response); in getOperator()
1081 void sendSMS (String smscPDU, String pdu, Message response); in sendSMS()
1091 void sendSMSExpectMore (String smscPDU, String pdu, Message response); in sendSMSExpectMore()
1097 void sendCdmaSms(byte[] pdu, Message response); in sendCdmaSms()
1111 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.cpp276 const sp<AMessage> &msg, sp<AMessage> *response) { in PostAndAwaitResponse()
297 sp<AMessage> response = new AMessage; in PostReplyWithError() local
390 sp<AMessage> response; in init() local
403 sp<AMessage> response; in setCallback() local
456 sp<AMessage> response; in configure() local
480 sp<AMessage> response; in setInputSurface() local
488 sp<AMessage> response; in setSurface() local
496 sp<AMessage> response; in createInputSurface() local
557 sp<AMessage> response; in start() local
565 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/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()
177 String pin2, Message response) { in updateAdnBySearch()
246 requestLoadAllAdnLike (int efid, int extensionEf, Message response) { in requestLoadAllAdnLike()
353 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