Home
last modified time | relevance | path

Searched refs:TEST_STRING_WITH_SPACE_LONGER_THAN_CHAR_LIMIT (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Launcher3/tests/multivalentTests/src/com/android/launcher3/ui/
DBubbleTextViewTest.java80 private static final String TEST_STRING_WITH_SPACE_LONGER_THAN_CHAR_LIMIT = "Battery Stats"; field in BubbleTextViewTest
172 mItemInfoWithIcon.title = TEST_STRING_WITH_SPACE_LONGER_THAN_CHAR_LIMIT; in testStringWithSpaceLongerThanCharLimit_flagOn()
187 mItemInfoWithIcon.title = TEST_STRING_WITH_SPACE_LONGER_THAN_CHAR_LIMIT; in testStringWithSpaceLongerThanCharLimit_flagOff()
295 TEST_STRING_WITH_SPACE_LONGER_THAN_CHAR_LIMIT, MATCHER); in modifyTitleToSupportMultiLine_TEST_STRING_WITH_SPACE_LONGER_THAN_CHAR_LIMIT()
298 TEST_STRING_WITH_SPACE_LONGER_THAN_CHAR_LIMIT, mBubbleTextView.getPaint(), in modifyTitleToSupportMultiLine_TEST_STRING_WITH_SPACE_LONGER_THAN_CHAR_LIMIT()
352 mItemInfoWithIcon.title = TEST_STRING_WITH_SPACE_LONGER_THAN_CHAR_LIMIT; in testEnsurePredictionRowIsTwoLine()