/frameworks/base/telephony/java/com/android/internal/telephony/ |
ISms.aidl | 90 boolean copyMessageToIccEf(String callingPkg, int status, in byte[] pdu, in byte[] smsc); 103 in byte[] pdu, in byte[] smsc); 108 * @param smsc the SMSC to send the message through, or NULL for the 109 * default SMSC 134 * @param smsc the SMSC to send the message through, or NULL for the 135 * default SMSC 162 * @param smsc the SMSC to send the message through, or NULL for th [all...] |
/frameworks/opt/telephony/src/java/android/telephony/gsm/ |
SmsManager.java | 56 * the current default SMSC 104 * the current default SMSC 140 * the current default SMSC 171 * @param smsc the SMSC for this message, or NULL for the default SMSC 180 public final boolean copyMessageToSim(byte[] smsc, byte[] pdu, int status) { 181 return mSmsMgrProxy.copyMessageToIcc(smsc, pdu, status);
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/ |
GsmSMSDispatcher.java | 267 intent.putExtra("smsc", (byte[]) map.get("smsc")); 297 byte smsc[] = (byte[]) map.get("smsc"); 316 mCi.sendSMSExpectMore(IccUtils.bytesToHexString(smsc), 319 mCi.sendSMS(IccUtils.bytesToHexString(smsc), 323 mCi.sendImsGsmSms(IccUtils.bytesToHexString(smsc),
|
GsmInboundSmsHandler.java | 34 * the SmsProvider "raw" table and ACKing them to the SMSC. After each message has been 89 * or {@link Activity#RESULT_OK} for delayed acknowledgment to SMSC
|
UsimDataDownloadHandler.java | 69 * UICC response as the acknowledgment to the SMSC. 86 String smsc = IccUtils.bytesToHexString( local 89 mCi.writeSmsToSim(SmsManager.STATUS_ON_ICC_UNREAD, smsc, 178 * @param scAddressLength the length of the SMSC address, or zero if not present
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
UiccSmsController.java | 72 public boolean copyMessageToIccEf(String callingPackage, int status, byte[] pdu, byte[] smsc) 75 pdu, smsc); 79 byte[] pdu, byte[] smsc) throws android.os.RemoteException { 82 return iccSmsIntMgr.copyMessageToIccEf(callingPackage, status, pdu, smsc);
|
IccSmsInterfaceManager.java | 248 public boolean copyMessageToIccEf(String callingPackage, int status, byte[] pdu, byte[] smsc) { 249 //NOTE smsc not used in RUIM 252 "), smsc=(" + Arrays.toString(smsc) +")"); 264 mPhone.mCi.writeSmsToSim(status, IccUtils.bytesToHexString(smsc), 324 * the current default SMSC 368 * the current default SMSC 447 * the current default SMSC [all...] |
CommandsInterface.java | [all...] |
InboundSmsHandler.java | 69 * the SmsProvider "raw" table and ACKing them to the SMSC. After each message has been 163 /** Delivering state. Saves the PDU in the raw table and acknowledges to SMSC. */ 518 * or {@link Activity#RESULT_OK} for delayed acknowledgment to SMSC 544 * or {@link Activity#RESULT_OK} for delayed acknowledgment to SMSC 549 * Send an acknowledge message to the SMSC. 635 * successful. Returns the SMS intent status to return to the SMSC. [all...] |
ImsSMSDispatcher.java | 380 // replace old smsc and pdu with newly encoded ones 381 map.put("smsc", pdu.encodedScAddress);
|
SMSDispatcher.java | 448 * the current default SMSC 476 * the current default SMSC 576 * the current default SMSC 680 * -smsc the SMSC to send the message through, or NULL for the 681 * default SMSC [all...] |
SmsMessageBase.java | 30 /** {@hide} The address of the SMSC. May be null */
|
Phone.java | [all...] |
/frameworks/opt/telephony/src/java/android/telephony/ |
SmsManager.java | 217 * the current default SMSC 347 * the current default SMSC 413 * the current default SMSC 528 * @param smsc the SMSC for this message, or NULL for the default SMSC 537 public boolean copyMessageToIcc(byte[] smsc, byte[] pdu,int status) { 547 status, pdu, smsc); [all...] |
/packages/apps/Settings/src/com/android/settings/ |
RadioInfo.java | 118 private EditText smsc; field in class:RadioInfo 232 smsc.setText("refresh error"); 234 smsc.setText((String)ar.result); 241 smsc.setText("update error"); 283 smsc = (EditText) findViewById(R.id.smsc); [all...] |
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/ |
CdmaSMSDispatcher.java | 209 // byte[] smsc = (byte[]) map.get("smsc"); // unused for CDMA
|
/packages/apps/Settings/res/layout/ |
radio_info.xml | 245 <!-- SMSC --> 269 <EditText android:id="@+id/smsc"
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/test/ |
SimulatedCommands.java | 989 * smscPDU is smsc address in PDU form GSM BCD format prefixed 990 * by a length byte (as expected by TS 27.005) or NULL for default SMSC 992 * less the SMSC address 1000 * smscPDU is smsc address in PDU form GSM BCD format prefixed 1001 * by a length byte (as expected by TS 27.005) or NULL for default SMSC 1003 * less the SMSC address 1023 public void writeSmsToSim(int status, String smsc, String pdu, Message response) { [all...] |
ModelInterpreter.java | 395 pdu.append ("00"); //SMSC address - 0 bytes
|
/packages/apps/Mms/src/com/android/mms/ui/ |
ClassZeroActivity.java | 230 // drift between the handset and the SMSC.
|
/hardware/ril/include/telephony/ |
ril.h | 351 char * pdu; /* PDU of message to write, as an ASCII hex string less the SMSC address, 353 char * smsc; /* SMSC address in GSM BCD format prefixed by a length byte member in struct:__anon41611 354 (as expected by TS 27.005) or NULL for default SMSC */ [all...] |
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/ |
ImsPhoneCommandInterface.java | 249 public void writeSmsToSim(int status, String smsc, String pdu, Message response) {
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/ |
SipCommandInterface.java | 251 public void writeSmsToSim(int status, String smsc, String pdu, Message response) {
|
/packages/apps/Mms/tests/src/com/android/mms/ |
RecyclerTest.java | 148 // drift between the handset and the SMSC.
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/ |
UsimDataDownloadCommands.java | 380 public void writeSmsToSim(int status, String smsc, String pdu, Message response) {
|