Home | History | Annotate | Download | only in pdu

Lines Matching refs:PRIORITY

121         Mms.PRIORITY,
245 OCTET_COLUMN_INDEX_MAP.put(PduHeaders.PRIORITY, PDU_COLUMN_PRIORITY);
257 OCTET_COLUMN_NAME_MAP.put(PduHeaders.PRIORITY, Mms.PRIORITY);
1029 int priority = sendReq.getPriority();
1030 if (priority != 0) {
1031 values.put(Mms.PRIORITY, priority);