Home
last modified time | relevance | path

Searched refs:onConversationListCursorUpdated (Results 1 – 4 of 4) sorted by relevance

/packages/apps/Messaging/src/com/android/messaging/datamodel/data/
DConversationListData.java54 public void onConversationListCursorUpdated(ConversationListData data, Cursor cursor); in onConversationListCursorUpdated() method
132 mListener.onConversationListCursorUpdated(this, data); in onLoadFinished()
155 mListener.onConversationListCursorUpdated(this, null); in onLoaderReset()
/packages/apps/Messaging/tests/src/com/android/messaging/ui/conversationlist/
DConversationListFragmentTest.java87 fragment.onConversationListCursorUpdated(mMockConversationListData, cursor); in loadWith()
/packages/apps/Messaging/src/com/android/messaging/ui/conversationlist/
DShareIntentFragment.java135 public void onConversationListCursorUpdated(final ConversationListData data, in onConversationListCursorUpdated() method in ShareIntentFragment
DConversationListFragment.java285 public void onConversationListCursorUpdated(final ConversationListData data, in onConversationListCursorUpdated() method in ConversationListFragment