Searched refs:STATUS_EXPIRED (Results 1 – 5 of 5) sorted by relevance
175 public static final int STATUS_EXPIRED = 0x80; field in PduHeaders420 if ((value < STATUS_EXPIRED) || (value > STATUS_UNREACHABLE)) { in setOctet()
171 public static final int STATUS_EXPIRED = 0x80; field in PduHeaders400 if ((value < STATUS_EXPIRED) || (value > STATUS_UNREACHABLE)) { in setOctet()
51 STATUS_EXPIRED(10), enumConstant
302 context, metaBugReport, Status.STATUS_EXPIRED, "Expired on " + expiredAt); in expireBugReport()303 if (metaBugReport.getStatus() != Status.STATUS_EXPIRED.getValue()) { in expireBugReport()
77 .setStatus(Status.STATUS_EXPIRED.getValue()) in test_expireBugReport_marksBugReportDeletedAndDeletesZip()