Searched refs:conversationType (Results 1 – 3 of 3) sorted by relevance
938 public static String conversationTypeToString(@ConversationSenders int conversationType) { in conversationTypeToString() argument939 switch (conversationType) { in conversationTypeToString()949 return "invalidConversationType{" + conversationType + "}"; in conversationTypeToString()
44 messagingStyle.conversationType = in <lambda>()
7269 public MessagingStyle setConversationType(@ConversationType int conversationType) {7270 mConversationType = conversationType;