Home
last modified time | relevance | path

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

/packages/apps/Nfc/tests/instrumentation/src/com/android/nfc/cardemulation/
DAppChooserActivityTest.java95 String expectedText in testExistingFailedComponentAndNoAlternatives() local
130 String expectedText in testExistingFailedComponentAndExistingAlternatives() local
157 String expectedText = context.getString(R.string.appchooser_description); in testNoFailedComponentAndExistingAlternatives() local
/packages/apps/Settings/tests/robotests/src/com/android/settings/widget/
DCardPreferenceTest.java97 String expectedText = "primary-button"; in onBindViewHolder_setPrimaryButtonTextToExpectedText() local
105 String expectedText = "secondary-button"; in onBindViewHolder_setSecondaryButtonTextToExpectedText() local
165 String expectedText = "123456"; in setPrimaryButtonText_setAfterBindViewHolder_setOnUi() local
212 String expectedText = "10101010"; in setSecondaryButtonText_setAfterBindViewHolder_setOnUi() local
/packages/apps/Settings/tests/spa_unit/src/com/android/settings/widget/
DTipCardPreferenceTest.kt107 val expectedText = "this is a content description" in primaryButtonContentDescription_whenSet_shouldBeExists() constant
165 val expectedText = "found bug yay" in secondaryButtonContentDescription_whenSet_shouldBeExists() constant
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/compat/
DSuggestionSpanUtilsTest.java67 private static void assertNotSuggestionSpan(final String expectedText, in assertNotSuggestionSpan()
79 private static void assertSuggestionSpan(final String expectedText, in assertSuggestionSpan()
/packages/apps/Car/Launcher/app/tests/src/com/android/car/carlauncher/calmmode/
DCalmModeFragmentTest.java109 String expectedText = in fragmentResumed_testMedia_isInvisible() local
/packages/modules/AppSearch/testing/coretests/src/android/app/appsearch/
DAppSearchSessionInternalTest.java528 GenericDocument expectedText = in testQuery_wildcardProjection_polymorphism() local
639 GenericDocument expectedText = in testQuery_wildcardFilterSchema_polymorphism() local
/packages/apps/Settings/tests/robotests/src/com/android/settings/fuelgauge/batterytip/tips/
DBatteryDefenderTipTest.java106 String expectedText = mContext.getString(R.string.learn_more); in updatePreference_shouldSetPrimaryButtonText() local
/packages/modules/AppSearch/testing/coretests/src/android/app/appsearch/external/app/
DAppSearchSessionInternalTestBase.java677 GenericDocument expectedText = in testQuery_wildcardProjection_polymorphism() local
787 GenericDocument expectedText = in testQuery_wildcardFilterSchema_polymorphism() local
/packages/modules/ExtServices/java/tests/src/android/ext/services/notification/
DAssistantTest.kt199 val expectedText = NotificationOtpDetectionHelper.getTextForDetection(sbn.notification) in <lambda>() constant
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
DWifiNativeTest.java458 FateMapping(byte fateNumber, String expectedText) { in FateMapping()