Home
last modified time | relevance | path

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

/packages/apps/Settings/tests/robotests/src/com/android/settings/widget/
DLinkifySummaryPreferenceTest.java79 final CharSequence seondSummary = "secondSummary"; in onBindViewHolder_noLinkSummary_shouldNotSetMovementMethod() local
80 mPreference.setSummary(seondSummary); in onBindViewHolder_noLinkSummary_shouldNotSetMovementMethod()
90 final CharSequence seondSummary = "secondSummary"; in onBindViewHolder_linkedSummary_shouldSetMovementMethod() local
92 summaryBuilder.append(seondSummary, new URLSpan("" /* url */), in onBindViewHolder_linkedSummary_shouldSetMovementMethod()