Lines Matching refs:response

123      * 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);
1009 void getMute (Message response);
1012 * response.obj is an AsyncResult
1013 * response.obj.result is an int[2]
1014 * response.obj.result[0] is received signal strength (0-31, 99)
1015 * response.obj.result[1] is bit error rate (0-7, 99)
1018 void getSignalStrength (Message response);
1022 * response.obj.result is an int[3]
1023 * response.obj.result[0] is registration state 0-5 from TS 27.007 7.2
1024 * response.obj.result[1] is LAC if registered or -1 if not
1025 * response.obj.result[2] is CID if registered or -1 if not
1031 void getVoiceRegistrationState (Message response);
1034 * response.obj.result is an int[3]
1035 * response.obj.result[0] is registration state 0-5 from TS 27.007 7.2
1036 * response.obj.result[1] is LAC if registered or -1 if not
1037 * response.obj.result[2] is CID if registered or -1 if not
1043 void getDataRegistrationState (Message response);
1046 * response.obj.result is a String[3]
1047 * response.obj.result[0] is long alpha or null if unregistered
1048 * response.obj.result[1] is short alpha or null if unregistered
1049 * response.obj.result[2] is numeric or null if unregistered
1051 void getOperator(Message response);
1088 void sendSMS (String smscPDU, String pdu, Message response);
1098 void sendSMSExpectMore (String smscPDU, String pdu, Message response);
1102 * @param response sent when operation completes
1104 void sendCdmaSms(byte[] pdu, Message response);
1115 * @param response sent when operation completes
1118 Message response);
1123 * @param response sent when operation completes
1127 * @param response sent when operation completes
1129 void sendImsCdmaSms(byte[] pdu, int retry, int messageRef, Message response);
1135 * @param response sent when operation completes
1137 void deleteSmsOnSim(int index, Message response);
1143 * @param response sent when operation completes
1145 void deleteSmsOnRuim(int index, Message response);
1156 * @param response sent when operation completes.
1157 * response.obj will be an AsyncResult, and will indicate
1160 void writeSmsToSim(int status, String smsc, String pdu, Message response);
1162 void writeSmsToRuim(int status, String pdu, Message response);
1164 void setRadioPower(boolean on, Message response);
1166 void acknowledgeLastIncomingGsmSms(boolean success, int cause, Message response);
1168 void acknowledgeLastIncomingCdmaSms(boolean success, int cause, Message response);
1177 * @param response sent when operation completes.
1179 void acknowledgeIncomingGsmSmsWithPdu(boolean success, String ackPdu, Message response);
1183 * response.obj will be an AsyncResult
1184 * response.obj.result will be an IccIoResult on success
1187 String data, String pin2, Message response);
1191 * response.obj will be an AsyncResult
1192 * response.obj.userObj will be a IccIoResult on success
1195 String data, String pin2, String aid, Message response);
1198 * (AsyncResult)response.obj).result is an int[] with element [0] set to
1201 * @param response is callback message
1204 void queryCLIP(Message response);
1207 * response.obj will be a an int[2]
1209 * response.obj[0] will be TS 27.007 +CLIR parameter 'n'
1214 * response.obj[1] will be TS 27.007 +CLIR parameter 'm'
1222 void getCLIR(Message response);
1227 * response.obj is null
1230 void setCLIR(int clirMode, Message response);
1233 * (AsyncResult)response.obj).result is an int[] with element [0] set to
1237 * @param response is callback message
1240 void queryCallWaiting(int serviceClass, Message response);
1245 * @param response is callback message
1248 void setCallWaiting(boolean enable, int serviceClass, Message response);
1256 String number, int timeSeconds, Message response);
1261 * ((AsyncResult)response.obj).result will be an array of
1267 String number, Message response);
1269 void setNetworkSelectionModeAutomatic(Message response);
1271 void setNetworkSelectionModeManual(String operatorNumeric, Message response);
1277 * ((AsyncResult)response.obj).result is an int[] with element [0] being
1281 void getNetworkSelectionMode(Message response);
1286 * ((AsyncResult)response.obj).result is a List of NetworkInfo objects
1288 void getAvailableNetworks(Message response);
1290 void getBasebandVersion (Message response);
1294 * (AsyncResult)response.obj).result will be an Integer representing
1300 * @param response is callback message
1304 Message response);
1307 * (AsyncResult)response.obj).result will be an Integer representing
1315 * @param response is callback message
1319 Message response);
1326 * @param response is callback message
1329 int serviceClass, Message response);
1339 * @param response is callback message
1342 int serviceClass, String appId, Message response);
1344 void sendUSSD (String ussdString, Message response);
1348 * @param response callback message
1350 void cancelPendingUssd (Message response);
1358 * @param response is callback message
1360 void setBandMode (int bandMode, Message response);
1365 * @param response is callback message
1366 * ((AsyncResult)response.obj).result is an int[] where int[0] is
1370 void queryAvailableBandMode (Message response);
1376 * @param response is callback message
1378 void setPreferredNetworkType(int networkType , Message response);
1383 * @param response is callback message to report one of NT_*_TYPE
1385 void getPreferredNetworkType(Message response);
1390 * @param response s callback message to cell ids
1393 default void getNeighboringCids(Message response, WorkSource workSource){}
1400 * @param response callback message
1402 void setLocationUpdates(boolean enable, Message response);
1434 void invokeOemRilRequestRaw(byte[] data, Message response);
1436 void invokeOemRilRequestStrings(String[] strings, Message response);
1448 * @param contents String containing SAT/USAT response in hexadecimal
1449 * format starting with first byte of response data. See
1451 * @param response Callback message
1453 public void sendTerminalResponse(String contents, Message response);
1459 * @param contents String containing SAT/USAT response in hexadecimal
1462 * @param response Callback message
1464 public void sendEnvelope(String contents, Message response);
1469 * from {@link #sendEnvelope}: The SW1 and SW2 status bytes from the UICC response
1470 * are returned along with the response data.
1472 * response.obj will be an AsyncResult
1473 * response.obj.result will be an IccIoResult on success
1475 * @param contents String containing SAT/USAT response in hexadecimal
1478 * @param response Callback message
1480 public void sendEnvelopeWithStatus(String contents, Message response);
1486 * @param response Callback message
1488 public void handleCallSetupRequestFromSim(boolean accept, Message response);
1502 * @param response Callback message is empty on completion
1504 public void setGsmBroadcastConfig(SmsBroadcastConfigInfo[] config, Message response);
1509 * @param response
1513 public void getGsmBroadcastConfig(Message response);
1519 * "response" is const char **
1525 public void getDeviceIdentity(Message response);
1529 * "response" is const char **
1537 public void getCDMASubscription(Message response);
1541 * "response" is is NULL
1544 public void sendCDMAFeatureCode(String FeatureCode, Message response);
1552 * @param response is callback message to report one of CDMA_RM_*
1554 void queryCdmaRoamingPreference(Message response);
1559 * @param response is callback message
1561 void setCdmaRoamingPreference(int cdmaRoamingType, Message response);
1566 * @param response is callback message
1568 void setCdmaSubscriptionSource(int cdmaSubscriptionType, Message response);
1572 * @param response is callback message
1574 void getCdmaSubscriptionSource(Message response);
1584 * @param response is callback message
1586 void setTTYMode(int ttyMode, Message response);
1590 * (AsyncResult)response.obj).result is an int[] with element [0] set to
1596 * @param response is callback message
1598 void queryTTYMode(Message response);
1644 * @param response
1647 public void setCdmaBroadcastConfig(CdmaSmsBroadcastConfigInfo[] configs, Message response);
1661 * @param response callback message
1663 public void exitEmergencyCallbackMode(Message response);
1685 * challenge/response algorithm for IMS authentication. The nonce string
1686 * and challenge response are Base64 encoded Strings.
1689 * @param response a callback message with the String response in the obj field
1693 public void requestIsimAuthentication(String nonce, Message response);
1697 * challenge/response algorithm. The data string and challenge response are
1706 * @param response a callback message with the String response in the obj field
1708 public void requestIccSimAuthentication(int authContext, String data, String aid, Message response);
1741 * @param response.obj is AsyncResult ar when sent to associated handler
1746 default void setCellInfoListRate(int rateInMillis, Message response, WorkSource workSource){}
1790 * @param response Callback message. response.obj will be an int [1] with
1793 public void iccOpenLogicalChannel(String AID, int p2, Message response);
1801 * @param response Callback message.
1803 public void iccCloseLogicalChannel(int channel, Message response);
1819 * @param response Callback message. response.obj.userObj will be
1823 int p1, int p2, int p3, String data, Message response);
1837 * @param response Callback message. response.obj.userObj will be
1841 int p3, String data, Message response);
1848 * @param response callback message with the String response in the obj field
1850 void nvReadItem(int itemID, Message response);
1858 * @param response Callback message.
1860 void nvWriteItem(int itemID, String itemValue, Message response);
1867 * @param response Callback message.
1869 void nvWriteCdmaPrl(byte[] preferredRoamingList, Message response);
1877 * @param response Callback message.
1879 void nvResetConfig(int resetType, Message response);
2060 * @param filter unsolicited response filter. See DeviceStateMonitor.UnsolicitedResponseFilter