Searched refs:MIN_SLICE_STATUS (Results 1 – 1 of 1) sorted by relevance
122 public static final int MIN_SLICE_STATUS = SLICE_STATUS_UNKNOWN; field in NetworkSliceInfo152 @IntRange(from = MIN_SLICE_STATUS, to = MAX_SLICE_STATUS)348 @IntRange(from = MIN_SLICE_STATUS, to = MAX_SLICE_STATUS)433 if (status < MIN_SLICE_STATUS || status > MAX_SLICE_STATUS) { in setStatus()