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.java1335 final byte[] mFrameBytes; field in WifiNative.FateReport
1344 mFrameBytes = frameBytes; in FateReport()
1350 FrameParser parser = new FrameParser(mFrameType, mFrameBytes); in toTableRowString()
1363 FrameParser parser = new FrameParser(mFrameType, mFrameBytes); in toVerboseStringWithPiiAllowed()
1370 pw.format("Frame length: %d\n", mFrameBytes.length); in toVerboseStringWithPiiAllowed()
1372 pw.append(HexDump.dumpHexString(mFrameBytes)); // potentially contains PII in toVerboseStringWithPiiAllowed()
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
DWifiNativeTest.java176 assertArrayEquals(FATE_REPORT_FRAME_BYTES, fateReport.mFrameBytes); in testTxFateReportCtorSetsFields()
193 assertArrayEquals(FATE_REPORT_FRAME_BYTES, fateReport.mFrameBytes); in testRxFateReportCtorSetsFields()
DWifiVendorHalTest.java1275 assertArrayEquals(frameContentBytes, retrievedFates[0].mFrameBytes); in testGetTxPktFates()
1318 assertArrayEquals(frameContentBytes, retrievedFates[0].mFrameBytes); in testGetTxPktFatesExceedsInputArrayLength()
1359 assertArrayEquals(frameContentBytes, retrievedFates[0].mFrameBytes); in testGetRxPktFates()
1402 assertArrayEquals(frameContentBytes, retrievedFates[0].mFrameBytes); in testGetRxPktFatesExceedsInputArrayLength()