Searched refs:smsc (Results 1 - 13 of 13) 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 DISms.aidl67 boolean copyMessageToIccEf(int status, in byte[] pdu, in byte[] smsc);
72 * @param smsc the SMSC to send the message through, or NULL for the
98 * @param smsc the SMSC to send the message through, or NULL for the
H A DSMSDispatcher.java850 * @param smsc the SMSC to send the message through, or NULL for the
868 protected void sendRawPdu(byte[] smsc, byte[] pdu, PendingIntent sentIntent, argument
890 map.put("smsc", smsc);
H A DCommandsInterface.java1068 * smscPDU is smsc address in PDU form GSM BCD format prefixed
1110 void writeSmsToSim(int status, String smsc, String pdu, Message response); argument
H A DRIL.java1254 public void writeSmsToSim(int status, String smsc, String pdu, Message response) { argument
1262 rr.mp.writeString(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),
H A DGsmSMSDispatcher.java189 String smsc = IccUtils.bytesToHexString(
192 mCm.writeSmsToSim(SmsManager.STATUS_ON_ICC_UNREAD, smsc,
289 byte smsc[] = (byte[]) map.get("smsc");
293 mCm.sendSMS(IccUtils.bytesToHexString(smsc), IccUtils.bytesToHexString(pdu), reply);
/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/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/com/android/internal/telephony/sip/
H A DSipCommandInterface.java181 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
/frameworks/base/telephony/java/com/android/internal/telephony/test/
H A DSimulatedCommands.java934 * smscPDU is smsc address in PDU form GSM BCD format prefixed
951 public void writeSmsToSim(int status, String smsc, String pdu, Message response) { argument

Completed in 106 milliseconds