Home
last modified time | relevance | path

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

/aosp12/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
H A DWifiNativeTest.java462 assertTrue(verboseFateString.contains("Frame direction: TX")); in testTxFateReportToVerboseStringWithPiiAllowed()
463 assertTrue(verboseFateString.contains("Frame timestamp: 12345")); in testTxFateReportToVerboseStringWithPiiAllowed()
464 assertTrue(verboseFateString.contains("Frame fate: sent")); in testTxFateReportToVerboseStringWithPiiAllowed()
465 assertTrue(verboseFateString.contains("Frame type: data")); in testTxFateReportToVerboseStringWithPiiAllowed()
468 assertTrue(verboseFateString.contains("Frame length: 16")); in testTxFateReportToVerboseStringWithPiiAllowed()
469 assertTrue(verboseFateString.contains( in testTxFateReportToVerboseStringWithPiiAllowed()
482 assertTrue(verboseFateString.contains("Frame type: " in testTxFateReportToVerboseStringWithPiiAllowed()
548 assertTrue(verboseFateString.contains("Frame direction: RX")); in testRxFateReportToVerboseStringWithPiiAllowed()
551 assertTrue(verboseFateString.contains("Frame type: data")); in testRxFateReportToVerboseStringWithPiiAllowed()
554 assertTrue(verboseFateString.contains("Frame length: 16")); in testRxFateReportToVerboseStringWithPiiAllowed()
[all …]