Searched refs:EXPIRATION_STATUSES (Results 1 – 1 of 1) sorted by relevance
75 private static final ImmutableList<Integer> EXPIRATION_STATUSES = ImmutableList.of( field in BugStorageUtils228 Preconditions.checkState(EXPIRATION_STATUSES.size() == 7, "Invalid EXPIRATION_STATUSES"); in getUnexpiredBugReportsWithZipFile()234 String[] selectionArgs = EXPIRATION_STATUSES.stream() in getUnexpiredBugReportsWithZipFile()241 return EXPIRATION_STATUSES.contains(status); in canBugReportBeExpired()