Searched refs:BooleanQuery (Results 1 – 10 of 10) sorted by relevance
22 public interface BooleanQuery<E extends Queryable> extends Query<Boolean> { interface24 static BooleanQuery<BooleanQuery<?>> Boolean() { in Boolean()
21 public final class BooleanQueryHelper<E extends Queryable> implements BooleanQuery<E> {81 public static boolean matches(BooleanQuery<?> query, Boolean value) { in matches()
33 BooleanQuery<E> exported(); in exported()
59 BooleanQuery<E> booleanValue(); in booleanValue()
53 public BooleanQuery<E> exported() { in exported()
114 public BooleanQuery<E> booleanValue() { in booleanValue()
20 import com.android.queryable.queries.BooleanQuery;27 BooleanQuery<E> Boolean(); in Boolean()
21 import com.android.queryable.queries.BooleanQuery;65 public BooleanQuery<MetricQueryBuilder> whereBoolean() { in whereBoolean()
29 import com.android.queryable.queries.BooleanQuery;88 public BooleanQuery<DeviceAdminOperationSafetyStateChangedEventQuery> whereIsSafe() { in whereIsSafe()
23 import com.android.queryable.queries.BooleanQuery;109 public BooleanQuery<TestAppQueryBuilder> whereTestOnly() { in whereTestOnly()