Searched defs:expectedText (Results 1 - 2 of 2) sorted by relevance

/frameworks/support/v7/appcompat/src/androidTest/java/androidx/appcompat/testutils/
H A DTestUtilsMatchers.java227 final String expectedText) {
231 description.appendText("doesn't match " + expectedText);
236 return TextUtils.equals(expectedText,
226 withCursorItemContent(final String columnName, final String expectedText) argument
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
H A DWifiNativeTest.java245 FateMapping(byte fateNumber, String expectedText) { argument
247 this.mExpectedText = expectedText;

Completed in 32 milliseconds