Home
last modified time | relevance | path

Searched refs:mIsHashedValue (Results 1 – 1 of 1) sorted by relevance

/aosp14/frameworks/base/core/java/android/content/integrity/
H A DAtomicFormula.java314 private final Boolean mIsHashedValue; field in AtomicFormula.StringAtomicFormula
334 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()