Searched refs:notificationExtras (Results 1 – 1 of 1) sorted by relevance
331 Bundle notificationExtras = sbn.getNotification().extras; in setUseLauncherIcon() local332 if (notificationExtras == null) { in setUseLauncherIcon()336 if (notificationExtras.containsKey(EXTRA_USE_LAUNCHER_ICON) in setUseLauncherIcon()338 return notificationExtras.getBoolean(EXTRA_USE_LAUNCHER_ICON); in setUseLauncherIcon()