Home
last modified time | relevance | path

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

/aosp12/packages/apps/Contacts/tests/src/com/android/contacts/format/
H A DTextHighlighterTest.java53 SpannedTestUtils.assertPrefixSpan(seq, 0, 1); in testSetText_MatchingPrefix()
56 SpannedTestUtils.assertPrefixSpan(seq, 0, 1); in testSetText_MatchingPrefix()
59 SpannedTestUtils.assertPrefixSpan(seq, 0, 1); in testSetText_MatchingPrefix()
62 SpannedTestUtils.assertPrefixSpan(seq, 2, 3); in testSetText_MatchingPrefix()
73 SpannedTestUtils.assertPrefixSpan(seq, 2, 3); in testSetText_FirstMatch()
85 SpannedTestUtils.assertPrefixSpan(seq, 6, 7); in testSetText_NoMatchingMiddleOfWord()
H A DSpannedTestUtils.java56 public static void assertPrefixSpan(CharSequence seq, int start, int end) { in assertPrefixSpan() method in SpannedTestUtils
/aosp12/packages/apps/Contacts/tests/src/com/android/contacts/list/
H A DContactListItemViewTest.java82 SpannedTestUtils.assertPrefixSpan(seq, 5, 7); in testShowDisplayName_WithPrefix()
97 SpannedTestUtils.assertPrefixSpan(seq, 5, 7); in testShowDisplayName_WithPrefixReversed()
108 SpannedTestUtils.assertPrefixSpan(seq, 10, 13); in testSetSnippet_Prefix()