Lines Matching refs:in

5 ** you may not use this file except in compliance with the License.
10 ** Unless required by applicable law or agreed to in writing, software
43 List<SmsRawData> getAllMessagesFromIccEfForSubscriber(in int subId, String callingPkg);
57 boolean updateMessageOnIccEfForSubscriber(in int subId, String callingPkg,
58 int messageIndex, int newStatus, in byte[] pdu);
70 boolean copyMessageToIccEfForSubscriber(in int subId, String callingPkg, int status,
71 in byte[] pdu, in byte[] smsc);
91 * which cause smaller number of SMS to be sent in checking period.
94 * raw pdu of the status report is in the extended data ("pdu").
97 void sendDataForSubscriber(int subId, String callingPkg, in String destAddr,
98 in String scAddr, in int destPort, in byte[] data, in PendingIntent sentIntent,
99 in PendingIntent deliveryIntent);
119 * which cause smaller number of SMS to be sent in checking period.
122 * raw pdu of the status report is in the extended data ("pdu").
125 void sendDataForSubscriberWithSelfPermissions(int subId, String callingPkg, in String destAddr,
126 in String scAddr, in int destPort, in byte[] data, in PendingIntent sentIntent,
127 in PendingIntent deliveryIntent);
147 * which cause smaller number of SMS to be sent in checking period.
150 * raw pdu of the status report is in the extended data ("pdu").
153 * be automatically persisted in the SMS db. It only affects messages sent
157 void sendTextForSubscriber(in int subId, String callingPkg, in String destAddr,
158 in String scAddr, in String text, in PendingIntent sentIntent,
159 in PendingIntent deliveryIntent, in boolean persistMessageForNonDefaultSmsApp);
179 * which cause smaller number of SMS to be sent in checking period.
182 * raw pdu of the status report is in the extended data ("pdu").
185 void sendTextForSubscriberWithSelfPermissions(in int subId, String callingPkg,
186 in String destAddr, in String scAddr, in String text, in PendingIntent sentIntent,
187 in PendingIntent deliveryIntent);
202 int subId, in byte[] pdu, String format, in PendingIntent receivedIntent);
210 * @param parts an <code>ArrayList</code> of strings that, in order,
223 * to the recipient. The raw pdu of the status report is in the
227 * be automatically persisted in the SMS db. It only affects messages sent
231 void sendMultipartTextForSubscriber(in int subId, String callingPkg,
232 in String destinationAddress, in String scAddress,
233 in List<String> parts, in List<PendingIntent> sentIntents,
234 in List<PendingIntent> deliveryIntents, in boolean persistMessageForNonDefaultSmsApp);
243 * @param messageIdentifier Message identifier as specified in TS 23.041 (3GPP) or
246 * @param ranType as defined in class SmsManager, the value can be one of these:
262 * @param messageIdentifier Message identifier as specified in TS 23.041 (3GPP) or
265 * @param ranType as defined in class SmsManager, the value can be one of these:
281 * @param startMessageId first message identifier as specified in TS 23.041 (3GPP) or
283 * @param endMessageId last message identifier as specified in TS 23.041 (3GPP) or
286 * @param ranType as defined in class SmsManager, the value can be one of these:
303 * @param startMessageId first message identifier as specified in TS 23.041 (3GPP) or
305 * @param endMessageId last message identifier as specified in TS 23.041 (3GPP) or
308 * @param ranType as defined in class SmsManager, the value can be one of these:
353 * User needs to pick SIM for SMS if multiple SIMs present and if current subId passed in is not
406 * which cause smaller number of SMS to be sent in checking period.
409 * raw pdu of the status report is in the extended data ("pdu").
411 void sendStoredText(int subId, String callingPkg, in Uri messageUri, String scAddress,
412 in PendingIntent sentIntent, in PendingIntent deliveryIntent);
440 * which cause smaller number of SMS to be sent in checking period.
444 * to the recipient. The raw pdu of the status report is in the
447 void sendStoredMultipartText(int subId, String callingPkg, in Uri messageUri,
448 String scAddress, in List<PendingIntent> sentIntents,
449 in List<PendingIntent> deliveryIntents);