Searched refs:mNotEqualsValues (Results 1 – 1 of 1) sorted by relevance
49 private Set<String> mNotEqualsValues = new HashSet<>(); field in StringQueryHelper83 mNotEqualsValues = ParcelableUtils.readStringSet(in); in StringQueryHelper()96 mNotEqualsValues.add(string); in isNotEqualTo()146 && mNotEqualsValues.isEmpty() in isEmptyQuery()155 if (mNotEqualsValues.contains(value)) { in matches()173 return mEqualsValue == null && mNotEqualsValues.isEmpty(); in isEmpty()190 for (String notEquals : mNotEqualsValues) { in describeQuery()210 writeStringSet(out, mNotEqualsValues); in writeToParcel()231 mNotEqualsValues, that.mNotEqualsValues) && Objects.equals( in equals()237 return Objects.hash(mEqualsValue, mNotEqualsValues, mStartsWithValue); in hashCode()