Home
last modified time | relevance | path

Searched defs:nonHints (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/core/java/android/app/slice/
DSliceQuery.java90 public static List<SliceItem> findAll(SliceItem s, String type, String hints, String nonHints) { in findAll()
98 String[] nonHints) { in findAll()
107 public static SliceItem find(Slice s, String type, String hints, String nonHints) { in find()
128 public static SliceItem find(SliceItem s, String type, String hints, String nonHints) { in find()
135 public static SliceItem find(Slice s, String type, String[] hints, String[] nonHints) { in find()
144 public static SliceItem find(SliceItem s, String type, String[] hints, String[] nonHints) { in find()