Searched refs:mIsHashedValue (Results 1 – 1 of 1) sorted by relevance
301 private final Boolean mIsHashedValue; field in AtomicFormula.StringAtomicFormula320 mIsHashedValue = null; in StringAtomicFormula()341 mIsHashedValue = isHashed; in StringAtomicFormula()366 mIsHashedValue = in StringAtomicFormula()376 mIsHashedValue = in.readByte() != 0; in StringAtomicFormula()400 if (mValue == null || mIsHashedValue == null) { in matches()418 if (mValue == null || mIsHashedValue == null) { in toString()448 if (mValue == null || mIsHashedValue == null) { in writeToParcel()453 dest.writeByte((byte) (mIsHashedValue ? 1 : 0)); in writeToParcel()461 return mIsHashedValue; in getIsHashedValue()