Searched refs:mBooleanQuery (Results 1 – 3 of 3) sorted by relevance
41 private BooleanQueryHelper<E> mBooleanQuery = null; field in PersistableBundleKeyQueryHelper52 mBooleanQuery = in.readParcelable(BundleKeyQueryHelper.class.getClassLoader()); in PersistableBundleKeyQueryHelper()88 if (mBooleanQuery == null) { in booleanValue()90 mBooleanQuery = new BooleanQueryHelper<>(mQuery); in booleanValue()92 return mBooleanQuery; in booleanValue()105 if (mStringQuery != null || mPersistableBundleQuery != null || mBooleanQuery != null) { in checkUntyped()115 && Queryable.isEmptyQuery(mBooleanQuery); in isEmptyQuery()125 if (mBooleanQuery != null && !mBooleanQuery.matches(value.getBoolean(key))) { in matches()145 if (mBooleanQuery != null) { in describeQuery()146 queryStrings.add(mBooleanQuery.describeQuery(fieldName + ".booleanValue")); in describeQuery()[all …]
44 private BooleanQueryHelper<E> mBooleanQuery = null; field in BundleKeyQueryHelper60 mBooleanQuery = in.readParcelable(BundleKeyQueryHelper.class.getClassLoader()); in BundleKeyQueryHelper()134 if (mBooleanQuery == null) { in booleanValue()136 mBooleanQuery = new BooleanQueryHelper<>(mQuery); in booleanValue()138 return mBooleanQuery; in booleanValue()161 || mIntegerQuery != null || mLongQuery != null || mBooleanQuery != null in checkUntyped()175 && Queryable.isEmptyQuery(mBooleanQuery) in isEmptyQuery()199 if (mBooleanQuery != null && !mBooleanQuery.matches(value.getBoolean(key))) { in matches()234 if (mBooleanQuery != null) { in describeQuery()235 queryStrings.add(mBooleanQuery.describeQuery(fieldName + ".booleanValue")); in describeQuery()[all …]
53 private final BooleanQueryHelper<MetricQueryBuilder> mBooleanQuery = field in MetricQueryBuilder85 return mBooleanQuery; in whereBoolean()171 && Queryable.isEmptyQuery(mBooleanQuery) in isEmptyQuery()179 && mBooleanQuery.matches(metric.Boolean()) in matches()189 mBooleanQuery.describeQuery("boolean"), in describeQuery()