Home
last modified time | relevance | path

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

/aosp12/packages/apps/Messaging/tests/src/com/android/messaging/ui/conversationlist/
H A DConversationListFragmentTest.java75 private void loadWith(final Cursor cursor) { in loadWith() method in ConversationListFragmentTest
98 loadWith(cursor); in testLoadListView()
109 loadWith(TestDataFactory.getEmptyConversationListCursor()); in testEmptyView()
123 loadWith(cursor); in testStartNewConversation()
/aosp12/packages/apps/Messaging/tests/src/com/android/messaging/ui/conversation/
H A DConversationFragmentTest.java87 private void loadWith(final Cursor cursor) { in loadWith() method in ConversationFragmentTest
146 loadWith(cursor); in testLoadListView()
155 loadWith(cursor); in testClickComposeMessageView()
/aosp12/packages/apps/Messaging/tests/src/com/android/messaging/ui/attachmentchooser/
H A DAttachmentChooserFragmentTest.java91 private void loadWith(final List<MessagePartData> attachments) { in loadWith() method in AttachmentChooserFragmentTest
141 loadWith(attachments); in testUnselect()