OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BluetoothMapbMessageMmsEmail
(Results
1 - 5
of
5
) sorted by null
/packages/apps/Bluetooth/tests/src/com/android/bluetooth/tests/
BluetoothMapbMessageTest.java
23
import com.android.bluetooth.map.
BluetoothMapbMessageMmsEmail
;
424
BluetoothMapbMessageMmsEmail
msg = new
BluetoothMapbMessageMmsEmail
();
470
BluetoothMapbMessageMmsEmail
.MimePart part = msg.addMimePart();
/packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMapbMessageMmsEmail.java
31
public class
BluetoothMapbMessageMmsEmail
extends BluetoothMapbMessage {
127
parts = new ArrayList<
BluetoothMapbMessageMmsEmail
.MimePart>();
BluetoothMapContentObserver.java
61
import com.android.bluetooth.map.
BluetoothMapbMessageMmsEmail
.MimePart;
666
handle = sendMmsMessage(folder, phone, (
BluetoothMapbMessageMmsEmail
)msg);
711
public long sendMmsMessage(String folder,String to_address,
BluetoothMapbMessageMmsEmail
msg) {
764
private long pushMmsToFolder(int folder, String to_address,
BluetoothMapbMessageMmsEmail
msg) {
[
all
...]
BluetoothMapContent.java
[
all
...]
BluetoothMapbMessage.java
482
newBMsg = new
BluetoothMapbMessageMmsEmail
();
[
all
...]
Completed in 3752 milliseconds