Searched refs:conversationType (Results 1 – 3 of 3) sorted by relevance
1262 public static String conversationTypeToString(@ConversationSenders int conversationType) { in conversationTypeToString() argument1263 switch (conversationType) { in conversationTypeToString()1273 return "invalidConversationType{" + conversationType + "}"; in conversationTypeToString()
59 messagingStyle.conversationType = in <lambda>()
8772 public MessagingStyle setConversationType(@ConversationType int conversationType) { in setConversationType() argument8773 mConversationType = conversationType; in setConversationType()