OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BluetoothMapSmsPdu
(Results
1 - 4
of
4
) sorted by null
/packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMapbMessageSms.java
22
import com.android.bluetooth.map.
BluetoothMapSmsPdu
.SmsPdu;
59
smsBody +=
BluetoothMapSmsPdu
.decodePdu(msgBytes,
60
type == TYPE.SMS_CDMA ?
BluetoothMapSmsPdu
.SMS_TYPE_CDMA
61
:
BluetoothMapSmsPdu
.SMS_TYPE_GSM);
BluetoothMapSmsPdu.java
46
public class
BluetoothMapSmsPdu
{
48
private static final String TAG = "
BluetoothMapSmsPdu
";
BluetoothMapContent.java
[
all
...]
/packages/apps/Bluetooth/tests/src/com/android/bluetooth/tests/
BluetoothMapbMessageTest.java
21
import com.android.bluetooth.map.
BluetoothMapSmsPdu
;
189
msg.setSmsBodyPdus(
BluetoothMapSmsPdu
.getDeliverPdus("Let's go fishing!", "00498912345678", date.getTime()));
259
msg.setSmsBodyPdus(
BluetoothMapSmsPdu
.getSubmitPdus("Let's go fishing!", "00498912345678"));
Completed in 53 milliseconds