D | SliceQuery.java | 49 SliceItem icon = SliceQuery.find(item, SliceItem.FORMAT_IMAGE); in getPrimaryIcon() 107 public static SliceItem find(Slice s, String type, String hints, String nonHints) { in find() method in SliceQuery 108 return find(s, type, new String[]{ hints }, new String[]{ nonHints }); in find() 114 public static SliceItem find(Slice s, String type) { in find() method in SliceQuery 115 return find(s, type, (String[]) null, null); in find() 121 public static SliceItem find(SliceItem s, String type) { in find() method in SliceQuery 122 return find(s, type, (String[]) null, null); in find() 128 public static SliceItem find(SliceItem s, String type, String hints, String nonHints) { in find() method in SliceQuery 129 return find(s, type, new String[]{ hints }, new String[]{ nonHints }); in find() 135 public static SliceItem find(Slice s, String type, String[] hints, String[] nonHints) { in find() method in SliceQuery [all …]
|