Searched refs:response (Results 1 - 25 of 170) 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.java105 * and return the result via that response when the activity finishes (or whenever else the
157 public void addAccount(IAccountAuthenticatorResponse response, String accountType, argument
168 new AccountAuthenticatorResponse(response),
177 response.onResult(result);
180 handleException(response, "addAccount", accountType, e);
185 public void confirmCredentials(IAccountAuthenticatorResponse response, argument
193 new AccountAuthenticatorResponse(response), account, options);
202 response.onResult(result);
205 handleException(response, "confirmCredentials", account.toString(), e);
210 public void getAuthTokenLabel(IAccountAuthenticatorResponse response, argument
235 getAuthToken(IAccountAuthenticatorResponse response, Account account, String authTokenType, Bundle loginOptions) argument
263 updateCredentials(IAccountAuthenticatorResponse response, Account account, String authTokenType, Bundle loginOptions) argument
292 editProperties(IAccountAuthenticatorResponse response, String accountType) argument
307 hasFeatures(IAccountAuthenticatorResponse response, Account account, String[] features) argument
322 getAccountRemovalAllowed(IAccountAuthenticatorResponse response, Account account) argument
337 getAccountCredentialsForCloning(IAccountAuthenticatorResponse response, Account account) argument
353 addAccountFromCredentials(IAccountAuthenticatorResponse response, Account account, Bundle accountCredentials) argument
371 startAddAccountSession(IAccountAuthenticatorResponse response, String accountType, String authTokenType, String[] features, Bundle options) argument
401 startUpdateCredentialsSession( IAccountAuthenticatorResponse response, Account account, String authTokenType, Bundle loginOptions) argument
440 finishSession( IAccountAuthenticatorResponse response, String accountType, Bundle sessionBundle) argument
467 isCredentialsUpdateSuggested( IAccountAuthenticatorResponse response, Account account, String statusToken) argument
485 handleException(IAccountAuthenticatorResponse response, String method, String data, Exception e) argument
540 editProperties(AccountAuthenticatorResponse response, String accountType) argument
563 addAccount(AccountAuthenticatorResponse response, String accountType, String authTokenType, String[] requiredFeatures, Bundle options) argument
583 confirmCredentials(AccountAuthenticatorResponse response, Account account, Bundle options) argument
625 getAuthToken(AccountAuthenticatorResponse response, Account account, String authTokenType, Bundle options) argument
655 updateCredentials(AccountAuthenticatorResponse response, Account account, String authTokenType, Bundle options) argument
675 hasFeatures(AccountAuthenticatorResponse response, Account account, String[] features) argument
694 getAccountRemovalAllowed(AccountAuthenticatorResponse response, Account account) argument
712 getAccountCredentialsForCloning(final AccountAuthenticatorResponse response, final Account account) argument
737 addAccountFromCredentials(final AccountAuthenticatorResponse response, Account account, Bundle accountCredentials) argument
788 startAddAccountSession( final AccountAuthenticatorResponse response, final String accountType, final String authTokenType, final String[] requiredFeatures, final Bundle options) argument
846 startUpdateCredentialsSession( final AccountAuthenticatorResponse response, final Account account, final String authTokenType, final Bundle options) argument
901 finishSession( final AccountAuthenticatorResponse response, final String accountType, final Bundle sessionBundle) argument
987 isCredentialsUpdateSuggested( final AccountAuthenticatorResponse response, Account account, String statusToken) argument
[all...]
H A DIAccountManager.aidl39 void hasFeatures(in IAccountManagerResponse response, in Account account, in String[] features,
41 void getAccountsByFeatures(in IAccountManagerResponse response, String accountType,
44 void removeAccount(in IAccountManagerResponse response, in Account account,
46 void removeAccountAsUser(in IAccountManagerResponse response, in Account account,
49 void copyAccountToUser(in IAccountManagerResponse response, in Account account,
59 void getAuthToken(in IAccountManagerResponse response, in Account account,
62 void addAccount(in IAccountManagerResponse response, String accountType,
65 void addAccountAsUser(in IAccountManagerResponse response, String accountType,
68 void updateCredentials(in IAccountManagerResponse response, in Account account,
70 void editProperties(in IAccountManagerResponse response, Strin
[all...]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
H A DSipCommandInterface.java179 public void setMute (boolean enableMute, Message response) { argument
183 public void getMute (Message response) { argument
233 int retry, int messageRef, Message response) {
238 Message response) {
246 public void deleteSmsOnSim(int index, Message response) { argument
250 public void deleteSmsOnRuim(int index, Message response) { argument
254 public void writeSmsToSim(int status, String smsc, String pdu, Message response) { argument
258 public void writeSmsToRuim(int status, String pdu, Message response) { argument
312 public void queryCallWaiting(int serviceClass, Message response) { argument
317 Message response) {
232 sendImsGsmSms(String smscPDU, String pdu, int retry, int messageRef, Message response) argument
237 sendImsCdmaSms(byte[] pdu, int retry, int messageRef, Message response) argument
316 setCallWaiting(boolean enable, int serviceClass, Message response) argument
321 setNetworkSelectionModeAutomatic(Message response) argument
325 setNetworkSelectionModeManual( String operatorNumeric, Message response) argument
330 getNetworkSelectionMode(Message response) argument
334 getAvailableNetworks(Message response) argument
338 setCallForward(int action, int cfReason, int serviceClass, String number, int timeSeconds, Message response) argument
343 queryCallForwardStatus(int cfReason, int serviceClass, String number, Message response) argument
348 queryCLIP(Message response) argument
352 getBasebandVersion(Message response) argument
356 queryFacilityLock(String facility, String password, int serviceClass, Message response) argument
361 queryFacilityLockForApp(String facility, String password, int serviceClass, String appId, Message response) argument
366 setFacilityLock(String facility, boolean lockState, String password, int serviceClass, Message response) argument
371 setFacilityLockForApp(String facility, boolean lockState, String password, int serviceClass, String appId, Message response) argument
376 sendUSSD(String ussdString, Message response) argument
380 cancelPendingUssd(Message response) argument
388 invokeOemRilRequestRaw(byte[] data, Message response) argument
392 invokeOemRilRequestStrings(String[] strings, Message response) argument
396 setBandMode(int bandMode, Message response) argument
400 queryAvailableBandMode(Message response) argument
404 sendTerminalResponse(String contents, Message response) argument
408 sendEnvelope(String contents, Message response) argument
412 sendEnvelopeWithStatus(String contents, Message response) argument
416 handleCallSetupRequestFromSim( boolean accept, Message response) argument
421 setPreferredNetworkType(int networkType , Message response) argument
425 getPreferredNetworkType(Message response) argument
429 getNeighboringCids(Message response) argument
433 setLocationUpdates(boolean enable, Message response) argument
453 getCdmaSubscriptionSource(Message response) argument
457 getGsmBroadcastConfig(Message response) argument
461 setGsmBroadcastConfig(SmsBroadcastConfigInfo[] config, Message response) argument
465 setGsmBroadcastActivation(boolean activate, Message response) argument
470 getDeviceIdentity(Message response) argument
474 getCDMASubscription(Message response) argument
482 queryCdmaRoamingPreference(Message response) argument
486 setCdmaRoamingPreference(int cdmaRoamingType, Message response) argument
490 setCdmaSubscriptionSource(int cdmaSubscription , Message response) argument
494 queryTTYMode(Message response) argument
498 setTTYMode(int ttyMode, Message response) argument
502 sendCDMAFeatureCode(String FeatureCode, Message response) argument
506 getCdmaBroadcastConfig(Message response) argument
510 setCdmaBroadcastConfig(CdmaSmsBroadcastConfigInfo[] configs, Message response) argument
514 setCdmaBroadcastActivation(boolean activate, Message response) argument
518 exitEmergencyCallbackMode(Message response) argument
522 supplyIccPinForApp(String pin, String aid, Message response) argument
526 supplyIccPukForApp(String puk, String newPin, String aid, Message response) argument
530 supplyIccPin2ForApp(String pin2, String aid, Message response) argument
534 supplyIccPuk2ForApp(String puk2, String newPin2, String aid, Message response) argument
538 changeIccPinForApp(String oldPin, String newPin, String aidPtr, Message response) argument
542 changeIccPin2ForApp(String oldPin2, String newPin2, String aidPtr, Message response) argument
547 requestIsimAuthentication(String nonce, Message response) argument
551 requestIccSimAuthentication(int authContext, String data, String aid, Message response) argument
563 setCellInfoListRate(int rateInMillis, Message response) argument
576 iccOpenLogicalChannel(String AID, Message response) argument
580 iccCloseLogicalChannel(int channel, Message response) argument
584 iccTransmitApduLogicalChannel(int channel, int cla, int instruction, int p1, int p2, int p3, String data, Message response) argument
589 iccTransmitApduBasicChannel(int cla, int instruction, int p1, int p2, int p3, String data, Message response) argument
594 nvReadItem(int itemID, Message response) argument
598 nvWriteItem(int itemID, String itemValue, Message response) argument
602 nvWriteCdmaPrl(byte[] preferredRoamingList, Message response) argument
606 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...]
/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));
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
H A DImsPhoneCommandInterface.java178 public void setMute (boolean enableMute, Message response) { argument
182 public void getMute (Message response) { argument
232 int retry, int messageRef, Message response) {
237 Message response) {
245 public void deleteSmsOnSim(int index, Message response) { argument
249 public void deleteSmsOnRuim(int index, Message response) { argument
253 public void writeSmsToSim(int status, String smsc, String pdu, Message response) { argument
257 public void writeSmsToRuim(int status, String pdu, Message response) { argument
311 public void queryCallWaiting(int serviceClass, Message response) { argument
316 Message response) {
231 sendImsGsmSms(String smscPDU, String pdu, int retry, int messageRef, Message response) argument
236 sendImsCdmaSms(byte[] pdu, int retry, int messageRef, Message response) argument
315 setCallWaiting(boolean enable, int serviceClass, Message response) argument
320 setNetworkSelectionModeAutomatic(Message response) argument
324 setNetworkSelectionModeManual( String operatorNumeric, Message response) argument
329 getNetworkSelectionMode(Message response) argument
333 getAvailableNetworks(Message response) argument
337 setCallForward(int action, int cfReason, int serviceClass, String number, int timeSeconds, Message response) argument
342 queryCallForwardStatus(int cfReason, int serviceClass, String number, Message response) argument
347 queryCLIP(Message response) argument
351 getBasebandVersion(Message response) argument
355 queryFacilityLock(String facility, String password, int serviceClass, Message response) argument
360 queryFacilityLockForApp(String facility, String password, int serviceClass, String appId, Message response) argument
365 setFacilityLock(String facility, boolean lockState, String password, int serviceClass, Message response) argument
370 setFacilityLockForApp(String facility, boolean lockState, String password, int serviceClass, String appId, Message response) argument
375 sendUSSD(String ussdString, Message response) argument
379 cancelPendingUssd(Message response) argument
387 invokeOemRilRequestRaw(byte[] data, Message response) argument
391 invokeOemRilRequestStrings(String[] strings, Message response) argument
395 setBandMode(int bandMode, Message response) argument
399 queryAvailableBandMode(Message response) argument
403 sendTerminalResponse(String contents, Message response) argument
407 sendEnvelope(String contents, Message response) argument
411 sendEnvelopeWithStatus(String contents, Message response) argument
415 handleCallSetupRequestFromSim( boolean accept, Message response) argument
420 setPreferredNetworkType(int networkType , Message response) argument
424 getPreferredNetworkType(Message response) argument
428 getNeighboringCids(Message response) argument
432 setLocationUpdates(boolean enable, Message response) argument
452 getCdmaSubscriptionSource(Message response) argument
456 getGsmBroadcastConfig(Message response) argument
460 setGsmBroadcastConfig(SmsBroadcastConfigInfo[] config, Message response) argument
464 setGsmBroadcastActivation(boolean activate, Message response) argument
469 getDeviceIdentity(Message response) argument
473 getCDMASubscription(Message response) argument
481 queryCdmaRoamingPreference(Message response) argument
485 setCdmaRoamingPreference(int cdmaRoamingType, Message response) argument
489 setCdmaSubscriptionSource(int cdmaSubscription , Message response) argument
493 queryTTYMode(Message response) argument
497 setTTYMode(int ttyMode, Message response) argument
501 sendCDMAFeatureCode(String FeatureCode, Message response) argument
505 getCdmaBroadcastConfig(Message response) argument
509 setCdmaBroadcastConfig(CdmaSmsBroadcastConfigInfo[] configs, Message response) argument
513 setCdmaBroadcastActivation(boolean activate, Message response) argument
517 exitEmergencyCallbackMode(Message response) argument
521 supplyIccPinForApp(String pin, String aid, Message response) argument
525 supplyIccPukForApp(String puk, String newPin, String aid, Message response) argument
529 supplyIccPin2ForApp(String pin2, String aid, Message response) argument
533 supplyIccPuk2ForApp(String puk2, String newPin2, String aid, Message response) argument
537 changeIccPinForApp(String oldPin, String newPin, String aidPtr, Message response) argument
541 changeIccPin2ForApp(String oldPin2, String newPin2, String aidPtr, Message response) argument
546 requestIsimAuthentication(String nonce, Message response) argument
550 requestIccSimAuthentication(int authContext, String data, String aid, Message response) argument
562 setCellInfoListRate(int rateInMillis, Message response) argument
575 iccOpenLogicalChannel(String AID, Message response) argument
578 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
585 iccTransmitApduBasicChannel(int cla, int instruction, int p1, int p2, int p3, String data, Message response) argument
589 nvReadItem(int itemID, Message response) argument
592 nvWriteItem(int itemID, String itemValue, Message response) argument
595 nvWriteCdmaPrl(byte[] preferredRoamingList, Message response) argument
598 nvResetConfig(int resetType, Message response) argument
608 setRadioCapability(RadioCapability rc, Message response) argument
612 getRadioCapability(Message response) argument
[all...]
/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:0x" +
152 sendErrorResponse(response, "Have pending update for EF:0x" +
157 mUserWriteResponse.put(efid, response);
140 updateAdnByIndex(int efid, AdnRecord adn, int recordIndex, String pin2, Message response) argument
178 updateAdnBySearch(int efid, AdnRecord oldAdn, AdnRecord newAdn, String pin2, Message response) argument
251 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/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/base/packages/Osu/src/com/android/hotspot2/osu/
H A DHTTPHandler.java86 HTTPResponse response = exchangeWithRetry(url, message, HTTPMessage.Method.POST,
88 if (response.getStatusCode() >= 300) {
89 throw new IOException("Bad HTTP status code " + response.getStatusCode());
92 SOAPParser parser = new SOAPParser(response.getPayloadStream());
95 ByteBuffer x = response.getPayload();
105 HTTPResponse response =
107 return response.getBinaryPayload();
111 HTTPResponse response = exchangeWithRetry(url, null, HTTPMessage.Method.GET, null);
112 return response.getPayloadStream();
121 HTTPResponse response
[all...]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DCommandsInterface.java123 * response.obj.result is an int[2]
125 * response.obj.result[0] is IMS registration state
128 * response.obj.result[1] is of type RILConstants.GSM_PHONE or
308 * response.obj.result[0] is received signal strength (0-31, 99)
309 * response.obj.result[1] is bit error rate (0-7, 99)
357 * response.obj.result[0] is a bitmask of RIL_RESTRICTED_STATE_* values
977 * cause code returned as int[0] in Message.obj.response
989 * cause code returned as int[0] in Message.obj.response
1003 void setMute (boolean enableMute, Message response); argument
1005 void getMute (Message response); argument
1014 getSignalStrength(Message response) argument
1027 getVoiceRegistrationState(Message response) argument
1039 getDataRegistrationState(Message response) argument
1047 getOperator(Message response) argument
1084 sendSMS(String smscPDU, String pdu, Message response) argument
1094 sendSMSExpectMore(String smscPDU, String pdu, Message response) argument
1100 sendCdmaSms(byte[] pdu, Message response) argument
1113 sendImsGsmSms(String smscPDU, String pdu, int retry, int messageRef, Message response) argument
1125 sendImsCdmaSms(byte[] pdu, int retry, int messageRef, Message response) argument
1133 deleteSmsOnSim(int index, Message response) argument
1141 deleteSmsOnRuim(int index, Message response) argument
1156 writeSmsToSim(int status, String smsc, String pdu, Message response) argument
1158 writeSmsToRuim(int status, String pdu, Message response) argument
1160 setRadioPower(boolean on, Message response) argument
1162 acknowledgeLastIncomingGsmSms(boolean success, int cause, Message response) argument
1164 acknowledgeLastIncomingCdmaSms(boolean success, int cause, Message response) argument
1175 acknowledgeIncomingGsmSmsWithPdu(boolean success, String ackPdu, Message response) argument
1182 iccIO(int command, int fileid, String path, int p1, int p2, int p3, String data, String pin2, Message response) argument
1190 iccIOForApp(int command, int fileid, String path, int p1, int p2, int p3, String data, String pin2, String aid, Message response) argument
1200 queryCLIP(Message response) argument
1218 getCLIR(Message response) argument
1226 setCLIR(int clirMode, Message response) argument
1236 queryCallWaiting(int serviceClass, Message response) argument
1244 setCallWaiting(boolean enable, int serviceClass, Message response) argument
1251 setCallForward(int action, int cfReason, int serviceClass, String number, int timeSeconds, Message response) argument
1262 queryCallForwardStatus(int cfReason, int serviceClass, String number, Message response) argument
1265 setNetworkSelectionModeAutomatic(Message response) argument
1267 setNetworkSelectionModeManual(String operatorNumeric, Message response) argument
1277 getNetworkSelectionMode(Message response) argument
1284 getAvailableNetworks(Message response) argument
1286 getBasebandVersion(Message response) argument
1299 queryFacilityLock(String facility, String password, int serviceClass, Message response) argument
1314 queryFacilityLockForApp(String facility, String password, int serviceClass, String appId, Message response) argument
1324 setFacilityLock(String facility, boolean lockState, String password, int serviceClass, Message response) argument
1337 setFacilityLockForApp(String facility, boolean lockState, String password, int serviceClass, String appId, Message response) argument
1340 sendUSSD(String ussdString, Message response) argument
1346 cancelPendingUssd(Message response) argument
1356 setBandMode(int bandMode, Message response) argument
1366 queryAvailableBandMode(Message response) argument
1374 setPreferredNetworkType(int networkType , Message response) argument
1381 getPreferredNetworkType(Message response) argument
1388 getNeighboringCids(Message response) argument
1397 setLocationUpdates(boolean enable, Message response) argument
1429 invokeOemRilRequestRaw(byte[] data, Message response) argument
1431 invokeOemRilRequestStrings(String[] strings, Message response) argument
1448 sendTerminalResponse(String contents, Message response) argument
1459 sendEnvelope(String contents, Message response) argument
1475 sendEnvelopeWithStatus(String contents, Message response) argument
1483 handleCallSetupRequestFromSim(boolean accept, Message response) argument
1499 setGsmBroadcastConfig(SmsBroadcastConfigInfo[] config, Message response) argument
1508 getGsmBroadcastConfig(Message response) argument
1520 getDeviceIdentity(Message response) argument
1532 getCDMASubscription(Message response) argument
1539 sendCDMAFeatureCode(String FeatureCode, Message response) argument
1549 queryCdmaRoamingPreference(Message response) argument
1556 setCdmaRoamingPreference(int cdmaRoamingType, Message response) argument
1563 setCdmaSubscriptionSource(int cdmaSubscriptionType, Message response) argument
1569 getCdmaSubscriptionSource(Message response) argument
1581 setTTYMode(int ttyMode, Message response) argument
1593 queryTTYMode(Message response) argument
1651 setCdmaBroadcastConfig(CdmaSmsBroadcastConfigInfo[] configs, Message response) argument
1667 exitEmergencyCallbackMode(Message response) argument
1697 requestIsimAuthentication(String nonce, Message response) argument
1712 requestIccSimAuthentication(int authContext, String data, String aid, Message response) argument
1748 setCellInfoListRate(int rateInMillis, Message response) argument
1801 iccOpenLogicalChannel(String AID, Message response) argument
1811 iccCloseLogicalChannel(int channel, Message response) argument
1830 iccTransmitApduLogicalChannel(int channel, int cla, int instruction, int p1, int p2, int p3, String data, Message response) argument
1848 iccTransmitApduBasicChannel(int cla, int instruction, int p1, int p2, int p3, String data, Message response) argument
1858 nvReadItem(int itemID, Message response) argument
1868 nvWriteItem(int itemID, String itemValue, Message response) argument
1877 nvWriteCdmaPrl(byte[] preferredRoamingList, Message response) argument
1887 nvResetConfig(int resetType, Message response) argument
[all...]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/test/
H A DSimulatedCommandsVerifier.java763 public void setMute(boolean enableMute, Message response) { argument
768 public void getMute(Message response) { argument
773 public void getSignalStrength(Message response) { argument
778 public void getVoiceRegistrationState(Message response) { argument
783 public void getDataRegistrationState(Message response) { argument
788 public void getOperator(Message response) { argument
813 public void sendSMS(String smscPDU, String pdu, Message response) { argument
818 public void sendSMSExpectMore(String smscPDU, String pdu, Message response) { argument
823 public void sendCdmaSms(byte[] pdu, Message response) { argument
829 Message response) {
828 sendImsGsmSms(String smscPDU, String pdu, int retry, int messageRef, Message response) argument
834 sendImsCdmaSms(byte[] pdu, int retry, int messageRef, Message response) argument
839 deleteSmsOnSim(int index, Message response) argument
844 deleteSmsOnRuim(int index, Message response) argument
849 writeSmsToSim(int status, String smsc, String pdu, Message response) argument
854 writeSmsToRuim(int status, String pdu, Message response) argument
859 setRadioPower(boolean on, Message response) argument
864 acknowledgeLastIncomingGsmSms(boolean success, int cause, Message response) argument
869 acknowledgeLastIncomingCdmaSms(boolean success, int cause, Message response) argument
874 acknowledgeIncomingGsmSmsWithPdu(boolean success, String ackPdu, Message response) argument
879 iccIO(int command, int fileid, String path, int p1, int p2, int p3, String data, String pin2, Message response) argument
885 iccIOForApp(int command, int fileid, String path, int p1, int p2, int p3, String data, String pin2, String aid, Message response) argument
891 queryCLIP(Message response) argument
896 getCLIR(Message response) argument
901 setCLIR(int clirMode, Message response) argument
906 queryCallWaiting(int serviceClass, Message response) argument
911 setCallWaiting(boolean enable, int serviceClass, Message response) argument
916 setCallForward(int action, int cfReason, int serviceClass, String number, int timeSeconds, Message response) argument
922 queryCallForwardStatus(int cfReason, int serviceClass, String number, Message response) argument
928 setNetworkSelectionModeAutomatic(Message response) argument
933 setNetworkSelectionModeManual(String operatorNumeric, Message response) argument
938 getNetworkSelectionMode(Message response) argument
943 getAvailableNetworks(Message response) argument
948 getBasebandVersion(Message response) argument
953 queryFacilityLock(String facility, String password, int serviceClass, Message response) argument
959 queryFacilityLockForApp(String facility, String password, int serviceClass, String appId, Message response) argument
965 setFacilityLock(String facility, boolean lockState, String password, int serviceClass, Message response) argument
971 setFacilityLockForApp(String facility, boolean lockState, String password, int serviceClass, String appId, Message response) argument
977 sendUSSD(String ussdString, Message response) argument
982 cancelPendingUssd(Message response) argument
992 setBandMode(int bandMode, Message response) argument
997 queryAvailableBandMode(Message response) argument
1002 setPreferredNetworkType(int networkType, Message response) argument
1007 getPreferredNetworkType(Message response) argument
1012 getNeighboringCids(Message response) argument
1017 setLocationUpdates(boolean enable, Message response) argument
1042 invokeOemRilRequestRaw(byte[] data, Message response) argument
1047 invokeOemRilRequestStrings(String[] strings, Message response) argument
1062 sendTerminalResponse(String contents, Message response) argument
1067 sendEnvelope(String contents, Message response) argument
1072 sendEnvelopeWithStatus(String contents, Message response) argument
1077 handleCallSetupRequestFromSim(boolean accept, Message response) argument
1087 setGsmBroadcastConfig(SmsBroadcastConfigInfo[] config, Message response) argument
1092 getGsmBroadcastConfig(Message response) argument
1097 getDeviceIdentity(Message response) argument
1102 getCDMASubscription(Message response) argument
1107 sendCDMAFeatureCode(String FeatureCode, Message response) argument
1117 queryCdmaRoamingPreference(Message response) argument
1122 setCdmaRoamingPreference(int cdmaRoamingType, Message response) argument
1127 setCdmaSubscriptionSource(int cdmaSubscriptionType, Message response) argument
1132 getCdmaSubscriptionSource(Message response) argument
1137 setTTYMode(int ttyMode, Message response) argument
1142 queryTTYMode(Message response) argument
1163 setCdmaBroadcastConfig(CdmaSmsBroadcastConfigInfo[] configs, Message response) argument
1173 exitEmergencyCallbackMode(Message response) argument
1188 requestIsimAuthentication(String nonce, Message response) argument
1193 requestIccSimAuthentication(int authContext, String data, String aid, Message response) argument
1209 setCellInfoListRate(int rateInMillis, Message response) argument
1240 iccOpenLogicalChannel(String AID, Message response) argument
1245 iccCloseLogicalChannel(int channel, Message response) argument
1250 iccTransmitApduLogicalChannel(int channel, int cla, int instruction, int p1, int p2, int p3, String data, Message response) argument
1256 iccTransmitApduBasicChannel(int cla, int instruction, int p1, int p2, int p3, String data, Message response) argument
1262 nvReadItem(int itemID, Message response) argument
1267 nvWriteItem(int itemID, String itemValue, Message response) argument
1272 nvWriteCdmaPrl(byte[] preferredRoamingList, Message response) argument
1277 nvResetConfig(int resetType, Message response) argument
[all...]
H A DSimulatedCommands.java773 * cause code returned as Integer in Message.obj.response
852 * ((AsyncResult)response.obj).result is an int[] where int[0] is
872 public void sendTerminalResponse(String contents, Message response) { argument
873 resultSuccess(response, null);
880 public void sendEnvelope(String contents, Message response) { argument
881 resultSuccess(response, null);
888 public void sendEnvelopeWithStatus(String contents, Message response) { argument
889 resultSuccess(response, null);
897 boolean accept, Message response) {
898 resultSuccess(response, nul
896 handleCallSetupRequestFromSim( boolean accept, Message response) argument
1053 deleteSmsOnSim(int index, Message response) argument
1059 deleteSmsOnRuim(int index, Message response) argument
1065 writeSmsToSim(int status, String smsc, String pdu, Message response) argument
1071 writeSmsToRuim(int status, String pdu, Message response) argument
1152 setLocationUpdates(boolean enable, Message response) argument
1219 iccIO(int command, int fileid, String path, int p1, int p2, int p3, String data, String pin2, Message response) argument
1242 queryCLIP(Message response) argument
1282 queryCallWaiting(int serviceClass, Message response) argument
1293 setCallWaiting(boolean enable, int serviceClass, Message response) argument
1421 cancelPendingUssd(Message response) argument
1432 invokeOemRilRequestRaw(byte[] data, Message response) argument
1441 invokeOemRilRequestStrings(String[] strings, Message response) argument
1605 getDeviceIdentity(Message response) argument
1624 setCdmaSubscriptionSource(int cdmaSubscriptionType, Message response) argument
1629 queryCdmaRoamingPreference(Message response) argument
1634 setCdmaRoamingPreference(int cdmaRoamingType, Message response) argument
1664 setTTYMode(int ttyMode, Message response) argument
1680 queryTTYMode(Message response) argument
1688 sendCDMAFeatureCode(String FeatureCode, Message response) argument
1696 sendCdmaSms(byte[] pdu, Message response) argument
1702 setCdmaBroadcastActivation(boolean activate, Message response) argument
1708 getCdmaBroadcastConfig(Message response) argument
1714 setCdmaBroadcastConfig(CdmaSmsBroadcastConfigInfo[] configs, Message response) argument
1718 forceDataDormancy(Message response) argument
1724 setGsmBroadcastActivation(boolean activate, Message response) argument
1730 setGsmBroadcastConfig(SmsBroadcastConfigInfo[] config, Message response) argument
1735 getGsmBroadcastConfig(Message response) argument
1740 supplyIccPinForApp(String pin, String aid, Message response) argument
1755 supplyIccPukForApp(String puk, String newPin, String aid, Message response) argument
1760 supplyIccPin2ForApp(String pin2, String aid, Message response) argument
1765 supplyIccPuk2ForApp(String puk2, String newPin2, String aid, Message response) argument
1770 changeIccPinForApp(String oldPin, String newPin, String aidPtr, Message response) argument
1777 changeIccPin2ForApp(String oldPin2, String newPin2, String aidPtr, Message response) argument
1783 requestIsimAuthentication(String nonce, Message response) argument
1788 requestIccSimAuthentication(int authContext, String data, String aid, Message response) argument
1793 getVoiceRadioTechnology(Message response) argument
1805 getCellInfoList(Message response) argument
1835 setCellInfoListRate(int rateInMillis, Message response) argument
1853 getImsRegistrationState(Message response) argument
1862 sendImsCdmaSms(byte[] pdu, int retry, int messageRef, Message response) argument
1869 sendImsGsmSms(String smscPDU, String pdu, int retry, int messageRef, Message response) argument
1877 iccOpenLogicalChannel(String AID, Message response) argument
1884 iccCloseLogicalChannel(int channel, Message response) argument
1889 iccTransmitApduLogicalChannel(int channel, int cla, int instruction, int p1, int p2, int p3, String data, Message response) argument
1902 iccTransmitApduBasicChannel(int cla, int instruction, int p1, int p2, int p3, String data, Message response) argument
1908 nvReadItem(int itemID, Message response) argument
1913 nvWriteItem(int itemID, String itemValue, Message response) argument
1918 nvWriteCdmaPrl(byte[] preferredRoamingList, Message response) argument
1923 nvResetConfig(int resetType, Message response) argument
[all...]
/frameworks/base/services/tests/servicestests/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 634 milliseconds

1234567