Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/tests/coretests/src/android/app/
H A DNotificationHistoryTest.java51 String expectedText = "text" + index; in getHistoricalNotification() local
82 String expectedText = "text"; in testHistoricalNotificationBuilder() local
/aosp14/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
H A DNotificationHistoryFilterTest.java51 String expectedText = "text" + index; in getHistoricalNotification() local
H A DNotificationHistoryProtoHelperTest.java58 String expectedText = "text" + index; in getHistoricalNotification() local
H A DNotificationHistoryDatabaseTest.java74 String expectedText = "text" + index; in getHistoricalNotification() local
H A DNotificationHistoryManagerTest.java73 String expectedText = "text" + index; in getHistoricalNotification() local
/aosp14/frameworks/base/packages/SettingsLib/tests/integ/src/com/android/settingslib/widget/
H A DUsageProgressBarPreferenceTest.java117 final String expectedText = "Should last until about 7:45 PM"; in setBottomSummary_getCorrectSummary() local
/aosp14/frameworks/base/core/tests/coretests/src/android/view/inputmethod/
H A DBaseInputConnectionTest.java794 private void verifyContentEquals(CharSequence text, String expectedText) { in verifyContentEquals()