Home
last modified time | relevance | path

Searched defs:msgType (Results 1 – 7 of 7) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/map/
DBluetoothMapAccountLoader.java86 BluetoothMapUtils.TYPE msgType = (searchIntent.getAction().toString() == in parsePackages() local
DBluetoothMapContent.java516 int msgType = 0; in setSent() local
939 int msgType = c.getInt(fi.mSmsColType); in setRecipientAddressing() local
975 int msgType = c.getInt(fi.mSmsColType); in setRecipientName() local
1010 int msgType = c.getInt(fi.mSmsColType); in setSenderAddressing() local
1093 int msgType = c.getInt(c.getColumnIndex(Sms.TYPE)); in setSenderName() local
1446 int msgType = c.getInt(c.getColumnIndex(Sms.TYPE)); in matchRecipientSms() local
1526 int msgType = c.getInt(c.getColumnIndex(Sms.TYPE)); in matchOriginatorSms() local
1945 int msgType = ap.getFilterMessageType(); in smsSelected() local
1976 int msgType = ap.getFilterMessageType(); in mmsSelected() local
1997 int msgType = ap.getFilterMessageType(); in emailSelected() local
[all …]
DBluetoothMapContentObserver.java610 TYPE msgType; field in BluetoothMapContentObserver.Event
639 String oldFolder, TYPE msgType) { in Event()
655 public Event(String eventType, long handle, String folder, TYPE msgType) { in Event()
663 public Event(String eventType, long handle, String folder, TYPE msgType, in Event()
680 public Event(String eventType, long handle, String folder, TYPE msgType, in Event()
704 public Event(String eventType, String uci, TYPE msgType, String name, String priority, in Event()
DBluetoothMapObexServer.java674 BluetoothMapUtils.TYPE msgType; in setMessageStatus() local
/packages/apps/Bluetooth/src/com/android/bluetooth/mapclient/obex/
DEventReport.java133 private Bmessage.Type parseMsgType(String msgType) throws IllegalArgumentException { in parseMsgType()
/packages/apps/Bluetooth/src/com/android/bluetooth/sap/
DSapMessage.java186 public SapMessage(int msgType){ in SapMessage()
206 public void setMsgType(int msgType) { in setMsgType()
1172 public static String getMsgTypeName(int msgType) { in getMsgTypeName()
/packages/apps/Messaging/src/com/android/messaging/mmslib/pdu/
DPduPersister.java550 final int msgType = headers.getOctet(PduHeaders.MESSAGE_TYPE); in load() local
618 final int msgType = headers.getOctet(PduHeaders.MESSAGE_TYPE); in load() local
660 private GenericPdu createPdu(final int msgType, final PduHeaders headers, final PduBody body) in createPdu()
704 private PduBody loadBody(final long msgId, final int msgType) throws MmsException { in loadBody()
1403 final int msgType = pdu.getMessageType(); in persist() local