Home
last modified time | relevance | path

Searched refs:verifyContent (Results 1 – 5 of 5) sorted by relevance

/packages/apps/Messaging/tests/src/com/android/messaging/ui/conversationlist/
DConversationListItemViewTest.java69 protected void verifyContent( in verifyContent() method in ConversationListItemViewTest
85 verifyContent(view, name, snippet, timestamp, unread); in verifyContent()
88 protected void verifyContent( in verifyContent() method in ConversationListItemViewTest
138 verifyContent(view, mCursor, messageIndex); in testBindUnread()
148 verifyContent(view, mCursor, messageIndex); in testBindRead()
169 verifyContent(view, mCursor, mCursor.getPosition()); in testBindTwice()
/packages/apps/Messaging/tests/src/com/android/messaging/ui/mediapicker/
DGalleryGridItemViewTest.java53 protected void verifyContent( in verifyContent() method in GalleryGridItemViewTest
82 verifyContent(view, UriUtil.getUriForResourceFile(path).toString(), in testBind()
95 verifyContent(view, UriUtil.getUriForResourceFile(path).toString(), in testBindMultiSelectUnSelected()
108 verifyContent(view, UriUtil.getUriForResourceFile(path).toString(), in testBindMultiSelectSelected()
137 verifyContent(view, UriUtil.getUriForResourceFile(path).toString(), in testBindTwice()
/packages/apps/Messaging/tests/src/com/android/messaging/ui/conversation/
DConversationMessageViewTest.java52 protected void verifyContent(final ConversationMessageView view, final String messageText, in verifyContent() method in ConversationMessageViewTest
76 verifyContent(view, TestDataFactory.getMessageText(cursor, 0), true, Dates in testBind()
89 verifyContent(view, TestDataFactory.getMessageText(cursor, 1), true, Dates in testBindTwice()
101 verifyContent(view, TestDataFactory.getMessageText(cursor, lastPos), true, Dates in testBindLast()
/packages/apps/Messaging/tests/src/com/android/messaging/ui/contact/
DContactListItemViewTest.java53 protected void verifyContent( in verifyContent() method in ContactListItemViewTest
83 verifyContent(view, (String) cursor.getAt(Contacts.DISPLAY_NAME, row), in testBindFirstLevel()
94 verifyContent(view, (String) cursor.getAt(Contacts.DISPLAY_NAME, row), in testBindSecondLevel()
118 verifyContent(view, (String) cursor.getAt(Contacts.DISPLAY_NAME, 1), in testBindTwice()
/packages/apps/Messaging/tests/src/com/android/messaging/ui/
DMultiAttachmentLayoutTest.java53 protected void verifyContent( in verifyContent() method in MultiAttachmentLayoutTest
87 verifyContent(view, 2, 0); in testBindTwoAttachments()
105 verifyContent(view, 4, 1); in testBindFiveAttachments()