Searched refs:ICON_RESOURCE_NAME_KEY (Results 1 – 2 of 2) sorted by relevance
50 public static final String ICON_RESOURCE_NAME_KEY = "iconResource"; field in InstallShortcutReceiver96 json = json.key(ICON_RESOURCE_NAME_KEY).value(info.iconResource.resourceName); in addToInstallQueue()126 String iconResourceName = object.optString(ICON_RESOURCE_NAME_KEY); in getAndClearInstallQueue()
59 private static final String ICON_RESOURCE_NAME_KEY = "iconResource"; field in InstallShortcutReceiver338 json = json.key(ICON_RESOURCE_NAME_KEY).value(iconResource.resourceName); in encodeToString()394 String iconResourceName = object.optString(ICON_RESOURCE_NAME_KEY); in decode()