Searched refs:mIsHashedValue (Results 1 – 1 of 1) sorted by relevance
314 private final Boolean mIsHashedValue; field in AtomicFormula.StringAtomicFormula334 mIsHashedValue = null; in StringAtomicFormula()356 mIsHashedValue = isHashed; in StringAtomicFormula()383 mIsHashedValue = in StringAtomicFormula()394 mIsHashedValue = in.readByte() != 0; in StringAtomicFormula()418 if (mValue == null || mIsHashedValue == null) { in matches()441 if (mValue == null || mIsHashedValue == null) { in toString()471 if (mValue == null || mIsHashedValue == null) { in writeToParcel()476 dest.writeByte((byte) (mIsHashedValue ? 1 : 0)); in writeToParcel()484 return mIsHashedValue; in getIsHashedValue()