Searched refs:TEST_BANDWIDTH (Results 1 – 1 of 1) sorted by relevance
37 private static final int TEST_BANDWIDTH = SoftApInfo.CHANNEL_WIDTH_20MHZ; field in SoftApInfoTest48 info.setBandwidth(TEST_BANDWIDTH); in testCopyOperator()67 info.setBandwidth(TEST_BANDWIDTH); in testParcelOperation()109 info.setBandwidth(TEST_BANDWIDTH); in testGetXXXAlignedWithSetXXX()115 assertEquals(info.getBandwidth(), TEST_BANDWIDTH); in testGetXXXAlignedWithSetXXX() local