Searched refs:notificationExtras (Results 1 – 1 of 1) sorted by relevance
323 Bundle notificationExtras = sbn.getNotification().extras; in setUseLauncherIcon() local324 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()