Home | History | Annotate | Download | only in carrier

Lines Matching refs:subId

36      * @param subId SMS subscription ID of the SIM
40 in MessagePdu pdu, String format, int destPort, int subId,
49 * @param subId SMS subscription ID of the SIM
53 void sendTextSms(String text, int subId, String destAddress,
62 * @param subId SMS subscription ID of the SIM
67 void sendDataSms(in byte[] data, int subId, String destAddress, int destPort,
76 * @param subId SMS subscription ID of the SIM
80 void sendMultipartTextSms(in List<String> parts, int subId, String destAddress,
89 * @param subId SMS subscription ID of the SIM
94 void sendMms(in Uri pduUri, int subId, in Uri location,
103 * @param subId SMS subscription ID of the SIM
107 void downloadMms(in Uri pduUri, int subId, in Uri location,