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(String callingPkg, 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(String callingPkg, 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(String callingPkg, 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(String callingPkg, 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 (3GPP) or
167 * @param messageIdentifier Message identifier as specified in TS 23.041 (3GPP) or
181 * @param startMessageId first message identifier as specified in TS 23.041 (3GPP) or
183 * @param endMessageId last message identifier as specified in TS 23.041 (3GPP) or
197 * @param startMessageId first message identifier as specified in TS 23.041 (3GPP) or
199 * @param endMessageId last message identifier as specified in TS 23.041 (3GPP) or