Home
last modified time | relevance | path

Searched defs:expectedString (Results 1 – 11 of 11) sorted by relevance

/aosp14/frameworks/base/services/tests/displayservicetests/src/com/android/server/display/brightness/
H A DBrightnessEventTest.java71 String expectedString = in testToStringWorksAsExpected() local
85 String expectedString = "idle_curve "; in testFlagsToString() local
96 String expectedString = "idle_curve low_power_mode "; in testFlagsToString_multipleFlags() local
H A DBrightnessReasonTest.java55 String expectedString = "doze [ low_pwr ]"; in toStringGeneratesExpectedString() local
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/qs/customize/
H A DTileAdapterDelegateTest.java108 String expectedString = mContext.getString(POSITION_STRING_ID, position); in testStateDescriptionHasPositionForCurrentTile() local
135 String expectedString = mContext.getString(R.string.accessibility_qs_edit_tile_add_action); in testClickAddAction() local
150 String expectedString = mContext.getString( in testClickRemoveAction() local
/aosp14/frameworks/base/core/tests/coretests/src/android/text/format/
H A DFormatterTest.java273 String expectedString, long expectedRounded) { in checkFormatBytes()
279 String expectedString, long expectedRounded) { in checkFormatBytes()
/aosp14/frameworks/base/services/tests/displayservicetests/src/com/android/server/display/
H A DHbmEventTest.java52 String expectedString = "HbmEvent: {startTimeMillis:" + mStartTimeMillis in toStringGeneratesExpectedString() local
/aosp14/frameworks/base/core/tests/coretests/src/android/content/
H A DAssetTest.java37 String expectedString = "OneTwoThreeFourFiveSixSevenEightNineTen"; in verifyTextAsset() local
/aosp14/frameworks/base/core/tests/coretests/src/android/database/
H A DDatabaseLocaleTest.java113 String expectedString = new String(new int[] {0xFE000}, 0, 1); in testHoge() local
/aosp14/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/utils/
H A DStringUtilTest.java117 final SpannableStringBuilder expectedString = (SpannableStringBuilder) charSequence; in testFormatElapsedTime_onlyContainsMinute_hasTtsSpan() local
/aosp14/frameworks/base/apct-tests/perftests/core/src/android/app/
H A DResourcesPerfTest.java236 final String expectedString = Integer.toHexString(expectedInteger); in getIdentifier() local
/aosp14/frameworks/base/core/tests/coretests/src/android/view/inputmethod/
H A DBaseInputConnectionTest.java775 String expectedString, in verifySpannableString()
/aosp14/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
H A DValidateNotificationPeopleTest.java454 String expectedString = Arrays.toString(expected); in assertStringArrayEquals() local