Searched refs:checkSubtype (Results 1 – 2 of 2) sorted by relevance
217 toQueue(s), item -> checkFormat(item, format) && checkSubtype(item, subtype)); in findSubtype()228 toQueue(s), item -> checkFormat(item, format) && checkSubtype(item, subtype)); in findSubtype()253 static boolean checkSubtype(@NonNull SliceItem item, @Nullable String subtype) { in checkSubtype() method in SliceQuery312 && checkSubtype(item, subtype) in findTopLevelItem()
2099 PLandroidx/slice/core/SliceQuery;->checkSubtype(Landroidx/slice/SliceItem;Ljava/lang/String;)Z