Home
last modified time | relevance | path

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

/packages/apps/ContactsCommon/tests/src/com/android/contacts/common/format/
DTextHighlighterTest.java46 SpannedTestUtils.assertNotSpanned(seq, ""); in testApply_EmptyPrefix()
49 SpannedTestUtils.assertNotSpanned(seq, "test"); in testApply_EmptyPrefix()
70 SpannedTestUtils.assertNotSpanned(seq, "test"); in testSetText_NotMatchingPrefix()
82 SpannedTestUtils.assertNotSpanned(seq, "atest"); in testSetText_NoMatchingMiddleOfWord()
85 SpannedTestUtils.assertNotSpanned(seq, "atest otest"); in testSetText_NoMatchingMiddleOfWord()
/packages/apps/ContactsCommon/src/com/android/contacts/common/format/
DSpannedTestUtils.java80 public static void assertNotSpanned(CharSequence seq, String expected) { in assertNotSpanned() method in SpannedTestUtils