Searched refs:STATUS_EXPIRED (Results 1 – 6 of 6) sorted by relevance
20 import static com.android.car.bugreport.Status.STATUS_EXPIRED;105 .setStatus(STATUS_EXPIRED.getValue()) in test_expireBugReport_marksBugReportDeletedAndDeletesZip()160 createBugReport(TIMESTAMP_TODAY, STATUS_EXPIRED, TYPE_AUDIO_LATER, USE_DEFAULT_TTL_POINTS); in test_getUnexpiredBugReportsWithZipFile_withNonZeroTtlPoints()189 createBugReport(TIMESTAMP_TODAY, STATUS_EXPIRED, TYPE_AUDIO_LATER, USE_DEFAULT_TTL_POINTS); in test_getUnexpiredBugReportsWithZipFile_withZeroTtlPoints()
58 public static final int STATUS_EXPIRED = 1; field in MdnsRecord271 return STATUS_EXPIRED; in getStatus()
52 STATUS_EXPIRED(10), enumConstant
365 values.put(COLUMN_STATUS, Status.STATUS_EXPIRED.getValue()); in delete()
171 public static final int STATUS_EXPIRED = 0x80; field in PduHeaders400 if ((value < STATUS_EXPIRED) || (value > STATUS_UNREACHABLE)) { in setOctet()
175 public static final int STATUS_EXPIRED = 0x80; field in PduHeaders420 if ((value < STATUS_EXPIRED) || (value > STATUS_UNREACHABLE)) { in setOctet()