Searched refs:htOperation (Results 1 – 2 of 2) sorted by relevance
196 InformationElementUtil.HtOperation htOperation = new InformationElementUtil.HtOperation(); in NetworkDetail() local243 htOperation.from(ie); in NetworkDetail()424 if (htOperation.isPresent()) { in NetworkDetail()425 channelWidth = htOperation.getChannelWidth(); in NetworkDetail()426 centerFreq0 = htOperation.getCenterFreq0(mPrimaryFreq); in NetworkDetail()465 htOperation.isPresent(), in NetworkDetail()509 + ", HT: " + String.valueOf(htOperation.isPresent()) in NetworkDetail()
1642 HtOperation htOperation = new HtOperation(); in getHtOperationElement() local1643 htOperation.from(ie); in getHtOperationElement()1645 assertTrue(htOperation.isPresent()); in getHtOperationElement()1646 assertEquals(ScanResult.CHANNEL_WIDTH_40MHZ, htOperation.getChannelWidth()); in getHtOperationElement()1647 assertEquals(primaryFreq - 10, htOperation.getCenterFreq0(primaryFreq)); in getHtOperationElement()