Searched refs:FrameTypeMapping (Results 1 – 1 of 1) sorted by relevance
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/ |
D | WifiNativeTest.java | 69 private static final FrameTypeMapping[] FRAME_TYPE_MAPPINGS = new FrameTypeMapping[] { 70 new FrameTypeMapping(WifiLoggerHal.FRAME_TYPE_UNKNOWN, "unknown", "N/A"), 71 new FrameTypeMapping(WifiLoggerHal.FRAME_TYPE_ETHERNET_II, "data", "Ethernet"), 72 new FrameTypeMapping(WifiLoggerHal.FRAME_TYPE_80211_MGMT, "802.11 management", 74 new FrameTypeMapping((byte) 42, "42", "N/A") 185 private static class FrameTypeMapping { class in WifiNativeTest 189 FrameTypeMapping(byte typeNumber, String expectedTypeText, String expectedProtocolText) { in FrameTypeMapping() method in WifiNativeTest.FrameTypeMapping 235 for (FrameTypeMapping frameTypeMapping : FRAME_TYPE_MAPPINGS) { in testTxFateReportToTableRowString() 297 for (FrameTypeMapping frameTypeMapping : FRAME_TYPE_MAPPINGS) { in testTxFateReportToVerboseStringWithPiiAllowed()
|