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

/frameworks/base/telephony/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/base/telephony/java/com/android/internal/telephony/
H A DIccSmsInterfaceManagerProxy.java45 byte[] smsc) throws android.os.RemoteException {
46 return mIccSmsInterfaceManager.copyMessageToIccEf(status, pdu, smsc);
44 copyMessageToIccEf(int status, byte[] pdu, byte[] smsc) argument
H A DSMSDispatcher.java857 * @param smsc the SMSC to send the message through, or NULL for the
876 protected void sendRawPdu(byte[] smsc, byte[] pdu, PendingIntent sentIntent, argument
898 map.put("smsc", smsc);
H A DRIL.java1280 public void writeSmsToSim(int status, String smsc, String pdu, Message response) { argument
1288 rr.mp.writeString(smsc);
H A DCommandsInterface.java990 * smscPDU is smsc address in PDU form GSM BCD format prefixed
1032 void writeSmsToSim(int status, String smsc, String pdu, Message response); argument
/frameworks/base/telephony/java/com/android/internal/telephony/cdma/
H A DRuimSmsInterfaceManager.java149 public boolean copyMessageToIccEf(int status, byte[] pdu, byte[] smsc) { argument
150 //NOTE smsc not used in RUIM
/frameworks/base/telephony/java/android/telephony/
H A DSmsManager.java239 * @param smsc the SMSC for this message, or NULL for the default SMSC
247 public boolean copyMessageToIcc(byte[] smsc, byte[] pdu, int status) { argument
253 success = iccISms.copyMessageToIccEf(status, pdu, smsc);
/frameworks/base/telephony/java/com/android/internal/telephony/gsm/
H A DSimSmsInterfaceManager.java172 public boolean copyMessageToIccEf(int status, byte[] pdu, byte[] smsc) { argument
175 "), smsm=(" + Arrays.toString(smsc) +")");
181 mPhone.mCM.writeSmsToSim(status, IccUtils.bytesToHexString(smsc),
/frameworks/base/telephony/java/com/android/internal/telephony/sip/
H A DSipCommandInterface.java184 public void writeSmsToSim(int status, String smsc, String pdu, Message response) { argument
/frameworks/base/telephony/java/com/android/internal/telephony/test/
H A DSimulatedCommands.java937 * smscPDU is smsc address in PDU form GSM BCD format prefixed
954 public void writeSmsToSim(int status, String smsc, String pdu, Message response) { argument
/frameworks/base/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/
H A DUsimDataDownloadCommands.java365 public void writeSmsToSim(int status, String smsc, String pdu, Message response) { argument

Completed in 83 milliseconds