Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/
DInstallShortcutReceiver.java168 String iconResourceName = object.optString(ICON_RESOURCE_NAME_KEY); in getAndClearInstallQueue() local
175 } else if (iconResourceName != null && !iconResourceName.isEmpty()) { in getAndClearInstallQueue()
178 iconResource.resourceName = iconResourceName; in getAndClearInstallQueue()
/packages/apps/Launcher2/src/com/android/launcher2/
DInstallShortcutReceiver.java126 String iconResourceName = object.optString(ICON_RESOURCE_NAME_KEY); in getAndClearInstallQueue() local
133 } else if (iconResourceName != null && !iconResourceName.isEmpty()) { in getAndClearInstallQueue()
136 iconResource.resourceName = iconResourceName; in getAndClearInstallQueue()