Searched refs:response (Results 1 - 25 of 122) sorted by relevance

12345

/frameworks/base/core/java/android/net/
H A DParseException.java24 public String response; field in class:ParseException
26 ParseException(String response) { argument
27 this.response = response;
H A DPacProxySelector.java65 String response = null;
73 response = mProxyService.resolvePacFile(uri.getHost(), urlString);
77 if (response == null) {
81 return parseResponse(response);
84 private static List<Proxy> parseResponse(String response) { argument
85 String[] split = response.split(";");
/frameworks/base/tools/preload/loadclass/
H A DLoadClass.java59 StringBuilder response = new StringBuilder("DECAFBAD");
64 response.append(',').append(memoryInfo.nativeSharedDirty);
65 response.append(',').append(memoryInfo.dalvikSharedDirty);
66 response.append(',').append(memoryInfo.otherSharedDirty);
67 response.append(',').append(memoryInfo.nativePrivateDirty);
68 response.append(',').append(memoryInfo.dalvikPrivateDirty);
69 response.append(',').append(memoryInfo.otherPrivateDirty);
71 response.append(',').append(allocCount);
72 response.append(',').append(allocSize);
73 response
[all...]
/frameworks/base/core/java/android/accounts/
H A DIAccountAuthenticator.aidl31 void addAccount(in IAccountAuthenticatorResponse response, String accountType,
37 void confirmCredentials(in IAccountAuthenticatorResponse response, in Account account,
43 void getAuthToken(in IAccountAuthenticatorResponse response, in Account account,
49 void getAuthTokenLabel(in IAccountAuthenticatorResponse response, String authTokenType);
54 void updateCredentials(in IAccountAuthenticatorResponse response, in Account account,
60 void editProperties(in IAccountAuthenticatorResponse response, String accountType);
66 void hasFeatures(in IAccountAuthenticatorResponse response, in Account account,
72 void getAccountRemovalAllowed(in IAccountAuthenticatorResponse response, in Account account);
77 void getAccountCredentialsForCloning(in IAccountAuthenticatorResponse response,
84 void addAccountFromCredentials(in IAccountAuthenticatorResponse response, i
[all...]
H A DAbstractAccountAuthenticator.java103 * and return the result via that response when the activity finishes (or whenever else the
118 public void addAccount(IAccountAuthenticatorResponse response, String accountType, argument
129 new AccountAuthenticatorResponse(response),
136 response.onResult(result);
139 handleException(response, "addAccount", accountType, e);
143 public void confirmCredentials(IAccountAuthenticatorResponse response, argument
151 new AccountAuthenticatorResponse(response), account, options);
158 response.onResult(result);
161 handleException(response, "confirmCredentials", account.toString(), e);
165 public void getAuthTokenLabel(IAccountAuthenticatorResponse response, argument
187 getAuthToken(IAccountAuthenticatorResponse response, Account account, String authTokenType, Bundle loginOptions) argument
212 updateCredentials(IAccountAuthenticatorResponse response, Account account, String authTokenType, Bundle loginOptions) argument
237 editProperties(IAccountAuthenticatorResponse response, String accountType) argument
251 hasFeatures(IAccountAuthenticatorResponse response, Account account, String[] features) argument
265 getAccountRemovalAllowed(IAccountAuthenticatorResponse response, Account account) argument
279 getAccountCredentialsForCloning(IAccountAuthenticatorResponse response, Account account) argument
294 addAccountFromCredentials(IAccountAuthenticatorResponse response, Account account, Bundle accountCredentials) argument
312 handleException(IAccountAuthenticatorResponse response, String method, String data, Exception e) argument
367 editProperties(AccountAuthenticatorResponse response, String accountType) argument
390 addAccount(AccountAuthenticatorResponse response, String accountType, String authTokenType, String[] requiredFeatures, Bundle options) argument
410 confirmCredentials(AccountAuthenticatorResponse response, Account account, Bundle options) argument
431 getAuthToken(AccountAuthenticatorResponse response, Account account, String authTokenType, Bundle options) argument
461 updateCredentials(AccountAuthenticatorResponse response, Account account, String authTokenType, Bundle options) argument
481 hasFeatures(AccountAuthenticatorResponse response, Account account, String[] features) argument
500 getAccountRemovalAllowed(AccountAuthenticatorResponse response, Account account) argument
518 getAccountCredentialsForCloning(final AccountAuthenticatorResponse response, final Account account) argument
542 addAccountFromCredentials(final AccountAuthenticatorResponse response, Account account, Bundle accountCredentials) argument
[all...]
H A DIAccountManager.aidl37 void hasFeatures(in IAccountManagerResponse response, in Account account, in String[] features);
38 void getAccountsByFeatures(in IAccountManagerResponse response, String accountType, in String[] features);
40 void removeAccount(in IAccountManagerResponse response, in Account account);
49 void getAuthToken(in IAccountManagerResponse response, in Account account,
52 void addAccount(in IAccountManagerResponse response, String accountType,
55 void updateCredentials(in IAccountManagerResponse response, in Account account,
57 void editProperties(in IAccountManagerResponse response, String accountType,
59 void confirmCredentialsAsUser(in IAccountManagerResponse response, in Account account,
61 void getAuthTokenLabel(in IAccountManagerResponse response, String accountType,
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
H A DDcAsyncChannel.java133 public boolean rspIsInactive(Message response) { argument
134 boolean retVal = response.arg1 == 1;
146 Message response = sendMessageSynchronously(REQ_IS_INACTIVE);
147 if ((response != null) && (response.what == RSP_IS_INACTIVE)) {
148 value = rspIsInactive(response);
150 log("rspIsInactive error response=" + response);
171 * @param response Message
174 public int rspCid(Message response) { argument
214 rspApnSetting(Message response) argument
256 rspLinkProperties(Message response) argument
324 rspLinkCapabilities(Message response) argument
[all...]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
H A DSipCommandInterface.java175 public void setMute (boolean enableMute, Message response) { argument
179 public void getMute (Message response) { argument
225 int retry, int messageRef, Message response) {
230 Message response) {
238 public void deleteSmsOnSim(int index, Message response) { argument
242 public void deleteSmsOnRuim(int index, Message response) { argument
246 public void writeSmsToSim(int status, String smsc, String pdu, Message response) { argument
250 public void writeSmsToRuim(int status, String pdu, Message response) { argument
304 public void queryCallWaiting(int serviceClass, Message response) { argument
309 Message response) {
224 sendImsGsmSms(String smscPDU, String pdu, int retry, int messageRef, Message response) argument
229 sendImsCdmaSms(byte[] pdu, int retry, int messageRef, Message response) argument
308 setCallWaiting(boolean enable, int serviceClass, Message response) argument
313 setNetworkSelectionModeAutomatic(Message response) argument
317 setNetworkSelectionModeManual( String operatorNumeric, Message response) argument
322 getNetworkSelectionMode(Message response) argument
326 getAvailableNetworks(Message response) argument
330 setCallForward(int action, int cfReason, int serviceClass, String number, int timeSeconds, Message response) argument
335 queryCallForwardStatus(int cfReason, int serviceClass, String number, Message response) argument
340 queryCLIP(Message response) argument
344 getBasebandVersion(Message response) argument
348 queryFacilityLock(String facility, String password, int serviceClass, Message response) argument
353 queryFacilityLockForApp(String facility, String password, int serviceClass, String appId, Message response) argument
358 setFacilityLock(String facility, boolean lockState, String password, int serviceClass, Message response) argument
363 setFacilityLockForApp(String facility, boolean lockState, String password, int serviceClass, String appId, Message response) argument
368 sendUSSD(String ussdString, Message response) argument
372 cancelPendingUssd(Message response) argument
380 invokeOemRilRequestRaw(byte[] data, Message response) argument
384 invokeOemRilRequestStrings(String[] strings, Message response) argument
388 setBandMode(int bandMode, Message response) argument
392 queryAvailableBandMode(Message response) argument
396 sendTerminalResponse(String contents, Message response) argument
400 sendEnvelope(String contents, Message response) argument
404 sendEnvelopeWithStatus(String contents, Message response) argument
408 handleCallSetupRequestFromSim( boolean accept, Message response) argument
413 setPreferredNetworkType(int networkType , Message response) argument
417 getPreferredNetworkType(Message response) argument
421 getNeighboringCids(Message response) argument
425 setLocationUpdates(boolean enable, Message response) argument
445 getCdmaSubscriptionSource(Message response) argument
449 getGsmBroadcastConfig(Message response) argument
453 setGsmBroadcastConfig(SmsBroadcastConfigInfo[] config, Message response) argument
457 setGsmBroadcastActivation(boolean activate, Message response) argument
462 getDeviceIdentity(Message response) argument
466 getCDMASubscription(Message response) argument
474 queryCdmaRoamingPreference(Message response) argument
478 setCdmaRoamingPreference(int cdmaRoamingType, Message response) argument
482 setCdmaSubscriptionSource(int cdmaSubscription , Message response) argument
486 queryTTYMode(Message response) argument
490 setTTYMode(int ttyMode, Message response) argument
494 sendCDMAFeatureCode(String FeatureCode, Message response) argument
498 getCdmaBroadcastConfig(Message response) argument
502 setCdmaBroadcastConfig(CdmaSmsBroadcastConfigInfo[] configs, Message response) argument
506 setCdmaBroadcastActivation(boolean activate, Message response) argument
510 exitEmergencyCallbackMode(Message response) argument
514 supplyIccPinForApp(String pin, String aid, Message response) argument
518 supplyIccPukForApp(String puk, String newPin, String aid, Message response) argument
522 supplyIccPin2ForApp(String pin2, String aid, Message response) argument
526 supplyIccPuk2ForApp(String puk2, String newPin2, String aid, Message response) argument
530 changeIccPinForApp(String oldPin, String newPin, String aidPtr, Message response) argument
534 changeIccPin2ForApp(String oldPin2, String newPin2, String aidPtr, Message response) argument
539 requestIsimAuthentication(String nonce, Message response) argument
551 setCellInfoListRate(int rateInMillis, Message response) argument
[all...]
/frameworks/volley/src/com/android/volley/
H A DExecutorDelivery.java31 * Creates a new response delivery interface.
45 * Creates a new response delivery interface, mockable version
54 public void postResponse(Request<?> request, Response<?> response) { argument
55 postResponse(request, response, null);
59 public void postResponse(Request<?> request, Response<?> response, Runnable runnable) { argument
61 request.addMarker("post-response");
62 mResponsePoster.execute(new ResponseDeliveryRunnable(request, response, runnable));
68 Response<?> response = Response.error(error);
69 mResponsePoster.execute(new ResponseDeliveryRunnable(request, response, null));
82 public ResponseDeliveryRunnable(Request request, Response response, Runnabl argument
[all...]
H A DResponseDelivery.java21 * Parses a response from the network or cache and delivers it.
23 public void postResponse(Request<?> request, Response<?> response); argument
26 * Parses a response from the network or cache and delivers it. The provided
29 public void postResponse(Request<?> request, Response<?> response, Runnable runnable); argument
H A DVolleyError.java30 public VolleyError(NetworkResponse response) { argument
31 networkResponse = response;
H A DAuthFailureError.java38 public AuthFailureError(NetworkResponse response) { argument
39 super(response);
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/
H A DUsimDataDownloadCommands.java46 private int mExpectingSendEnvelopeResponseSw1; // SW1/SW2 response status
47 private int mExpectingSendEnvelopeResponseSw2; // SW1/SW2 response status
83 * @param response simulated envelope response to return
85 synchronized void expectSendEnvelope(String contents, int sw1, int sw2, String response) { argument
91 mExpectingSendEnvelopeResponse = response;
108 Message response) {
114 if (response != null) {
115 AsyncResult.forMessage(response);
116 response
107 acknowledgeLastIncomingGsmSms(boolean success, int cause, Message response) argument
122 acknowledgeIncomingGsmSmsWithPdu(boolean success, String ackPdu, Message response) argument
138 sendEnvelopeWithStatus(String contents, Message response) argument
310 setMute(boolean enableMute, Message response) argument
314 getMute(Message response) argument
318 getSignalStrength(Message response) argument
322 getVoiceRegistrationState(Message response) argument
326 getDataRegistrationState(Message response) argument
330 getOperator(Message response) argument
350 sendSMS(String smscPDU, String pdu, Message response) argument
354 sendCdmaSms(byte[] pdu, Message response) argument
358 sendImsGsmSms(String smscPDU, String pdu, int retry, int messageRef, Message response) argument
363 sendImsCdmaSms(byte[] pdu, int retry, int messageRef, Message response) argument
368 deleteSmsOnSim(int index, Message response) argument
372 deleteSmsOnRuim(int index, Message response) argument
376 writeSmsToSim(int status, String smsc, String pdu, Message response) argument
380 writeSmsToRuim(int status, String pdu, Message response) argument
384 setRadioPower(boolean on, Message response) argument
388 acknowledgeLastIncomingCdmaSms(boolean success, int cause, Message response) argument
392 iccIO(int command, int fileid, String path, int p1, int p2, int p3, String data, String pin2, Message response) argument
397 queryCLIP(Message response) argument
401 getCLIR(Message response) argument
405 setCLIR(int clirMode, Message response) argument
409 queryCallWaiting(int serviceClass, Message response) argument
413 setCallWaiting(boolean enable, int serviceClass, Message response) argument
417 setCallForward(int action, int cfReason, int serviceClass, String number, int timeSeconds, Message response) argument
422 queryCallForwardStatus(int cfReason, int serviceClass, String number, Message response) argument
427 setNetworkSelectionModeAutomatic(Message response) argument
431 setNetworkSelectionModeManual(String operatorNumeric, Message response) argument
435 getNetworkSelectionMode(Message response) argument
439 getAvailableNetworks(Message response) argument
443 getBasebandVersion(Message response) argument
447 queryFacilityLock(String facility, String password, int serviceClass, Message response) argument
452 queryFacilityLockForApp(String facility, String password, int serviceClass, String appId, Message response) argument
457 setFacilityLock(String facility, boolean lockState, String password, int serviceClass, Message response) argument
462 setFacilityLockForApp(String facility, boolean lockState, String password, int serviceClass, String appId, Message response) argument
467 sendUSSD(String ussdString, Message response) argument
471 cancelPendingUssd(Message response) argument
479 setBandMode(int bandMode, Message response) argument
483 queryAvailableBandMode(Message response) argument
487 setPreferredNetworkType(int networkType, Message response) argument
491 getPreferredNetworkType(Message response) argument
495 getNeighboringCids(Message response) argument
499 setLocationUpdates(boolean enable, Message response) argument
519 invokeOemRilRequestRaw(byte[] data, Message response) argument
523 invokeOemRilRequestStrings(String[] strings, Message response) argument
527 sendTerminalResponse(String contents, Message response) argument
531 sendEnvelope(String contents, Message response) argument
535 handleCallSetupRequestFromSim(boolean accept, Message response) argument
543 setGsmBroadcastConfig(SmsBroadcastConfigInfo[] config, Message response) argument
547 getGsmBroadcastConfig(Message response) argument
551 getDeviceIdentity(Message response) argument
555 getCDMASubscription(Message response) argument
563 sendCDMAFeatureCode(String FeatureCode, Message response) argument
571 queryCdmaRoamingPreference(Message response) argument
575 setCdmaRoamingPreference(int cdmaRoamingType, Message response) argument
579 setCdmaSubscriptionSource(int cdmaSubscriptionType, Message response) argument
583 getCdmaSubscriptionSource(Message response) argument
587 setTTYMode(int ttyMode, Message response) argument
591 queryTTYMode(Message response) argument
608 setCdmaBroadcastConfig(CdmaSmsBroadcastConfigInfo[] configs, Message response) argument
616 exitEmergencyCallbackMode(Message response) argument
624 requestIsimAuthentication(String nonce, Message response) argument
628 getVoiceRadioTechnology(Message response) argument
636 setCellInfoListRate(int rateInMillis, Message response) argument
644 iccIOForApp(int command, int fileid, String path, int p1, int p2, int p3, String data, String pin2, String aid, Message response) argument
[all...]
/frameworks/volley/src/com/android/volley/toolbox/
H A DStringRequest.java28 * A canned request for retrieving the response body at a given URL as a String.
38 * @param listener Listener to receive the String response
51 * @param listener Listener to receive the String response
59 protected void deliverResponse(String response) { argument
60 mListener.onResponse(response);
64 protected Response<String> parseNetworkResponse(NetworkResponse response) { argument
67 parsed = new String(response.data, HttpHeaderParser.parseCharset(response.headers));
69 parsed = new String(response.data);
71 return Response.success(parsed, HttpHeaderParser.parseCacheHeaders(response));
[all...]
H A DJsonArrayRequest.java31 * A request for retrieving a {@link JSONArray} response body at a given URL.
38 * @param listener Listener to receive the JSON response
46 protected Response<JSONArray> parseNetworkResponse(NetworkResponse response) { argument
49 new String(response.data, HttpHeaderParser.parseCharset(response.headers));
51 HttpHeaderParser.parseCacheHeaders(response));
H A DJsonObjectRequest.java31 * A request for retrieving a {@link JSONObject} response body at a given URL, allowing for an
42 * @param listener Listener to receive the JSON response
64 protected Response<JSONObject> parseNetworkResponse(NetworkResponse response) { argument
67 new String(response.data, HttpHeaderParser.parseCharset(response.headers));
69 HttpHeaderParser.parseCacheHeaders(response));
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
H A DAdnRecordCache.java122 private void sendErrorResponse(Message response, String errString) { argument
123 if (response != null) {
125 AsyncResult.forMessage(response).exception = e;
126 response.sendToTarget();
137 * @param response message to be posted when done
138 * response.exception hold the exception in error
141 Message response) {
145 sendErrorResponse(response, "EF is not known ADN-like EF:" + efid);
151 sendErrorResponse(response, "Have pending update for EF:" + efid);
155 mUserWriteResponse.put(efid, response);
140 updateAdnByIndex(int efid, AdnRecord adn, int recordIndex, String pin2, Message response) argument
176 updateAdnBySearch(int efid, AdnRecord oldAdn, AdnRecord newAdn, String pin2, Message response) argument
246 requestLoadAllAdnLike(int efid, int extensionEf, Message response) argument
[all...]
H A DIccFileHandler.java55 // Byte order received in response to COMMAND_GET_RESPONSE
150 Message response
155 0, 0, GET_RESPONSE_EF_SIZE_BYTES, null, null, mAid, response);
168 Message response = obtainMessage(EVENT_GET_RECORD_SIZE_IMG_DONE,
175 null, null, mAid, response);
188 Message response
192 0, 0, GET_RESPONSE_EF_SIZE_BYTES, null, null, mAid, response);
205 Message response = obtainMessage(EVENT_GET_RECORD_SIZE_DONE,
209 0, 0, GET_RESPONSE_EF_SIZE_BYTES, null, null, mAid, response);
223 Message response
310 sendResult(Message response, Object result, Throwable ex) argument
320 processException(Message response, AsyncResult ar) argument
[all...]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DCommandsInterface.java113 * response.obj.result is an int[2]
115 * response.obj.result[0] is IMS registration state
118 * response.obj.result[1] is of type RILConstants.GSM_PHONE or
278 * response.obj.result[0] is received signal strength (0-31, 99)
279 * response.obj.result[1] is bit error rate (0-7, 99)
327 * response.obj.result[0] is a bitmask of RIL_RESTRICTED_STATE_* values
924 * cause code returned as int[0] in Message.obj.response
936 * cause code returned as int[0] in Message.obj.response
950 void setMute (boolean enableMute, Message response); argument
952 void getMute (Message response); argument
961 getSignalStrength(Message response) argument
974 getVoiceRegistrationState(Message response) argument
986 getDataRegistrationState(Message response) argument
994 getOperator(Message response) argument
1031 sendSMS(String smscPDU, String pdu, Message response) argument
1037 sendCdmaSms(byte[] pdu, Message response) argument
1050 sendImsGsmSms(String smscPDU, String pdu, int retry, int messageRef, Message response) argument
1062 sendImsCdmaSms(byte[] pdu, int retry, int messageRef, Message response) argument
1070 deleteSmsOnSim(int index, Message response) argument
1078 deleteSmsOnRuim(int index, Message response) argument
1093 writeSmsToSim(int status, String smsc, String pdu, Message response) argument
1095 writeSmsToRuim(int status, String pdu, Message response) argument
1097 setRadioPower(boolean on, Message response) argument
1099 acknowledgeLastIncomingGsmSms(boolean success, int cause, Message response) argument
1101 acknowledgeLastIncomingCdmaSms(boolean success, int cause, Message response) argument
1112 acknowledgeIncomingGsmSmsWithPdu(boolean success, String ackPdu, Message response) argument
1119 iccIO(int command, int fileid, String path, int p1, int p2, int p3, String data, String pin2, Message response) argument
1127 iccIOForApp(int command, int fileid, String path, int p1, int p2, int p3, String data, String pin2, String aid, Message response) argument
1137 queryCLIP(Message response) argument
1155 getCLIR(Message response) argument
1163 setCLIR(int clirMode, Message response) argument
1173 queryCallWaiting(int serviceClass, Message response) argument
1181 setCallWaiting(boolean enable, int serviceClass, Message response) argument
1188 setCallForward(int action, int cfReason, int serviceClass, String number, int timeSeconds, Message response) argument
1199 queryCallForwardStatus(int cfReason, int serviceClass, String number, Message response) argument
1202 setNetworkSelectionModeAutomatic(Message response) argument
1204 setNetworkSelectionModeManual(String operatorNumeric, Message response) argument
1214 getNetworkSelectionMode(Message response) argument
1221 getAvailableNetworks(Message response) argument
1223 getBasebandVersion(Message response) argument
1236 queryFacilityLock(String facility, String password, int serviceClass, Message response) argument
1251 queryFacilityLockForApp(String facility, String password, int serviceClass, String appId, Message response) argument
1261 setFacilityLock(String facility, boolean lockState, String password, int serviceClass, Message response) argument
1274 setFacilityLockForApp(String facility, boolean lockState, String password, int serviceClass, String appId, Message response) argument
1277 sendUSSD(String ussdString, Message response) argument
1283 cancelPendingUssd(Message response) argument
1293 setBandMode(int bandMode, Message response) argument
1302 queryAvailableBandMode(Message response) argument
1316 setPreferredNetworkType(int networkType , Message response) argument
1323 getPreferredNetworkType(Message response) argument
1330 getNeighboringCids(Message response) argument
1339 setLocationUpdates(boolean enable, Message response) argument
1371 invokeOemRilRequestRaw(byte[] data, Message response) argument
1373 invokeOemRilRequestStrings(String[] strings, Message response) argument
1385 sendTerminalResponse(String contents, Message response) argument
1396 sendEnvelope(String contents, Message response) argument
1412 sendEnvelopeWithStatus(String contents, Message response) argument
1420 handleCallSetupRequestFromSim(boolean accept, Message response) argument
1436 setGsmBroadcastConfig(SmsBroadcastConfigInfo[] config, Message response) argument
1445 getGsmBroadcastConfig(Message response) argument
1457 getDeviceIdentity(Message response) argument
1469 getCDMASubscription(Message response) argument
1476 sendCDMAFeatureCode(String FeatureCode, Message response) argument
1486 queryCdmaRoamingPreference(Message response) argument
1493 setCdmaRoamingPreference(int cdmaRoamingType, Message response) argument
1500 setCdmaSubscriptionSource(int cdmaSubscriptionType, Message response) argument
1506 getCdmaSubscriptionSource(Message response) argument
1518 setTTYMode(int ttyMode, Message response) argument
1530 queryTTYMode(Message response) argument
1589 setCdmaBroadcastConfig(CdmaSmsBroadcastConfigInfo[] configs, Message response) argument
1605 exitEmergencyCallbackMode(Message response) argument
1633 requestIsimAuthentication(String nonce, Message response) argument
1669 setCellInfoListRate(int rateInMillis, Message response) argument
[all...]
H A DRIL.java368 // not getting a response and release the wake lock.
373 // least DEFAULT_WAKE_LOCK_TIMEOUT but no response.
375 // Note: Keep mRequestList so that delayed response
376 // can still be handled when response finally comes.
1074 setMute (boolean enableMute, Message response) { argument
1076 = RILRequest.obtain(RIL_REQUEST_SET_MUTE, response);
1089 getMute (Message response) { argument
1091 = RILRequest.obtain(RIL_REQUEST_GET_MUTE, response);
1298 public void deleteSmsOnSim(int index, Message response) { argument
1300 response);
1313 deleteSmsOnRuim(int index, Message response) argument
1328 writeSmsToSim(int status, String smsc, String pdu, Message response) argument
1346 writeSmsToRuim(int status, String pdu, Message response) argument
1569 queryCallWaiting(int serviceClass, Message response) argument
1584 setCallWaiting(boolean enable, int serviceClass, Message response) argument
1600 setNetworkSelectionModeAutomatic(Message response) argument
1612 setNetworkSelectionModeManual(String operatorNumeric, Message response) argument
1627 getNetworkSelectionMode(Message response) argument
1639 getAvailableNetworks(Message response) argument
1651 setCallForward(int action, int cfReason, int serviceClass, String number, int timeSeconds, Message response) argument
1672 queryCallForwardStatus(int cfReason, int serviceClass, String number, Message response) argument
1692 queryCLIP(Message response) argument
1704 getBasebandVersion(Message response) argument
1715 queryFacilityLock(String facility, String password, int serviceClass, Message response) argument
1722 queryFacilityLockForApp(String facility, String password, int serviceClass, String appId, Message response) argument
1744 setFacilityLock(String facility, boolean lockState, String password, int serviceClass, Message response) argument
1751 setFacilityLockForApp(String facility, boolean lockState, String password, int serviceClass, String appId, Message response) argument
1777 sendUSSD(String ussdString, Message response) argument
1795 cancelPendingUssd(Message response) argument
1817 invokeOemRilRequestRaw(byte[] data, Message response) argument
1831 invokeOemRilRequestStrings(String[] strings, Message response) argument
1849 setBandMode(int bandMode, Message response) argument
1870 queryAvailableBandMode(Message response) argument
1884 sendTerminalResponse(String contents, Message response) argument
1898 sendEnvelope(String contents, Message response) argument
1912 sendEnvelopeWithStatus(String contents, Message response) argument
1927 handleCallSetupRequestFromSim( boolean accept, Message response) argument
1956 setPreferredNetworkType(int networkType , Message response) argument
1976 getPreferredNetworkType(Message response) argument
1989 getNeighboringCids(Message response) argument
2002 setLocationUpdates(boolean enable, Message response) argument
2071 getGsmBroadcastConfig(Message response) argument
2083 setGsmBroadcastConfig(SmsBroadcastConfigInfo[] config, Message response) argument
2112 setGsmBroadcastActivation(boolean activate, Message response) argument
3807 unsljLog(int response) argument
3811 unsljLogMore(int response, String more) argument
3815 unsljLogRet(int response, Object ret) argument
3819 unsljLogvRet(int response, Object ret) argument
3827 getDeviceIdentity(Message response) argument
3837 getCDMASubscription(Message response) argument
3855 queryCdmaRoamingPreference(Message response) argument
3868 setCdmaRoamingPreference(int cdmaRoamingType, Message response) argument
3885 setCdmaSubscriptionSource(int cdmaSubscription , Message response) argument
3902 getCdmaSubscriptionSource(Message response) argument
3915 queryTTYMode(Message response) argument
3928 setTTYMode(int ttyMode, Message response) argument
3946 sendCDMAFeatureCode(String FeatureCode, Message response) argument
3958 getCdmaBroadcastConfig(Message response) argument
3965 setCdmaBroadcastConfig(CdmaSmsBroadcastConfigInfo[] configs, Message response) argument
4000 setCdmaBroadcastActivation(boolean activate, Message response) argument
4015 exitEmergencyCallbackMode(Message response) argument
4024 requestIsimAuthentication(String nonce, Message response) argument
4050 setCellInfoListRate(int rateInMillis, Message response) argument
[all...]
/frameworks/volley/tests/src/com/android/volley/mock/
H A DMockResponseDelivery.java35 public void postResponse(Request<?> request, Response<?> response) { argument
37 responsePosted = response;
41 public void postResponse(Request<?> request, Response<?> response, Runnable runnable) { argument
43 responsePosted = response;
H A DMockRequest.java64 protected void deliverResponse(byte[] response) { argument
96 protected Response<byte[]> parseNetworkResponse(NetworkResponse response) { argument
98 return Response.success(response.data, CacheTestUtils.makeRandomCacheEntry(response.data));
/frameworks/av/media/libstagefright/
H A DMediaCodec.cpp86 const sp<AMessage> &msg, sp<AMessage> *response) {
87 status_t err = msg->postAndAwaitResponse(response);
93 if (!(*response)->findInt32("err", &err)) {
152 sp<AMessage> response; local
153 return PostAndAwaitResponse(msg, &response);
176 sp<AMessage> response; local
177 return PostAndAwaitResponse(msg, &response);
184 sp<AMessage> response; local
185 status_t err = PostAndAwaitResponse(msg, &response);
189 bool found = response
85 PostAndAwaitResponse( const sp<AMessage> &msg, sp<AMessage> *response) argument
203 sp<AMessage> response; local
210 sp<AMessage> response; local
217 sp<AMessage> response; local
240 sp<AMessage> response; local
271 sp<AMessage> response; local
281 sp<AMessage> response; local
302 sp<AMessage> response; local
322 sp<AMessage> response; local
330 sp<AMessage> response; local
337 sp<AMessage> response; local
344 sp<AMessage> response; local
358 sp<AMessage> response; local
374 sp<AMessage> response; local
383 sp<AMessage> response; local
390 sp<AMessage> response; local
410 sp<AMessage> response = new AMessage; local
420 sp<AMessage> response = new AMessage; local
434 sp<AMessage> response = new AMessage; local
449 sp<AMessage> response = new AMessage; local
457 sp<AMessage> response = new AMessage; local
606 sp<AMessage> response = new AMessage; local
653 sp<AMessage> response = new AMessage(); local
670 sp<AMessage> response = new AMessage(); local
918 sp<AMessage> response = new AMessage; local
957 sp<AMessage> response = new AMessage; local
980 sp<AMessage> response = new AMessage; local
1021 sp<AMessage> response = new AMessage; local
1039 sp<AMessage> response = new AMessage; local
1071 sp<AMessage> response = new AMessage; local
1105 sp<AMessage> response = new AMessage; local
1119 sp<AMessage> response = new AMessage; local
1150 sp<AMessage> response = new AMessage; local
1165 sp<AMessage> response = new AMessage; local
1174 sp<AMessage> response = new AMessage; local
1193 sp<AMessage> response = new AMessage; local
1224 sp<AMessage> response = new AMessage; local
1239 sp<AMessage> response = new AMessage; local
1248 sp<AMessage> response = new AMessage; local
1260 sp<AMessage> response = new AMessage; local
1278 sp<AMessage> response = new AMessage; local
1312 sp<AMessage> response = new AMessage; local
1335 sp<AMessage> response = new AMessage; local
1342 sp<AMessage> response = new AMessage; local
1369 sp<AMessage> response = new AMessage; local
1376 sp<AMessage> response = new AMessage; local
1392 sp<AMessage> response = new AMessage; local
1764 sp<AMessage> response; local
[all...]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/test/
H A DSimulatedCommands.java755 * cause code returned as Integer in Message.obj.response
792 * response.obj is an AsyncResult
793 * response.obj.result is an int[2]
794 * response.obj.result[0] is received signal strength (0-31, 99)
795 * response.obj.result[1] is bit error rate (0-7, 99)
823 * ((AsyncResult)response.obj).result is an int[] with every
842 public void sendTerminalResponse(String contents, Message response) { argument
843 resultSuccess(response, null);
850 public void sendEnvelope(String contents, Message response) { argument
851 resultSuccess(response, nul
858 sendEnvelopeWithStatus(String contents, Message response) argument
866 handleCallSetupRequestFromSim( boolean accept, Message response) argument
996 deleteSmsOnSim(int index, Message response) argument
1002 deleteSmsOnRuim(int index, Message response) argument
1008 writeSmsToSim(int status, String smsc, String pdu, Message response) argument
1014 writeSmsToRuim(int status, String pdu, Message response) argument
1055 setLocationUpdates(boolean enable, Message response) argument
1118 iccIO(int command, int fileid, String path, int p1, int p2, int p3, String data, String pin2, Message response) argument
1141 queryCLIP(Message response) argument
1181 queryCallWaiting(int serviceClass, Message response) argument
1192 setCallWaiting(boolean enable, int serviceClass, Message response) argument
1288 cancelPendingUssd(Message response) argument
1299 invokeOemRilRequestRaw(byte[] data, Message response) argument
1308 invokeOemRilRequestStrings(String[] strings, Message response) argument
1472 getDeviceIdentity(Message response) argument
1479 getCDMASubscription(Message response) argument
1486 setCdmaSubscriptionSource(int cdmaSubscriptionType, Message response) argument
1492 queryCdmaRoamingPreference(Message response) argument
1498 setCdmaRoamingPreference(int cdmaRoamingType, Message response) argument
1532 setTTYMode(int ttyMode, Message response) argument
1548 queryTTYMode(Message response) argument
1557 sendCDMAFeatureCode(String FeatureCode, Message response) argument
1566 sendCdmaSms(byte[] pdu, Message response) argument
1571 setCdmaBroadcastActivation(boolean activate, Message response) argument
1577 getCdmaBroadcastConfig(Message response) argument
1583 setCdmaBroadcastConfig(CdmaSmsBroadcastConfigInfo[] configs, Message response) argument
1587 forceDataDormancy(Message response) argument
1593 setGsmBroadcastActivation(boolean activate, Message response) argument
1599 setGsmBroadcastConfig(SmsBroadcastConfigInfo[] config, Message response) argument
1604 getGsmBroadcastConfig(Message response) argument
1609 supplyIccPinForApp(String pin, String aid, Message response) argument
1614 supplyIccPukForApp(String puk, String newPin, String aid, Message response) argument
1619 supplyIccPin2ForApp(String pin2, String aid, Message response) argument
1624 supplyIccPuk2ForApp(String puk2, String newPin2, String aid, Message response) argument
1629 changeIccPinForApp(String oldPin, String newPin, String aidPtr, Message response) argument
1634 changeIccPin2ForApp(String oldPin2, String newPin2, String aidPtr, Message response) argument
1640 requestIsimAuthentication(String nonce, Message response) argument
1645 getVoiceRadioTechnology(Message response) argument
1650 getCellInfoList(Message response) argument
1655 setCellInfoListRate(int rateInMillis, Message response) argument
1665 getImsRegistrationState(Message response) argument
1670 sendImsCdmaSms(byte[] pdu, int retry, int messageRef, Message response) argument
1676 sendImsGsmSms(String smscPDU, String pdu, int retry, int messageRef, Message response) argument
[all...]
/frameworks/av/media/libstagefright/wifi-display/source/
H A DWifiDisplaySource.cpp88 const sp<AMessage> &msg, sp<AMessage> *response) {
89 status_t err = msg->postAndAwaitResponse(response);
95 if (response == NULL || !(*response)->findInt32("err", &err)) {
108 sp<AMessage> response; local
109 return PostAndAwaitResponse(msg, &response);
115 sp<AMessage> response; local
116 return PostAndAwaitResponse(msg, &response);
122 sp<AMessage> response; local
123 return PostAndAwaitResponse(msg, &response);
87 PostAndAwaitResponse( const sp<AMessage> &msg, sp<AMessage> *response) argument
129 sp<AMessage> response; local
177 sp<AMessage> response = new AMessage; local
336 sp<AMessage> response = new AMessage; local
356 sp<AMessage> response = new AMessage; local
1135 AString response = "RTSP/1.0 200 OK\\r\\n"; local
1299 AString response = "RTSP/1.0 200 OK\\r\\n"; local
1379 AString response = "RTSP/1.0 200 OK\\r\\n"; local
1431 AString response = "RTSP/1.0 200 OK\\r\\n"; local
1461 AString response = "RTSP/1.0 200 OK\\r\\n"; local
1517 sp<AMessage> response = new AMessage; local
1537 AString response = "RTSP/1.0 200 OK\\r\\n"; local
1564 AString response = "RTSP/1.0 200 OK\\r\\n"; local
1573 AppendCommonResponse( AString *response, int32_t cseq, int32_t playbackSessionID) argument
1602 AString response; local
[all...]

Completed in 455 milliseconds

12345