Searched refs:conversationType (Results 1 – 3 of 3) sorted by relevance
964 public static String conversationTypeToString(@ConversationSenders int conversationType) { in conversationTypeToString() argument965 switch (conversationType) { in conversationTypeToString()975 return "invalidConversationType{" + conversationType + "}"; in conversationTypeToString()
57 messagingStyle.conversationType =
8063 public MessagingStyle setConversationType(@ConversationType int conversationType) { in setConversationType() argument8064 mConversationType = conversationType; in setConversationType()