Home
last modified time | relevance | path

Searched refs:setConversationId (Results 1 – 9 of 9) sorted by relevance

/packages/apps/Settings/tests/robotests/src/com/android/settings/notification/app/
DConversationPromotePreferenceControllerTest.java100 channel.setConversationId("a", "a"); in testIsAvailable_conversation_notDemoted()
109 channel.setConversationId("a", "a"); in testIsAvailable_conversation_demoted()
119 channel.setConversationId("a", "a"); in testIsAvailable_filteredIn()
130 channel.setConversationId("a", "a"); in testIsAvailable_filteredOut()
140 channel.setConversationId("a", "a"); in testHandlePreferenceClick()
163 channel.setConversationId("a", "a"); in testHandlePreferenceClick_wrongKey()
DConversationDemotePreferenceControllerTest.java98 channel.setConversationId("a", "a"); in testIsAvailable_conversation_demoted()
108 channel.setConversationId("a", "a"); in testIsAvailable_conversation_notDemoted()
118 channel.setConversationId("a", "a"); in testIsAvailable_filteredIn()
129 channel.setConversationId("a", "a"); in testIsAvailable_filteredOut()
139 channel.setConversationId("a", "a"); in testHandlePreferenceClick()
DAppConversationListPreferenceControllerTest.java180 channel.setConversationId(parentId, shortcutId); in conversationChannel()
DConversationListPreferenceControllerTest.java192 channel.setConversationId("parent", "convo id"); in testGetSubSettingLauncher()
/packages/apps/Messaging/src/com/android/messaging/ui/attachmentchooser/
DAttachmentChooserActivity.java46 chooserFragment.setConversationId(conversationId); in onAttachFragment()
DAttachmentChooserFragment.java107 public void setConversationId(final String conversationId) { in setConversationId() method in AttachmentChooserFragment
/packages/apps/Messaging/src/com/android/messaging/ui/conversationsettings/
DPeopleAndOptionsActivity.java49 peopleAndOptionsFragment.setConversationId(conversationId); in onAttachFragment()
DPeopleAndOptionsFragment.java109 public void setConversationId(final String conversationId) { in setConversationId() method in PeopleAndOptionsFragment
/packages/apps/Messaging/tests/src/com/android/messaging/ui/attachmentchooser/
DAttachmentChooserFragmentTest.java108 fragment.setConversationId(CONVERSATION_ID); in loadWith()