Home
last modified time | relevance | path

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

/aosp12/packages/apps/QuickSearchBox/tests/src/com/android/quicksearchbox/
H A DLevenshteinFormatterTest.java342 private final String mExpectedText; field in LevenshteinFormatterTest.SpanFormat
347 mExpectedText = expectedText; in SpanFormat()
352 assertEquals("Test error", mExpectedText, spannedText); in verify()
/aosp12/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
H A DWifiNativeTest.java374 String mExpectedText; field in WifiNativeTest.FateMapping
377 this.mExpectedText = expectedText; in FateMapping()
444 + Pattern.quote(fateMapping.mExpectedText) + " " // fate in testTxFateReportToTableRowString()
494 assertTrue(verboseFateString.contains("Frame fate: " + fateMapping.mExpectedText)); in testTxFateReportToVerboseStringWithPiiAllowed()
530 + Pattern.quote(fateMapping.mExpectedText) + " " // fate in testRxFateReportToTableRowString()
570 assertTrue(verboseFateString.contains("Frame fate: " + fateMapping.mExpectedText)); in testRxFateReportToVerboseStringWithPiiAllowed()