Searched refs:mExpectedText (Results 1 – 2 of 2) sorted by relevance
343 private final String mExpectedText; field in LevenshteinFormatterTest.SpanFormat348 mExpectedText = expectedText; in SpanFormat()353 assertEquals("Test error", mExpectedText, spannedText); in verify()
487 String mExpectedText; field in WifiNativeTest.FateMapping490 this.mExpectedText = expectedText; in FateMapping()557 + Pattern.quote(fateMapping.mExpectedText) + " " // fate in testTxFateReportToTableRowString()607 assertTrue(verboseFateString.contains("Frame fate: " + fateMapping.mExpectedText)); in testTxFateReportToVerboseStringWithPiiAllowed()643 + Pattern.quote(fateMapping.mExpectedText) + " " // fate in testRxFateReportToTableRowString()683 assertTrue(verboseFateString.contains("Frame fate: " + fateMapping.mExpectedText)); in testRxFateReportToVerboseStringWithPiiAllowed()