Searched defs:msgType (Results 1 – 7 of 7) sorted by relevance
/packages/apps/Bluetooth/src/com/android/bluetooth/map/ |
D | BluetoothMapAccountLoader.java | 86 BluetoothMapUtils.TYPE msgType = (searchIntent.getAction().toString() == in parsePackages() local
|
D | BluetoothMapContent.java | 516 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 …]
|
D | BluetoothMapContentObserver.java | 610 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()
|
D | BluetoothMapObexServer.java | 674 BluetoothMapUtils.TYPE msgType; in setMessageStatus() local
|
/packages/apps/Bluetooth/src/com/android/bluetooth/mapclient/obex/ |
D | EventReport.java | 133 private Bmessage.Type parseMsgType(String msgType) throws IllegalArgumentException { in parseMsgType()
|
/packages/apps/Bluetooth/src/com/android/bluetooth/sap/ |
D | SapMessage.java | 186 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/ |
D | PduPersister.java | 550 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
|