Searched refs:iconBundle (Results 1 – 1 of 1) sorted by relevance
157 Bundle iconBundle = bundle.getBundle(KEY_ICON); in fromBundle() local158 IconCompat icon = iconBundle == null in fromBundle()159 ? null : IconCompat.createFromBundle(iconBundle); in fromBundle()