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

12345678

/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/tests/AmSlam/src/test/amslam/
H A DPingReceiver.java29 Intent response = new Intent(this, PongReceiver.class);
30 response.putExtra("start_time", intent.getLongExtra("start_time", 0));
31 response.putExtra("bounce_time", SystemClock.uptimeMillis());
32 response.putExtra("receiver", getClass().getSimpleName());
33 sendBroadcast(response);
/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
786 startAddAccountSession( final AccountAuthenticatorResponse response, final String accountType, final String authTokenType, final String[] requiredFeatures, final Bundle options) argument
842 startUpdateCredentialsSession( final AccountAuthenticatorResponse response, final Account account, final String authTokenType, final Bundle options) argument
897 finishSession( final AccountAuthenticatorResponse response, final String accountType, final Bundle sessionBundle) argument
981 isCredentialsUpdateSuggested( final AccountAuthenticatorResponse response, Account account, String statusToken) argument
[all...]
H A DIAccountManager.aidl41 void hasFeatures(in IAccountManagerResponse response, in Account account, in String[] features,
43 void getAccountByTypeAndFeatures(in IAccountManagerResponse response, String accountType,
45 void getAccountsByFeatures(in IAccountManagerResponse response, String accountType,
48 void removeAccount(in IAccountManagerResponse response, in Account account,
50 void removeAccountAsUser(in IAccountManagerResponse response, in Account account,
53 void copyAccountToUser(in IAccountManagerResponse response, in Account account,
63 void getAuthToken(in IAccountManagerResponse response, in Account account,
66 void addAccount(in IAccountManagerResponse response, String accountType,
69 void addAccountAsUser(in IAccountManagerResponse response, String accountType,
72 void updateCredentials(in IAccountManagerResponse response, i
[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/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
311 public void queryCallWaiting(int serviceClass, Message response) { argument
316 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
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 setLocationUpdates(boolean enable, Message response) argument
448 getCdmaSubscriptionSource(Message response) argument
452 getGsmBroadcastConfig(Message response) argument
456 setGsmBroadcastConfig(SmsBroadcastConfigInfo[] config, Message response) argument
460 setGsmBroadcastActivation(boolean activate, Message response) argument
465 getDeviceIdentity(Message response) argument
469 getCDMASubscription(Message response) argument
477 queryCdmaRoamingPreference(Message response) argument
481 setCdmaRoamingPreference(int cdmaRoamingType, Message response) argument
485 setCdmaSubscriptionSource(int cdmaSubscription , Message response) argument
489 queryTTYMode(Message response) argument
493 setTTYMode(int ttyMode, Message response) argument
497 sendCDMAFeatureCode(String FeatureCode, Message response) argument
501 getCdmaBroadcastConfig(Message response) argument
505 setCdmaBroadcastConfig(CdmaSmsBroadcastConfigInfo[] configs, Message response) argument
509 setCdmaBroadcastActivation(boolean activate, Message response) argument
513 exitEmergencyCallbackMode(Message response) argument
517 supplyIccPinForApp(String pin, String aid, Message response) argument
521 supplyIccPukForApp(String puk, String newPin, String aid, Message response) argument
525 supplyIccPin2ForApp(String pin2, String aid, Message response) argument
529 supplyIccPuk2ForApp(String puk2, String newPin2, String aid, Message response) argument
533 changeIccPinForApp(String oldPin, String newPin, String aidPtr, Message response) argument
537 changeIccPin2ForApp(String oldPin2, String newPin2, String aidPtr, Message response) argument
542 requestIsimAuthentication(String nonce, Message response) argument
546 requestIccSimAuthentication(int authContext, String data, String aid, Message response) argument
562 iccOpenLogicalChannel(String AID, int p2, Message response) argument
566 iccCloseLogicalChannel(int channel, Message response) argument
570 iccTransmitApduLogicalChannel(int channel, int cla, int instruction, int p1, int p2, int p3, String data, Message response) argument
575 iccTransmitApduBasicChannel(int cla, int instruction, int p1, int p2, int p3, String data, Message response) argument
580 nvReadItem(int itemID, Message response) argument
584 nvWriteItem(int itemID, String itemValue, Message response) argument
588 nvWriteCdmaPrl(byte[] preferredRoamingList, Message response) argument
592 nvResetConfig(int resetType, Message response) argument
[all...]
/frameworks/base/core/java/android/service/gatekeeper/
H A DGateKeeperResponse.java40 /** Default constructor for response with generic response code **/
51 GateKeeperResponse response = new GateKeeperResponse(RESPONSE_RETRY);
52 response.mTimeout = timeout;
53 return response;
58 GateKeeperResponse response = new GateKeeperResponse(RESPONSE_OK);
59 response.mPayload = payload;
60 response.mShouldReEnroll = shouldReEnroll;
61 return response;
74 final GateKeeperResponse 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/base/services/tests/servicestests/src/com/android/server/accounts/
H A DAccountAuthenticatorDummyActivity.java33 AccountAuthenticatorResponse response =
36 if (response != null) {
37 response.onResult(result.getExtras());
H A DTestAccountType2Authenticator.java47 public Bundle editProperties(AccountAuthenticatorResponse response, String accountType) { argument
54 AccountAuthenticatorResponse response,
65 AccountAuthenticatorResponse response,
74 AccountAuthenticatorResponse response,
90 AccountAuthenticatorResponse response,
100 AccountAuthenticatorResponse response,
109 AccountAuthenticatorResponse response,
120 AccountAuthenticatorResponse response,
131 public Bundle finishSession(AccountAuthenticatorResponse response, argument
140 final AccountAuthenticatorResponse response,
53 addAccount( AccountAuthenticatorResponse response, String accountType, String authTokenType, String[] requiredFeatures, Bundle options) argument
64 confirmCredentials( AccountAuthenticatorResponse response, Account account, Bundle options) argument
73 getAuthToken( AccountAuthenticatorResponse response, Account account, String authTokenType, Bundle options) argument
89 updateCredentials( AccountAuthenticatorResponse response, Account account, String authTokenType, Bundle options) argument
99 hasFeatures( AccountAuthenticatorResponse response, Account account, String[] features) argument
108 startAddAccountSession( AccountAuthenticatorResponse response, String accountType, String authTokenType, String[] requiredFeatures, Bundle options) argument
119 startUpdateCredentialsSession( AccountAuthenticatorResponse response, Account account, String authTokenType, Bundle options) argument
139 isCredentialsUpdateSuggested( final AccountAuthenticatorResponse response, Account account, String statusToken) argument
[all...]
/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
310 public void queryCallWaiting(int serviceClass, Message response) { argument
315 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
314 setCallWaiting(boolean enable, int serviceClass, Message response) argument
319 setNetworkSelectionModeAutomatic(Message response) argument
323 setNetworkSelectionModeManual( String operatorNumeric, Message response) argument
328 getNetworkSelectionMode(Message response) argument
332 getAvailableNetworks(Message response) argument
336 setCallForward(int action, int cfReason, int serviceClass, String number, int timeSeconds, Message response) argument
341 queryCallForwardStatus(int cfReason, int serviceClass, String number, Message response) argument
346 queryCLIP(Message response) argument
350 getBasebandVersion(Message response) argument
354 queryFacilityLock(String facility, String password, int serviceClass, Message response) argument
359 queryFacilityLockForApp(String facility, String password, int serviceClass, String appId, Message response) argument
364 setFacilityLock(String facility, boolean lockState, String password, int serviceClass, Message response) argument
369 setFacilityLockForApp(String facility, boolean lockState, String password, int serviceClass, String appId, Message response) argument
374 sendUSSD(String ussdString, Message response) argument
378 cancelPendingUssd(Message response) argument
386 invokeOemRilRequestRaw(byte[] data, Message response) argument
390 invokeOemRilRequestStrings(String[] strings, Message response) argument
394 setBandMode(int bandMode, Message response) argument
398 queryAvailableBandMode(Message response) argument
402 sendTerminalResponse(String contents, Message response) argument
406 sendEnvelope(String contents, Message response) argument
410 sendEnvelopeWithStatus(String contents, Message response) argument
414 handleCallSetupRequestFromSim( boolean accept, Message response) argument
419 setPreferredNetworkType(int networkType , Message response) argument
423 getPreferredNetworkType(Message response) argument
427 setLocationUpdates(boolean enable, Message response) argument
447 getCdmaSubscriptionSource(Message response) argument
451 getGsmBroadcastConfig(Message response) argument
455 setGsmBroadcastConfig(SmsBroadcastConfigInfo[] config, Message response) argument
459 setGsmBroadcastActivation(boolean activate, Message response) argument
464 getDeviceIdentity(Message response) argument
468 getCDMASubscription(Message response) argument
476 queryCdmaRoamingPreference(Message response) argument
480 setCdmaRoamingPreference(int cdmaRoamingType, Message response) argument
484 setCdmaSubscriptionSource(int cdmaSubscription , Message response) argument
488 queryTTYMode(Message response) argument
492 setTTYMode(int ttyMode, Message response) argument
496 sendCDMAFeatureCode(String FeatureCode, Message response) argument
500 getCdmaBroadcastConfig(Message response) argument
504 setCdmaBroadcastConfig(CdmaSmsBroadcastConfigInfo[] configs, Message response) argument
508 setCdmaBroadcastActivation(boolean activate, Message response) argument
512 exitEmergencyCallbackMode(Message response) argument
516 supplyIccPinForApp(String pin, String aid, Message response) argument
520 supplyIccPukForApp(String puk, String newPin, String aid, Message response) argument
524 supplyIccPin2ForApp(String pin2, String aid, Message response) argument
528 supplyIccPuk2ForApp(String puk2, String newPin2, String aid, Message response) argument
532 changeIccPinForApp(String oldPin, String newPin, String aidPtr, Message response) argument
536 changeIccPin2ForApp(String oldPin2, String newPin2, String aidPtr, Message response) argument
541 requestIsimAuthentication(String nonce, Message response) argument
545 requestIccSimAuthentication(int authContext, String data, String aid, Message response) argument
561 iccOpenLogicalChannel(String AID, int p2, Message response) argument
564 iccCloseLogicalChannel(int channel, Message response) argument
567 iccTransmitApduLogicalChannel(int channel, int cla, int instruction, int p1, int p2, int p3, String data, Message response) argument
571 iccTransmitApduBasicChannel(int cla, int instruction, int p1, int p2, int p3, String data, Message response) argument
575 nvReadItem(int itemID, Message response) argument
578 nvWriteItem(int itemID, String itemValue, Message response) argument
581 nvWriteCdmaPrl(byte[] preferredRoamingList, Message response) argument
584 nvResetConfig(int resetType, Message response) argument
594 setRadioCapability(RadioCapability rc, Message response) argument
598 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.java57 // Byte order received in response to COMMAND_GET_RESPONSE
173 Message response
178 0, 0, GET_RESPONSE_EF_SIZE_BYTES, null, null, mAid, response);
205 Message response = obtainMessage(EVENT_GET_RECORD_SIZE_IMG_DONE,
212 null, null, mAid, response);
227 Message response
231 0, 0, GET_RESPONSE_EF_SIZE_BYTES, null, null, mAid, response);
259 Message response = obtainMessage(EVENT_GET_RECORD_SIZE_DONE,
263 0, 0, GET_RESPONSE_EF_SIZE_BYTES, null, null, mAid, response);
290 Message response
395 sendResult(Message response, Object result, Throwable ex) argument
405 processException(Message response, AsyncResult ar) argument
[all...]
/frameworks/base/core/java/android/service/autofill/
H A DFillCallback.java43 * @param response autofill information for that activity, or {@code null} when the activity
47 public void onSuccess(@Nullable FillResponse response) { argument
51 if (response != null) {
52 response.setRequestId(mRequestId);
56 mCallback.onSuccess(response);
H A DIAuthenticationCallback.aidl29 void onSuccessForFillResponse(in FillResponse response);
H A DIFillCallback.aidl30 void onSuccess(in FillResponse 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
312 * response.obj.result[0] is received signal strength (0-31, 99)
313 * response.obj.result[1] is bit error rate (0-7, 99)
361 * response.obj.result[0] is a bitmask of RIL_RESTRICTED_STATE_* values
981 * cause code returned as int[0] in Message.obj.response
993 * cause code returned as int[0] in Message.obj.response
1007 void setMute (boolean enableMute, Message response); argument
1009 void getMute (Message response); argument
1018 getSignalStrength(Message response) argument
1031 getVoiceRegistrationState(Message response) argument
1043 getDataRegistrationState(Message response) argument
1051 getOperator(Message response) argument
1088 sendSMS(String smscPDU, String pdu, Message response) argument
1098 sendSMSExpectMore(String smscPDU, String pdu, Message response) argument
1104 sendCdmaSms(byte[] pdu, Message response) argument
1117 sendImsGsmSms(String smscPDU, String pdu, int retry, int messageRef, Message response) argument
1129 sendImsCdmaSms(byte[] pdu, int retry, int messageRef, Message response) argument
1137 deleteSmsOnSim(int index, Message response) argument
1145 deleteSmsOnRuim(int index, Message response) argument
1160 writeSmsToSim(int status, String smsc, String pdu, Message response) argument
1162 writeSmsToRuim(int status, String pdu, Message response) argument
1164 setRadioPower(boolean on, Message response) argument
1166 acknowledgeLastIncomingGsmSms(boolean success, int cause, Message response) argument
1168 acknowledgeLastIncomingCdmaSms(boolean success, int cause, Message response) argument
1179 acknowledgeIncomingGsmSmsWithPdu(boolean success, String ackPdu, Message response) argument
1186 iccIO(int command, int fileid, String path, int p1, int p2, int p3, String data, String pin2, Message response) argument
1194 iccIOForApp(int command, int fileid, String path, int p1, int p2, int p3, String data, String pin2, String aid, Message response) argument
1204 queryCLIP(Message response) argument
1222 getCLIR(Message response) argument
1230 setCLIR(int clirMode, Message response) argument
1240 queryCallWaiting(int serviceClass, Message response) argument
1248 setCallWaiting(boolean enable, int serviceClass, Message response) argument
1255 setCallForward(int action, int cfReason, int serviceClass, String number, int timeSeconds, Message response) argument
1266 queryCallForwardStatus(int cfReason, int serviceClass, String number, Message response) argument
1269 setNetworkSelectionModeAutomatic(Message response) argument
1271 setNetworkSelectionModeManual(String operatorNumeric, Message response) argument
1281 getNetworkSelectionMode(Message response) argument
1288 getAvailableNetworks(Message response) argument
1290 getBasebandVersion(Message response) argument
1303 queryFacilityLock(String facility, String password, int serviceClass, Message response) argument
1318 queryFacilityLockForApp(String facility, String password, int serviceClass, String appId, Message response) argument
1328 setFacilityLock(String facility, boolean lockState, String password, int serviceClass, Message response) argument
1341 setFacilityLockForApp(String facility, boolean lockState, String password, int serviceClass, String appId, Message response) argument
1344 sendUSSD(String ussdString, Message response) argument
1350 cancelPendingUssd(Message response) argument
1360 setBandMode(int bandMode, Message response) argument
1370 queryAvailableBandMode(Message response) argument
1378 setPreferredNetworkType(int networkType , Message response) argument
1385 getPreferredNetworkType(Message response) argument
1393 getNeighboringCids(Message response, WorkSource workSource) argument
1402 setLocationUpdates(boolean enable, Message response) argument
1434 invokeOemRilRequestRaw(byte[] data, Message response) argument
1436 invokeOemRilRequestStrings(String[] strings, Message response) argument
1453 sendTerminalResponse(String contents, Message response) argument
1464 sendEnvelope(String contents, Message response) argument
1480 sendEnvelopeWithStatus(String contents, Message response) argument
1488 handleCallSetupRequestFromSim(boolean accept, Message response) argument
1504 setGsmBroadcastConfig(SmsBroadcastConfigInfo[] config, Message response) argument
1513 getGsmBroadcastConfig(Message response) argument
1525 getDeviceIdentity(Message response) argument
1537 getCDMASubscription(Message response) argument
1544 sendCDMAFeatureCode(String FeatureCode, Message response) argument
1554 queryCdmaRoamingPreference(Message response) argument
1561 setCdmaRoamingPreference(int cdmaRoamingType, Message response) argument
1568 setCdmaSubscriptionSource(int cdmaSubscriptionType, Message response) argument
1574 getCdmaSubscriptionSource(Message response) argument
1586 setTTYMode(int ttyMode, Message response) argument
1598 queryTTYMode(Message response) argument
1647 setCdmaBroadcastConfig(CdmaSmsBroadcastConfigInfo[] configs, Message response) argument
1663 exitEmergencyCallbackMode(Message response) argument
1693 requestIsimAuthentication(String nonce, Message response) argument
1708 requestIccSimAuthentication(int authContext, String data, String aid, Message response) argument
1746 setCellInfoListRate(int rateInMillis, Message response, WorkSource workSource) argument
1793 iccOpenLogicalChannel(String AID, int p2, Message response) argument
1803 iccCloseLogicalChannel(int channel, Message response) argument
1822 iccTransmitApduLogicalChannel(int channel, int cla, int instruction, int p1, int p2, int p3, String data, Message response) argument
1840 iccTransmitApduBasicChannel(int cla, int instruction, int p1, int p2, int p3, String data, Message response) argument
1850 nvReadItem(int itemID, Message response) argument
1860 nvWriteItem(int itemID, String itemValue, Message response) argument
1869 nvWriteCdmaPrl(byte[] preferredRoamingList, Message response) argument
1879 nvResetConfig(int resetType, Message response) argument
[all...]
H A DOemHookIndication.java43 byte[] response = RIL.arrayListToPrimitiveArray(data);
46 com.android.internal.telephony.uicc.IccUtils.bytesToHexString(response));
50 mRil.mUnsolOemHookRawRegistrant.notifyRegistrant(new AsyncResult(null, response, null));
/frameworks/base/core/java/android/app/
H A DEphemeralResolverService.java94 final List<EphemeralResolveInfo> response = onGetEphemeralResolveInfo(digestPrefix);
95 final int responseSize = response == null ? 0 : response.size();
98 resultList.add(response.get(i).getInstantAppResolveInfo());
110 final EphemeralResolveInfo response = onGetEphemeralIntentFilter(hostName);
112 resultList.add(response.getInstantAppResolveInfo());
/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 setLocationUpdates(boolean enable, Message response) argument
1037 invokeOemRilRequestRaw(byte[] data, Message response) argument
1042 invokeOemRilRequestStrings(String[] strings, Message response) argument
1057 sendTerminalResponse(String contents, Message response) argument
1062 sendEnvelope(String contents, Message response) argument
1067 sendEnvelopeWithStatus(String contents, Message response) argument
1072 handleCallSetupRequestFromSim(boolean accept, Message response) argument
1082 setGsmBroadcastConfig(SmsBroadcastConfigInfo[] config, Message response) argument
1087 getGsmBroadcastConfig(Message response) argument
1092 getDeviceIdentity(Message response) argument
1097 getCDMASubscription(Message response) argument
1102 sendCDMAFeatureCode(String FeatureCode, Message response) argument
1112 queryCdmaRoamingPreference(Message response) argument
1117 setCdmaRoamingPreference(int cdmaRoamingType, Message response) argument
1122 setCdmaSubscriptionSource(int cdmaSubscriptionType, Message response) argument
1127 getCdmaSubscriptionSource(Message response) argument
1132 setTTYMode(int ttyMode, Message response) argument
1137 queryTTYMode(Message response) argument
1157 setCdmaBroadcastConfig(CdmaSmsBroadcastConfigInfo[] configs, Message response) argument
1167 exitEmergencyCallbackMode(Message response) argument
1182 requestIsimAuthentication(String nonce, Message response) argument
1187 requestIccSimAuthentication(int authContext, String data, String aid, Message response) argument
1223 iccOpenLogicalChannel(String AID, int p2, Message response) argument
1228 iccCloseLogicalChannel(int channel, Message response) argument
1233 iccTransmitApduLogicalChannel(int channel, int cla, int instruction, int p1, int p2, int p3, String data, Message response) argument
1239 iccTransmitApduBasicChannel(int cla, int instruction, int p1, int p2, int p3, String data, Message response) argument
1245 nvReadItem(int itemID, Message response) argument
1250 nvWriteItem(int itemID, String itemValue, Message response) argument
1255 nvWriteCdmaPrl(byte[] preferredRoamingList, Message response) argument
1260 nvResetConfig(int resetType, Message response) argument
[all...]
/frameworks/base/tests/net/java/android/net/netlink/
H A DNetlinkSocketTest.java60 ByteBuffer response = null;
61 response = s.recvMessage(TIMEOUT);
62 assertNotNull(response);
63 assertTrue(StructNlMsgHdr.STRUCT_SIZE <= response.limit());
64 assertEquals(0, response.position());
65 assertEquals(ByteOrder.nativeOrder(), response.order());
68 while (response.remaining() > 0) {
69 final NetlinkMessage msg = NetlinkMessage.parse(response);

Completed in 755 milliseconds

12345678