Home
last modified time | relevance | path

Searched refs:isValidConversationNotification (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Car/libs/car-messenger-common/src/com/android/car/messenger/common/
DConversationNotificationInfo.java79 if (!Utils.isValidConversationNotification(conversation, /* isShallowCheck= */ true)) { in createConversationNotificationInfo()
DUtils.java111 public static boolean isValidConversationNotification(ConversationNotification notification, in isValidConversationNotification() method in Utils
/packages/apps/Car/CompanionDeviceSupport/src/com/android/car/companiondevicesupport/feature/notificationmsg/
DNotificationMsgDelegate.java192 if (!Utils.isValidConversationNotification(notification, /* isShallowCheck= */ false)) { in initializeNewConversation()