OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SmsPdu
(Results
1 - 2
of
2
) sorted by null
/packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMapbMessageSms.java
22
import com.android.bluetooth.map.BluetoothMapSmsPdu.
SmsPdu
;
27
private ArrayList<
SmsPdu
> smsBodyPdus = null;
30
public void setSmsBodyPdus(ArrayList<
SmsPdu
> smsBodyPdus) {
82
for (
SmsPdu
pdu : smsBodyPdus) {
BluetoothMapSmsPdu.java
66
public static class
SmsPdu
{
79
SmsPdu
(byte[] data, int type){
95
SmsPdu
(byte[]data, int encoding, int type, int languageTable){
466
public static ArrayList<
SmsPdu
> getSubmitPdus(String messageText, String address){
477
SmsPdu
newPdu;
485
ArrayList<
SmsPdu
> pdus = new ArrayList<
SmsPdu
>(msgCount);
500
newPdu = new
SmsPdu
(data, encoding, phoneType, languageTable);
549
newPdu = new
SmsPdu
(data, encoding, phoneType, languageTable);
565
public static ArrayList<
SmsPdu
> getDeliverPdus(String messageText, String address, long date)
[
all
...]
Completed in 831 milliseconds