Home
last modified time | relevance | path

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

/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
DWifiNativeTest.java197 String mExpectedText; field in WifiNativeTest.FateMapping
200 this.mExpectedText = expectedText; in FateMapping()
267 + Pattern.quote(fateMapping.mExpectedText) + " " // fate in testTxFateReportToTableRowString()
317 assertTrue(verboseFateString.contains("Frame fate: " + fateMapping.mExpectedText)); in testTxFateReportToVerboseStringWithPiiAllowed()
353 + Pattern.quote(fateMapping.mExpectedText) + " " // fate in testRxFateReportToTableRowString()
393 assertTrue(verboseFateString.contains("Frame fate: " + fateMapping.mExpectedText)); in testRxFateReportToVerboseStringWithPiiAllowed()