Home
last modified time | relevance | path

Searched defs:appDisplayName (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Car/CompanionDeviceSupport/src/com/android/car/companiondevicesupport/feature/notificationmsg/
DNotificationMsgDelegate.java209 String appDisplayName = convoInfo.getAppDisplayName(); in initializeNewConversation() local
277 private String getChannelId(String appDisplayName) { in getChannelId()
318 NotificationChannelWrapper(String appDisplayName) { in NotificationChannelWrapper()
/packages/apps/Car/libs/car-messenger-common/src/com/android/car/messenger/common/
DConversationNotificationInfo.java119 @Nullable String appDisplayName, String appPackageName, in ConversationNotificationInfo()