Searched refs:assertPrefixSpan (Results 1 – 3 of 3) sorted by relevance
/packages/apps/ContactsCommon/tests/src/com/android/contacts/common/format/ |
D | TextHighlighterTest.java | 56 SpannedTestUtils.assertPrefixSpan(seq, 0, 1); in testSetText_MatchingPrefix() 59 SpannedTestUtils.assertPrefixSpan(seq, 0, 1); in testSetText_MatchingPrefix() 62 SpannedTestUtils.assertPrefixSpan(seq, 0, 1); in testSetText_MatchingPrefix() 65 SpannedTestUtils.assertPrefixSpan(seq, 2, 3); in testSetText_MatchingPrefix() 76 SpannedTestUtils.assertPrefixSpan(seq, 2, 3); in testSetText_FirstMatch() 88 SpannedTestUtils.assertPrefixSpan(seq, 6, 7); in testSetText_NoMatchingMiddleOfWord()
|
/packages/apps/ContactsCommon/tests/src/com/android/contacts/common/list/ |
D | ContactListItemViewTest.java | 84 SpannedTestUtils.assertPrefixSpan(seq, 5, 7); in testShowDisplayName_WithPrefix() 99 SpannedTestUtils.assertPrefixSpan(seq, 5, 7); in testShowDisplayName_WithPrefixReversed() 110 SpannedTestUtils.assertPrefixSpan(seq, 10, 13); in testSetSnippet_Prefix()
|
/packages/apps/ContactsCommon/src/com/android/contacts/common/format/ |
D | SpannedTestUtils.java | 58 public static void assertPrefixSpan(CharSequence seq, int start, int end) { in assertPrefixSpan() method in SpannedTestUtils
|