Searched refs:ON_LIST (Results 1 – 1 of 1) sorted by relevance
31 @IntDef({Status.NOT_ON_LIST, Status.ON_LIST})34 int ON_LIST = 2; field50 return new AutoValue_GlobalSpamListStatus(Status.ON_LIST, Optional.of(timestampMillis)); in onList()