Home | History | Annotate | Download | only in map

Lines Matching defs:msgType

581         TYPE msgType;
610 String oldFolder, TYPE msgType) {
613 setFolderPath(folder, msgType);
615 if(msgType == TYPE.EMAIL || msgType == TYPE.IM) {
623 this.msgType = msgType;
626 public Event(String eventType, long handle, String folder, TYPE msgType) {
629 setFolderPath(folder, msgType);
630 this.msgType = msgType;
634 public Event(String eventType, long handle, String folder, TYPE msgType,
638 setFolderPath(folder, msgType);
639 this.msgType = msgType;
651 public Event(String eventType, long handle, String folder, TYPE msgType,
656 setFolderPath(folder, msgType);
657 this.msgType = msgType;
675 public Event(String eventType, String uci, TYPE msgType, String name, String priority,
680 this.msgType = msgType;
727 BluetoothMapUtils.getMapHandle(handle, msgType));
736 /* Avoid possible NPE for "msgType" "null" value. "msgType"
739 if (msgType != null) {
740 xmlEvtReport.attribute("", "msg_type", msgType.name());
767 BluetoothMapUtils.getMapConvoHandle(conversationID, msgType));
1058 + evt.oldFolder + " " + evt.msgType.name() + " " + evt.datetime + " "