Home
last modified time | relevance | path

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

/packages/apps/Car/Notification/src/com/android/car/notification/template/
DCarNotificationBodyView.java163 Drawable launcherIcon = loadAppLauncherIcon(sbn); in bind() local
165 if (useLauncherIcon && launcherIcon != null) { in bind()
167 mLargeIconView.setImageDrawable(launcherIcon); in bind()
/packages/apps/Car/Notification/tests/unit/src/com/android/car/notification/
DPreprocessingManagerTest.java1162 private void setConfig(boolean recentOld, boolean launcherIcon, int groupThreshold) { in setConfig() argument
1168 testableResources.addOverride(R.bool.config_useLauncherIcon, launcherIcon); in setConfig()