Searched refs:MAX_SLICE_STATUS (Results 1 – 1 of 1) sorted by relevance
128 public static final int MAX_SLICE_STATUS = SLICE_STATUS_DEFAULT_CONFIGURED; 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()