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.java78 final CharSequence seondSummary = "secondSummary"; in onBindViewHolder_noLinkSummary_shouldNotSetMovementMethod() local
79 mPreference.setSummary(seondSummary); in onBindViewHolder_noLinkSummary_shouldNotSetMovementMethod()
89 final CharSequence seondSummary = "secondSummary"; in onBindViewHolder_linkedSummary_shouldSetMovementMethod() local
91 summaryBuilder.append(seondSummary, new URLSpan("" /* url */), in onBindViewHolder_linkedSummary_shouldSetMovementMethod()