Searched refs:ConversationNotificationInfo (Results 1 – 2 of 2) sorted by relevance
/packages/apps/Car/libs/car-messenger-common/src/com/android/car/messenger/common/ |
D | ConversationNotificationInfo.java | 42 public class ConversationNotificationInfo { class 74 public static ConversationNotificationInfo createConversationNotificationInfo( in createConversationNotificationInfo() 95 return new ConversationNotificationInfo(deviceName, deviceId, in createConversationNotificationInfo() 106 public static ConversationNotificationInfo createConversationNotificationInfo(Intent intent, in createConversationNotificationInfo() 110 return new ConversationNotificationInfo(device.getName(), device.getAddress(), in createConversationNotificationInfo() 117 private ConversationNotificationInfo(@Nullable String deviceName, String deviceId, in ConversationNotificationInfo() method in ConversationNotificationInfo
|
D | BaseNotificationDelegate.java | 88 protected final Map<ConversationKey, ConversationNotificationInfo> mNotificationInfos = 160 ConversationNotificationInfo info = mNotificationInfos.get(convoKey); in excludeFromNotification() 176 ConversationNotificationInfo notificationInfo = mNotificationInfos.get(convoKey); in addMessageToNotificationInfo() 188 ConversationNotificationInfo notificationInfo, String channelId, in postNotification()
|