Home
last modified time | relevance | path

Searched refs:mFrameBytes (Results 1 – 3 of 3) sorted by relevance

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DWifiNative.java2857 final byte[] mFrameBytes; field in WifiNative.FateReport
2866 mFrameBytes = frameBytes; in FateReport()
2872 FrameParser parser = new FrameParser(mFrameType, mFrameBytes); in toTableRowString()
2885 FrameParser parser = new FrameParser(mFrameType, mFrameBytes); in toVerboseStringWithPiiAllowed()
2892 pw.format("Frame length: %d\n", mFrameBytes.length); in toVerboseStringWithPiiAllowed()
2894 pw.append(HexDump.dumpHexString(mFrameBytes)); // potentially contains PII in toVerboseStringWithPiiAllowed()
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
DWifiNativeTest.java203 assertArrayEquals(FATE_REPORT_FRAME_BYTES, fateReport.mFrameBytes); in testTxFateReportCtorSetsFields()
220 assertArrayEquals(FATE_REPORT_FRAME_BYTES, fateReport.mFrameBytes); in testRxFateReportCtorSetsFields()
DWifiVendorHalTest.java1541 assertArrayEquals(frameContentBytes, retrievedFates[0].mFrameBytes); in testGetTxPktFates()
1584 assertArrayEquals(frameContentBytes, retrievedFates[0].mFrameBytes); in testGetTxPktFatesExceedsInputArrayLength()
1625 assertArrayEquals(frameContentBytes, retrievedFates[0].mFrameBytes); in testGetRxPktFates()
1668 assertArrayEquals(frameContentBytes, retrievedFates[0].mFrameBytes); in testGetRxPktFatesExceedsInputArrayLength()