Home
last modified time | relevance | path

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

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