Searched refs:IntentFilterQueryHelper (Results 1 – 2 of 2) sorted by relevance
58 IntentFilterQueryHelper<Queryable> intentFilterQueryHelper = in matches_noRestrictions_returnsTrue()59 new IntentFilterQueryHelper<>(mQuery); in matches_noRestrictions_returnsTrue()66 IntentFilterQueryHelper<Queryable> intentFilterQueryHelper = in matches_actionsRestriction_meetsRestriction_returnsTrue()67 new IntentFilterQueryHelper<>(mQuery); in matches_actionsRestriction_meetsRestriction_returnsTrue()76 IntentFilterQueryHelper<Queryable> intentFilterQueryHelper = in matches_actionsRestriction_doesNotMeetRestriction_returnsFalse()77 new IntentFilterQueryHelper<>(mQuery); in matches_actionsRestriction_doesNotMeetRestriction_returnsFalse()86 IntentFilterQueryHelper<Queryable> intentFilterQueryHelper = in matches_categoriesRestriction_meetsRestriction_returnsTrue()87 new IntentFilterQueryHelper<>(mQuery); in matches_categoriesRestriction_meetsRestriction_returnsTrue()96 IntentFilterQueryHelper<Queryable> intentFilterQueryHelper = in matches_categoriesRestriction_doesNotMeetRestriction_returnsFalse()97 new IntentFilterQueryHelper<>(mQuery); in matches_categoriesRestriction_doesNotMeetRestriction_returnsFalse()
32 public class IntentFilterQueryHelper<E extends Queryable> implements IntentFilterQuery<E> { class38 IntentFilterQueryHelper() { in IntentFilterQueryHelper() method in IntentFilterQueryHelper44 public IntentFilterQueryHelper(E query) { in IntentFilterQueryHelper() method in IntentFilterQueryHelper