Home
last modified time | relevance | path

Searched defs:expectedText (Results 1 – 10 of 10) sorted by relevance

/frameworks/opt/net/wifi/libs/WifiTrackerLib/tests/src/com/android/wifitrackerlib/
DNonSdkApiWrapperTest.java43 final CharSequence expectedText = "test text link"; in testLinkifyAnnotation_annotation_returnTextWithClickableSpan() local
62 final CharSequence expectedText = "test text Learn More"; in testLinkifyAnnotation_annotationWithEmptyUriString_returnOriginalText() local
/frameworks/base/tests/Input/src/com/android/server/input/debug/
DRotaryInputValueViewTest.java64 final String expectedText = String.format(mDefaultLocale, "+%.1f", in updateValue_updatesTextWithScrollValue() local
/frameworks/base/core/tests/coretests/src/android/app/
DNotificationHistoryTest.java58 String expectedText = "text" + index; in getHistoricalNotification() local
89 String expectedText = "text"; in testHistoricalNotificationBuilder() local
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DNotificationHistoryFilterTest.java51 String expectedText = "text" + index; in getHistoricalNotification() local
DNotificationHistoryProtoHelperTest.java58 String expectedText = "text" + index; in getHistoricalNotification() local
DNotificationHistoryDatabaseTest.java74 String expectedText = "text" + index; in getHistoricalNotification() local
DNotificationHistoryManagerTest.java73 String expectedText = "text" + index; in getHistoricalNotification() local
/frameworks/base/packages/SettingsLib/tests/integ/src/com/android/settingslib/widget/
DUsageProgressBarPreferenceTest.java119 final String expectedText = "Should last until about 7:45 PM"; in setBottomSummary_getCorrectSummary() local
/frameworks/base/core/tests/coretests/src/android/widget/
DSuggestionsPopupWindowTest.java316 final String expectedText; in testTextAppearanceInSuggestionsPopup() local
/frameworks/base/core/tests/InputMethodCoreTests/src/android/view/inputmethod/
DBaseInputConnectionTest.java794 private void verifyContentEquals(CharSequence text, String expectedText) { in verifyContentEquals()