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
56 in byte[] pdu);
67 boolean copyMessageToIccEf(int status, in byte[] pdu, in byte[] smsc);
87 * which cause smaller number of SMS to be sent in checking period.
90 * raw pdu of the status report is in the extended data ("pdu").
92 void sendData(in String destAddr, in String scAddr, in int destPort,
93 in byte[] data, in PendingIntent sentIntent, in PendingIntent deliveryIntent);
113 * which cause smaller number of SMS to be sent in checking period.
116 * raw pdu of the status report is in the extended data ("pdu").
118 void sendText(in String destAddr, in String scAddr, in String text,
119 in PendingIntent sentIntent, in PendingIntent deliveryIntent);
127 * @param parts an <code>ArrayList</code> of strings that, in order,
140 * to the recipient. The raw pdu of the status report is in the
143 void sendMultipartText(in String destinationAddress, in String scAddress,
144 in List<String> parts, in List<PendingIntent> sentIntents,
145 in List<PendingIntent> deliveryIntents);
153 * @param messageIdentifier Message identifier as specified in TS 23.041
166 * @param messageIdentifier Message identifier as specified in TS 23.041
179 * @param startMessageId first message identifier as specified in TS 23.041
180 * @param endMessageId last message identifier as specified in TS 23.041
193 * @param startMessageId first message identifier as specified in TS 23.041
194 * @param endMessageId last message identifier as specified in TS 23.041