Searched refs:BooleanQuery (Results 1 – 11 of 11) sorted by relevance
20 import com.android.queryable.queries.BooleanQuery;27 BooleanQuery<E> Boolean(); in Boolean()
23 import com.android.queryable.queries.BooleanQuery;81 public BooleanQuery<MetricQueryBuilder> whereBoolean() { in whereBoolean()
22 public interface BooleanQuery<E extends Queryable> extends Query<Boolean> { interface
30 public final class BooleanQueryHelper<E extends Queryable> implements BooleanQuery<E> {119 public static boolean matches(BooleanQuery<?> query, Boolean value) { in matches()
34 BooleanQuery<E> exported(); in exported()
62 BooleanQuery<E> booleanValue(); in booleanValue()
82 public BooleanQuery<E> exported() { in exported()
133 public BooleanQuery<E> booleanValue() { in booleanValue()
23 import com.android.queryable.queries.BooleanQuery;150 public BooleanQuery<TestAppQueryBuilder> whereTestOnly() { in whereTestOnly()157 public BooleanQuery<TestAppQueryBuilder> whereCrossProfile() { in whereCrossProfile()164 public BooleanQuery<TestAppQueryBuilder> whereIsDeviceAdmin() { in whereIsDeviceAdmin()
29 import com.android.queryable.queries.BooleanQuery;88 public BooleanQuery<DeviceAdminOperationSafetyStateChangedEventQuery> whereIsSafe() { in whereIsSafe()
20 import static com.android.queryable.queries.BooleanQuery.Boolean;