Searched refs:CELL_BANDWIDTH (Results 1 – 1 of 1) sorted by relevance
35 private static final int[] CELL_BANDWIDTH = {1, 2, 3}; field in ServiceStateTest73 serviceState.setCellBandwidths(CELL_BANDWIDTH); in testServiceState()74 assertEquals(CELL_BANDWIDTH, serviceState.getCellBandwidths()); in testServiceState()