OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:checkHtmlText
(Results
1 - 3
of
3
) sorted by null
/packages/apps/Contacts/tests/src/com/android/contacts/format/
PrefixHighligherTest.java
51
SpannedTestUtils.
checkHtmlText
("", mView);
54
SpannedTestUtils.
checkHtmlText
("test", mView);
59
SpannedTestUtils.
checkHtmlText
(START + "te" + END + "st", mView);
62
SpannedTestUtils.
checkHtmlText
(START + "Te" + END + "st", mView);
65
SpannedTestUtils.
checkHtmlText
(START + "TE" + END + "st", mView);
68
SpannedTestUtils.
checkHtmlText
("a " + START + "te" + END + "st", mView);
73
SpannedTestUtils.
checkHtmlText
("test", mView);
78
SpannedTestUtils.
checkHtmlText
("a " +START + "te" + END + "st's tests are not tests",
84
SpannedTestUtils.
checkHtmlText
("atest", mView);
87
SpannedTestUtils.
checkHtmlText
("atest otest", mView)
[
all
...]
SpannedTestUtils.java
38
public static void
checkHtmlText
(String expectedHtmlText, TextView textView) {
/packages/apps/Contacts/tests/src/com/android/contacts/list/
ContactListItemViewTest.java
69
SpannedTestUtils.
checkHtmlText
("John Doe", view.getNameTextView());
79
SpannedTestUtils.
checkHtmlText
("unknown", view.getNameTextView());
89
SpannedTestUtils.
checkHtmlText
("John " + START + "Doe" + END,
100
SpannedTestUtils.
checkHtmlText
("John " + START + "Doe" + END,
108
SpannedTestUtils.
checkHtmlText
("This is a " + START + "test" + END,
Completed in 156 milliseconds