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

1234567

/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 DICaptivePortal.aidl25 oneway void appResponse(int response);
/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
127 public void addAccount(IAccountAuthenticatorResponse response, String accountType, argument
138 new AccountAuthenticatorResponse(response),
147 response.onResult(result);
150 handleException(response, "addAccount", accountType, e);
155 public void confirmCredentials(IAccountAuthenticatorResponse response, argument
163 new AccountAuthenticatorResponse(response), account, options);
172 response.onResult(result);
175 handleException(response, "confirmCredentials", account.toString(), e);
180 public void getAuthTokenLabel(IAccountAuthenticatorResponse response, argument
205 getAuthToken(IAccountAuthenticatorResponse response, Account account, String authTokenType, Bundle loginOptions) argument
233 updateCredentials(IAccountAuthenticatorResponse response, Account account, String authTokenType, Bundle loginOptions) argument
262 editProperties(IAccountAuthenticatorResponse response, String accountType) argument
277 hasFeatures(IAccountAuthenticatorResponse response, Account account, String[] features) argument
292 getAccountRemovalAllowed(IAccountAuthenticatorResponse response, Account account) argument
307 getAccountCredentialsForCloning(IAccountAuthenticatorResponse response, Account account) argument
323 addAccountFromCredentials(IAccountAuthenticatorResponse response, Account account, Bundle accountCredentials) argument
341 handleException(IAccountAuthenticatorResponse response, String method, String data, Exception e) argument
396 editProperties(AccountAuthenticatorResponse response, String accountType) argument
419 addAccount(AccountAuthenticatorResponse response, String accountType, String authTokenType, String[] requiredFeatures, Bundle options) argument
439 confirmCredentials(AccountAuthenticatorResponse response, Account account, Bundle options) argument
481 getAuthToken(AccountAuthenticatorResponse response, Account account, String authTokenType, Bundle options) argument
511 updateCredentials(AccountAuthenticatorResponse response, Account account, String authTokenType, Bundle options) argument
531 hasFeatures(AccountAuthenticatorResponse response, Account account, String[] features) argument
550 getAccountRemovalAllowed(AccountAuthenticatorResponse response, Account account) argument
568 getAccountCredentialsForCloning(final AccountAuthenticatorResponse response, final Account account) argument
593 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,
39 void getAccountsByFeatures(in IAccountManagerResponse response, String accountType,
42 void removeAccount(in IAccountManagerResponse response, in Account account,
44 void removeAccountAsUser(in IAccountManagerResponse response, in Account account,
47 void copyAccountToUser(in IAccountManagerResponse response, in Account account,
57 void getAuthToken(in IAccountManagerResponse response, in Account account,
60 void addAccount(in IAccountManagerResponse response, String accountType,
63 void addAccountAsUser(in IAccountManagerResponse response, String accountType,
66 void updateCredentials(in IAccountManagerResponse response, in Account account,
68 void editProperties(in IAccountManagerResponse response, Strin
[all...]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
H A DImsPhoneCommandInterface.java175 public void setMute (boolean enableMute, Message response) { argument
179 public void getMute (Message response) { argument
229 int retry, int messageRef, Message response) {
234 Message response) {
242 public void deleteSmsOnSim(int index, Message response) { argument
246 public void deleteSmsOnRuim(int index, Message response) { argument
250 public void writeSmsToSim(int status, String smsc, String pdu, Message response) { argument
254 public void writeSmsToRuim(int status, String pdu, Message response) { argument
308 public void queryCallWaiting(int serviceClass, Message response) { argument
313 Message response) {
228 sendImsGsmSms(String smscPDU, String pdu, int retry, int messageRef, Message response) argument
233 sendImsCdmaSms(byte[] pdu, int retry, int messageRef, Message response) argument
312 setCallWaiting(boolean enable, int serviceClass, Message response) argument
317 setNetworkSelectionModeAutomatic(Message response) argument
321 setNetworkSelectionModeManual( String operatorNumeric, Message response) argument
326 getNetworkSelectionMode(Message response) argument
330 getAvailableNetworks(Message response) argument
334 setCallForward(int action, int cfReason, int serviceClass, String number, int timeSeconds, Message response) argument
339 queryCallForwardStatus(int cfReason, int serviceClass, String number, Message response) argument
344 queryCLIP(Message response) argument
348 getBasebandVersion(Message response) argument
352 queryFacilityLock(String facility, String password, int serviceClass, Message response) argument
357 queryFacilityLockForApp(String facility, String password, int serviceClass, String appId, Message response) argument
362 setFacilityLock(String facility, boolean lockState, String password, int serviceClass, Message response) argument
367 setFacilityLockForApp(String facility, boolean lockState, String password, int serviceClass, String appId, Message response) argument
372 sendUSSD(String ussdString, Message response) argument
376 cancelPendingUssd(Message response) argument
384 invokeOemRilRequestRaw(byte[] data, Message response) argument
388 invokeOemRilRequestStrings(String[] strings, Message response) argument
392 setBandMode(int bandMode, Message response) argument
396 queryAvailableBandMode(Message response) argument
400 sendTerminalResponse(String contents, Message response) argument
404 sendEnvelope(String contents, Message response) argument
408 sendEnvelopeWithStatus(String contents, Message response) argument
412 handleCallSetupRequestFromSim( boolean accept, Message response) argument
417 setPreferredNetworkType(int networkType , Message response) argument
421 getPreferredNetworkType(Message response) argument
425 getNeighboringCids(Message response) argument
429 setLocationUpdates(boolean enable, Message response) argument
449 getCdmaSubscriptionSource(Message response) argument
453 getGsmBroadcastConfig(Message response) argument
457 setGsmBroadcastConfig(SmsBroadcastConfigInfo[] config, Message response) argument
461 setGsmBroadcastActivation(boolean activate, Message response) argument
466 getDeviceIdentity(Message response) argument
470 getCDMASubscription(Message response) argument
478 queryCdmaRoamingPreference(Message response) argument
482 setCdmaRoamingPreference(int cdmaRoamingType, Message response) argument
486 setCdmaSubscriptionSource(int cdmaSubscription , Message response) argument
490 queryTTYMode(Message response) argument
494 setTTYMode(int ttyMode, Message response) argument
498 sendCDMAFeatureCode(String FeatureCode, Message response) argument
502 getCdmaBroadcastConfig(Message response) argument
506 setCdmaBroadcastConfig(CdmaSmsBroadcastConfigInfo[] configs, Message response) argument
510 setCdmaBroadcastActivation(boolean activate, Message response) argument
514 exitEmergencyCallbackMode(Message response) argument
518 supplyIccPinForApp(String pin, String aid, Message response) argument
522 supplyIccPukForApp(String puk, String newPin, String aid, Message response) argument
526 supplyIccPin2ForApp(String pin2, String aid, Message response) argument
530 supplyIccPuk2ForApp(String puk2, String newPin2, String aid, Message response) argument
534 changeIccPinForApp(String oldPin, String newPin, String aidPtr, Message response) argument
538 changeIccPin2ForApp(String oldPin2, String newPin2, String aidPtr, Message response) argument
543 requestIsimAuthentication(String nonce, Message response) argument
547 requestIccSimAuthentication(int authContext, String data, String aid, Message response) argument
559 setCellInfoListRate(int rateInMillis, Message response) argument
572 iccOpenLogicalChannel(String AID, Message response) argument
575 iccCloseLogicalChannel(int channel, Message response) argument
578 iccTransmitApduLogicalChannel(int channel, int cla, int instruction, int p1, int p2, int p3, String data, Message response) argument
582 iccTransmitApduBasicChannel(int cla, int instruction, int p1, int p2, int p3, String data, Message response) argument
586 nvReadItem(int itemID, Message response) argument
589 nvWriteItem(int itemID, String itemValue, Message response) argument
592 nvWriteCdmaPrl(byte[] preferredRoamingList, Message response) argument
595 nvResetConfig(int resetType, Message response) argument
605 setRadioCapability(RadioCapability rc, Message response) argument
609 getRadioCapability(Message response) argument
[all...]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
H A DSipCommandInterface.java176 public void setMute (boolean enableMute, Message response) { argument
180 public void getMute (Message response) { argument
230 int retry, int messageRef, Message response) {
235 Message response) {
243 public void deleteSmsOnSim(int index, Message response) { argument
247 public void deleteSmsOnRuim(int index, Message response) { argument
251 public void writeSmsToSim(int status, String smsc, String pdu, Message response) { argument
255 public void writeSmsToRuim(int status, String pdu, Message response) { argument
309 public void queryCallWaiting(int serviceClass, Message response) { argument
314 Message response) {
229 sendImsGsmSms(String smscPDU, String pdu, int retry, int messageRef, Message response) argument
234 sendImsCdmaSms(byte[] pdu, int retry, int messageRef, Message response) argument
313 setCallWaiting(boolean enable, int serviceClass, Message response) argument
318 setNetworkSelectionModeAutomatic(Message response) argument
322 setNetworkSelectionModeManual( String operatorNumeric, Message response) argument
327 getNetworkSelectionMode(Message response) argument
331 getAvailableNetworks(Message response) argument
335 setCallForward(int action, int cfReason, int serviceClass, String number, int timeSeconds, Message response) argument
340 queryCallForwardStatus(int cfReason, int serviceClass, String number, Message response) argument
345 queryCLIP(Message response) argument
349 getBasebandVersion(Message response) argument
353 queryFacilityLock(String facility, String password, int serviceClass, Message response) argument
358 queryFacilityLockForApp(String facility, String password, int serviceClass, String appId, Message response) argument
363 setFacilityLock(String facility, boolean lockState, String password, int serviceClass, Message response) argument
368 setFacilityLockForApp(String facility, boolean lockState, String password, int serviceClass, String appId, Message response) argument
373 sendUSSD(String ussdString, Message response) argument
377 cancelPendingUssd(Message response) argument
385 invokeOemRilRequestRaw(byte[] data, Message response) argument
389 invokeOemRilRequestStrings(String[] strings, Message response) argument
393 setBandMode(int bandMode, Message response) argument
397 queryAvailableBandMode(Message response) argument
401 sendTerminalResponse(String contents, Message response) argument
405 sendEnvelope(String contents, Message response) argument
409 sendEnvelopeWithStatus(String contents, Message response) argument
413 handleCallSetupRequestFromSim( boolean accept, Message response) argument
418 setPreferredNetworkType(int networkType , Message response) argument
422 getPreferredNetworkType(Message response) argument
426 getNeighboringCids(Message response) argument
430 setLocationUpdates(boolean enable, Message response) argument
450 getCdmaSubscriptionSource(Message response) argument
454 getGsmBroadcastConfig(Message response) argument
458 setGsmBroadcastConfig(SmsBroadcastConfigInfo[] config, Message response) argument
462 setGsmBroadcastActivation(boolean activate, Message response) argument
467 getDeviceIdentity(Message response) argument
471 getCDMASubscription(Message response) argument
479 queryCdmaRoamingPreference(Message response) argument
483 setCdmaRoamingPreference(int cdmaRoamingType, Message response) argument
487 setCdmaSubscriptionSource(int cdmaSubscription , Message response) argument
491 queryTTYMode(Message response) argument
495 setTTYMode(int ttyMode, Message response) argument
499 sendCDMAFeatureCode(String FeatureCode, Message response) argument
503 getCdmaBroadcastConfig(Message response) argument
507 setCdmaBroadcastConfig(CdmaSmsBroadcastConfigInfo[] configs, Message response) argument
511 setCdmaBroadcastActivation(boolean activate, Message response) argument
515 exitEmergencyCallbackMode(Message response) argument
519 supplyIccPinForApp(String pin, String aid, Message response) argument
523 supplyIccPukForApp(String puk, String newPin, String aid, Message response) argument
527 supplyIccPin2ForApp(String pin2, String aid, Message response) argument
531 supplyIccPuk2ForApp(String puk2, String newPin2, String aid, Message response) argument
535 changeIccPinForApp(String oldPin, String newPin, String aidPtr, Message response) argument
539 changeIccPin2ForApp(String oldPin2, String newPin2, String aidPtr, Message response) argument
544 requestIsimAuthentication(String nonce, Message response) argument
548 requestIccSimAuthentication(int authContext, String data, String aid, Message response) argument
560 setCellInfoListRate(int rateInMillis, Message response) argument
573 iccOpenLogicalChannel(String AID, Message response) argument
577 iccCloseLogicalChannel(int channel, Message response) argument
581 iccTransmitApduLogicalChannel(int channel, int cla, int instruction, int p1, int p2, int p3, String data, Message response) argument
586 iccTransmitApduBasicChannel(int cla, int instruction, int p1, int p2, int p3, String data, Message response) argument
591 nvReadItem(int itemID, Message response) argument
595 nvWriteItem(int itemID, String itemValue, Message response) argument
599 nvWriteCdmaPrl(byte[] preferredRoamingList, Message response) argument
603 nvResetConfig(int resetType, Message response) argument
[all...]
/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 rspNetworkCapabilities(Message response) argument
[all...]
H A DDcSwitchAsyncChannel.java140 private boolean rspIsIdle(Message response) { argument
141 boolean retVal = response.arg1 == 1;
147 Message response = sendMessageSynchronously(REQ_IS_IDLE_STATE);
148 if ((response != null) && (response.what == RSP_IS_IDLE_STATE)) {
149 return rspIsIdle(response);
151 if (DBG) log("rspIsIndle error response=" + response);
161 public boolean rspIsIdleOrDetaching(Message response) { argument
162 boolean retVal = response
[all...]
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/
H A DUsimDataDownloadCommands.java.broken46 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) {
91 mExpectingSendEnvelopeResponse = response;
108 Message response) {
114 if (response != null) {
115 AsyncResult.forMessage(response);
116 response
[all...]
/frameworks/volley/src/main/java/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 DAuthFailureError.java35 public AuthFailureError(NetworkResponse response) { argument
36 super(response);
H A DVolleyError.java31 public VolleyError(NetworkResponse response) { argument
32 networkResponse = response;
/frameworks/volley/src/main/java/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
51 * @param listener Listener to receive the JSON response
61 protected Response<JSONArray> parseNetworkResponse(NetworkResponse response) { argument
63 String jsonString = new String(response.data,
64 HttpHeaderParser.parseCharset(response.headers, PROTOCOL_CHARSET));
66 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
66 String jsonString = new String(response.data,
67 HttpHeaderParser.parseCharset(response.headers, PROTOCOL_CHARSET));
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
171 Message response
176 0, 0, GET_RESPONSE_EF_SIZE_BYTES, null, null, mAid, response);
203 Message response = obtainMessage(EVENT_GET_RECORD_SIZE_IMG_DONE,
210 null, null, mAid, response);
225 Message response
229 0, 0, GET_RESPONSE_EF_SIZE_BYTES, null, null, mAid, response);
257 Message response = obtainMessage(EVENT_GET_RECORD_SIZE_DONE,
261 0, 0, GET_RESPONSE_EF_SIZE_BYTES, null, null, mAid, response);
288 Message response
393 sendResult(Message response, Object result, Throwable ex) argument
403 processException(Message response, AsyncResult ar) argument
[all...]
/frameworks/volley/src/test/java/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;
/frameworks/opt/telephony/src/java/com/android/internal/telephony/test/
H A DSimulatedCommands.java756 * cause code returned as Integer in Message.obj.response
793 * response.obj is an AsyncResult
794 * response.obj.result is an int[2]
795 * response.obj.result[0] is received signal strength (0-31, 99)
796 * response.obj.result[1] is bit error rate (0-7, 99)
824 * ((AsyncResult)response.obj).result is an int[] where int[0] is
844 public void sendTerminalResponse(String contents, Message response) { argument
845 resultSuccess(response, null);
852 public void sendEnvelope(String contents, Message response) { argument
853 resultSuccess(response, nul
860 sendEnvelopeWithStatus(String contents, Message response) argument
868 handleCallSetupRequestFromSim( boolean accept, Message response) argument
1011 deleteSmsOnSim(int index, Message response) argument
1017 deleteSmsOnRuim(int index, Message response) argument
1023 writeSmsToSim(int status, String smsc, String pdu, Message response) argument
1029 writeSmsToRuim(int status, String pdu, Message response) argument
1070 setLocationUpdates(boolean enable, Message response) argument
1133 iccIO(int command, int fileid, String path, int p1, int p2, int p3, String data, String pin2, Message response) argument
1156 queryCLIP(Message response) argument
1196 queryCallWaiting(int serviceClass, Message response) argument
1207 setCallWaiting(boolean enable, int serviceClass, Message response) argument
1317 cancelPendingUssd(Message response) argument
1328 invokeOemRilRequestRaw(byte[] data, Message response) argument
1337 invokeOemRilRequestStrings(String[] strings, Message response) argument
1501 getDeviceIdentity(Message response) argument
1508 getCDMASubscription(Message response) argument
1515 setCdmaSubscriptionSource(int cdmaSubscriptionType, Message response) argument
1521 queryCdmaRoamingPreference(Message response) argument
1527 setCdmaRoamingPreference(int cdmaRoamingType, Message response) argument
1561 setTTYMode(int ttyMode, Message response) argument
1577 queryTTYMode(Message response) argument
1586 sendCDMAFeatureCode(String FeatureCode, Message response) argument
1595 sendCdmaSms(byte[] pdu, Message response) argument
1600 setCdmaBroadcastActivation(boolean activate, Message response) argument
1606 getCdmaBroadcastConfig(Message response) argument
1612 setCdmaBroadcastConfig(CdmaSmsBroadcastConfigInfo[] configs, Message response) argument
1616 forceDataDormancy(Message response) argument
1622 setGsmBroadcastActivation(boolean activate, Message response) argument
1628 setGsmBroadcastConfig(SmsBroadcastConfigInfo[] config, Message response) argument
1633 getGsmBroadcastConfig(Message response) argument
1638 supplyIccPinForApp(String pin, String aid, Message response) argument
1643 supplyIccPukForApp(String puk, String newPin, String aid, Message response) argument
1648 supplyIccPin2ForApp(String pin2, String aid, Message response) argument
1653 supplyIccPuk2ForApp(String puk2, String newPin2, String aid, Message response) argument
1658 changeIccPinForApp(String oldPin, String newPin, String aidPtr, Message response) argument
1663 changeIccPin2ForApp(String oldPin2, String newPin2, String aidPtr, Message response) argument
1669 requestIsimAuthentication(String nonce, Message response) argument
1674 requestIccSimAuthentication(int authContext, String data, String aid, Message response) argument
1679 getVoiceRadioTechnology(Message response) argument
1684 getCellInfoList(Message response) argument
1689 setCellInfoListRate(int rateInMillis, Message response) argument
1703 getImsRegistrationState(Message response) argument
1708 sendImsCdmaSms(byte[] pdu, int retry, int messageRef, Message response) argument
1714 sendImsGsmSms(String smscPDU, String pdu, int retry, int messageRef, Message response) argument
1720 iccOpenLogicalChannel(String AID, Message response) argument
1725 iccCloseLogicalChannel(int channel, Message response) argument
1730 iccTransmitApduLogicalChannel(int channel, int cla, int instruction, int p1, int p2, int p3, String data, Message response) argument
1736 iccTransmitApduBasicChannel(int cla, int instruction, int p1, int p2, int p3, String data, Message response) argument
1742 nvReadItem(int itemID, Message response) argument
1747 nvWriteItem(int itemID, String itemValue, Message response) argument
1752 nvWriteCdmaPrl(byte[] preferredRoamingList, Message response) argument
1757 nvResetConfig(int resetType, Message response) argument
[all...]
/frameworks/base/core/java/android/service/gatekeeper/
H A DGateKeeperResponse.java56 GateKeeperResponse response = new GateKeeperResponse(responseCode);
58 response.setTimeout(source.readInt());
60 response.setShouldReEnroll(source.readInt() == 1);
65 response.setPayload(payload);
68 return response;
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DCommandsInterface.java120 * response.obj.result is an int[2]
122 * response.obj.result[0] is IMS registration state
125 * response.obj.result[1] is of type RILConstants.GSM_PHONE or
305 * response.obj.result[0] is received signal strength (0-31, 99)
306 * response.obj.result[1] is bit error rate (0-7, 99)
354 * response.obj.result[0] is a bitmask of RIL_RESTRICTED_STATE_* values
974 * cause code returned as int[0] in Message.obj.response
986 * cause code returned as int[0] in Message.obj.response
1000 void setMute (boolean enableMute, Message response); argument
1002 void getMute (Message response); argument
1011 getSignalStrength(Message response) argument
1024 getVoiceRegistrationState(Message response) argument
1036 getDataRegistrationState(Message response) argument
1044 getOperator(Message response) argument
1081 sendSMS(String smscPDU, String pdu, Message response) argument
1091 sendSMSExpectMore(String smscPDU, String pdu, Message response) argument
1097 sendCdmaSms(byte[] pdu, Message response) argument
1110 sendImsGsmSms(String smscPDU, String pdu, int retry, int messageRef, Message response) argument
1122 sendImsCdmaSms(byte[] pdu, int retry, int messageRef, Message response) argument
1130 deleteSmsOnSim(int index, Message response) argument
1138 deleteSmsOnRuim(int index, Message response) argument
1153 writeSmsToSim(int status, String smsc, String pdu, Message response) argument
1155 writeSmsToRuim(int status, String pdu, Message response) argument
1157 setRadioPower(boolean on, Message response) argument
1159 acknowledgeLastIncomingGsmSms(boolean success, int cause, Message response) argument
1161 acknowledgeLastIncomingCdmaSms(boolean success, int cause, Message response) argument
1172 acknowledgeIncomingGsmSmsWithPdu(boolean success, String ackPdu, Message response) argument
1179 iccIO(int command, int fileid, String path, int p1, int p2, int p3, String data, String pin2, Message response) argument
1187 iccIOForApp(int command, int fileid, String path, int p1, int p2, int p3, String data, String pin2, String aid, Message response) argument
1197 queryCLIP(Message response) argument
1215 getCLIR(Message response) argument
1223 setCLIR(int clirMode, Message response) argument
1233 queryCallWaiting(int serviceClass, Message response) argument
1241 setCallWaiting(boolean enable, int serviceClass, Message response) argument
1248 setCallForward(int action, int cfReason, int serviceClass, String number, int timeSeconds, Message response) argument
1259 queryCallForwardStatus(int cfReason, int serviceClass, String number, Message response) argument
1262 setNetworkSelectionModeAutomatic(Message response) argument
1264 setNetworkSelectionModeManual(String operatorNumeric, Message response) argument
1274 getNetworkSelectionMode(Message response) argument
1281 getAvailableNetworks(Message response) argument
1283 getBasebandVersion(Message response) argument
1296 queryFacilityLock(String facility, String password, int serviceClass, Message response) argument
1311 queryFacilityLockForApp(String facility, String password, int serviceClass, String appId, Message response) argument
1321 setFacilityLock(String facility, boolean lockState, String password, int serviceClass, Message response) argument
1334 setFacilityLockForApp(String facility, boolean lockState, String password, int serviceClass, String appId, Message response) argument
1337 sendUSSD(String ussdString, Message response) argument
1343 cancelPendingUssd(Message response) argument
1353 setBandMode(int bandMode, Message response) argument
1363 queryAvailableBandMode(Message response) argument
1371 setPreferredNetworkType(int networkType , Message response) argument
1378 getPreferredNetworkType(Message response) argument
1385 getNeighboringCids(Message response) argument
1394 setLocationUpdates(boolean enable, Message response) argument
1426 invokeOemRilRequestRaw(byte[] data, Message response) argument
1428 invokeOemRilRequestStrings(String[] strings, Message response) argument
1445 sendTerminalResponse(String contents, Message response) argument
1456 sendEnvelope(String contents, Message response) argument
1472 sendEnvelopeWithStatus(String contents, Message response) argument
1480 handleCallSetupRequestFromSim(boolean accept, Message response) argument
1496 setGsmBroadcastConfig(SmsBroadcastConfigInfo[] config, Message response) argument
1505 getGsmBroadcastConfig(Message response) argument
1517 getDeviceIdentity(Message response) argument
1529 getCDMASubscription(Message response) argument
1536 sendCDMAFeatureCode(String FeatureCode, Message response) argument
1546 queryCdmaRoamingPreference(Message response) argument
1553 setCdmaRoamingPreference(int cdmaRoamingType, Message response) argument
1560 setCdmaSubscriptionSource(int cdmaSubscriptionType, Message response) argument
1566 getCdmaSubscriptionSource(Message response) argument
1578 setTTYMode(int ttyMode, Message response) argument
1590 queryTTYMode(Message response) argument
1649 setCdmaBroadcastConfig(CdmaSmsBroadcastConfigInfo[] configs, Message response) argument
1665 exitEmergencyCallbackMode(Message response) argument
1695 requestIsimAuthentication(String nonce, Message response) argument
1710 requestIccSimAuthentication(int authContext, String data, String aid, Message response) argument
1746 setCellInfoListRate(int rateInMillis, Message response) argument
1799 iccOpenLogicalChannel(String AID, Message response) argument
1809 iccCloseLogicalChannel(int channel, Message response) argument
1828 iccTransmitApduLogicalChannel(int channel, int cla, int instruction, int p1, int p2, int p3, String data, Message response) argument
1846 iccTransmitApduBasicChannel(int cla, int instruction, int p1, int p2, int p3, String data, Message response) argument
1856 nvReadItem(int itemID, Message response) argument
1866 nvWriteItem(int itemID, String itemValue, Message response) argument
1875 nvWriteCdmaPrl(byte[] preferredRoamingList, Message response) argument
1885 nvResetConfig(int resetType, Message response) argument
[all...]
/frameworks/base/core/tests/coretests/src/android/net/netlink/
H A DNetlinkSocketTest.java58 ByteBuffer response = null;
59 response = s.recvMessage(TIMEOUT);
60 assertNotNull(response);
61 assertTrue(StructNlMsgHdr.STRUCT_SIZE <= response.limit());
62 assertEquals(0, response.position());
63 assertEquals(ByteOrder.nativeOrder(), response.order());
66 while (response.remaining() > 0) {
67 final NetlinkMessage msg = NetlinkMessage.parse(response);

Completed in 2789 milliseconds

1234567