Home
last modified time | relevance | path

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

/packages/apps/Car/Notification/src/com/android/car/notification/template/
DCarNotificationBodyView.java323 Bundle notificationExtras = sbn.getNotification().extras; in setUseLauncherIcon() local
324 if (notificationExtras == null) { in setUseLauncherIcon()
328 if (notificationExtras.containsKey(EXTRA_USE_LAUNCHER_ICON) in setUseLauncherIcon()
330 return notificationExtras.getBoolean(EXTRA_USE_LAUNCHER_ICON); in setUseLauncherIcon()