Searched refs:NOT_ON_LIST (Results 1 – 2 of 2) sorted by relevance
31 @IntDef({Status.NOT_ON_LIST, Status.ON_LIST})33 int NOT_ON_LIST = 1; field46 return new AutoValue_GlobalSpamListStatus(Status.NOT_ON_LIST, Optional.absent()); in notOnList()
32 @IntDef({Status.NOT_ON_LIST, Status.WHITELISTED, Status.BLACKLISTED})34 int NOT_ON_LIST = 1; field48 return new AutoValue_UserSpamListStatus(Status.NOT_ON_LIST, Optional.absent()); in notOnList()