Searched defs:smsc (Results 1 - 10 of 10) sorted by relevance

/frameworks/opt/telephony/src/java/android/telephony/gsm/
H A DSmsManager.java171 * @param smsc the SMSC for this message, or NULL for the default SMSC
180 public final boolean copyMessageToSim(byte[] smsc, byte[] pdu, int status) { argument
181 return mSmsMgrProxy.copyMessageToIcc(smsc, pdu, status);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DUiccSmsController.java71 byte[] pdu, byte[] smsc) throws android.os.RemoteException {
74 return iccSmsIntMgr.copyMessageToIccEf(callingPackage, status, pdu, smsc);
70 copyMessageToIccEfForSubscriber(int subId, String callingPackage, int status, byte[] pdu, byte[] smsc) argument
H A DIccSmsInterfaceManager.java247 public boolean copyMessageToIccEf(String callingPackage, int status, byte[] pdu, byte[] smsc) { argument
248 //NOTE smsc not used in RUIM
251 "), smsc=(" + Arrays.toString(smsc) +")");
263 mPhone.mCi.writeSmsToSim(status, IccUtils.bytesToHexString(smsc),
H A DCommandsInterface.java1079 * smscPDU is smsc address in PDU form GSM BCD format prefixed
1089 * smscPDU is smsc address in PDU form GSM BCD format prefixed
1104 * @param smscPDU is smsc address in PDU form GSM BCD format prefixed
1156 void writeSmsToSim(int status, String smsc, String pdu, Message response); argument
H A DRIL.java1584 public void writeSmsToSim(int status, String smsc, String pdu, Message response) { argument
1592 rr.mParcel.writeString(smsc);
/frameworks/opt/telephony/src/java/android/telephony/
H A DSmsManager.java705 * @param smsc the SMSC for this message, or NULL for the default SMSC
714 public boolean copyMessageToIcc(byte[] smsc, byte[] pdu,int status) { argument
725 status, pdu, smsc);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
H A DImsPhoneCommandInterface.java253 public void writeSmsToSim(int status, String smsc, String pdu, Message response) { argument
/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
H A DSipCommandInterface.java254 public void writeSmsToSim(int status, String smsc, String pdu, Message response) { argument
/frameworks/opt/telephony/src/java/com/android/internal/telephony/test/
H A DSimulatedCommands.java1028 * smscPDU is smsc address in PDU form GSM BCD format prefixed
1042 * smscPDU is smsc address in PDU form GSM BCD format prefixed
1065 public void writeSmsToSim(int status, String smsc, String pdu, Message response) { argument
H A DSimulatedCommandsVerifier.java849 public void writeSmsToSim(int status, String smsc, String pdu, Message response) { argument

Completed in 636 milliseconds