Searched refs:getIsHashedValue (Results 1 – 4 of 4) sorted by relevance
40 assertThat(stringAtomicFormula.getIsHashedValue()).isFalse(); in createEqualsFormula_packageName()53 assertThat(stringAtomicFormula.getIsHashedValue()).isTrue(); in createEqualsFormula_appCertificate()67 assertThat(stringAtomicFormula.getIsHashedValue()).isTrue(); in createEqualsFormula_appCertificateLineage()80 assertThat(stringAtomicFormula.getIsHashedValue()).isFalse(); in createEqualsFormula_installerName()94 assertThat(stringAtomicFormula.getIsHashedValue()).isTrue(); in createEqualsFormula_installerCertificate()210 assertThat(stringAtomicFormula.getIsHashedValue()).isTrue(); in createEqualsFormula_stampCertificateHash()
47 assertThat(stringAtomicFormula.getIsHashedValue()).isFalse(); in testValidAtomicFormula_stringValue()58 assertThat(stringAtomicFormula.getIsHashedValue()).isFalse(); in testValidAtomicFormula_stringValue_autoHash_packageNameLessThanLimit()69 assertThat(stringAtomicFormula.getIsHashedValue()).isTrue(); in testValidAtomicFormula_stringValue_autoHash_longPackageName()81 assertThat(stringAtomicFormula.getIsHashedValue()).isFalse(); in testValidAtomicFormula_stringValue_autoHash_installerNameLessThanLimit()92 assertThat(stringAtomicFormula.getIsHashedValue()).isTrue(); in testValidAtomicFormula_stringValue_autoHash_longInstallerName()103 assertThat(stringAtomicFormula.getIsHashedValue()).isTrue(); in testValidAtomicFormula_stringValue_appCertificateIsNotAutoHashed()114 assertThat(stringAtomicFormula.getIsHashedValue()).isTrue(); in testValidAtomicFormula_stringValue_appCertificateLineageIsNotAutoHashed()127 assertThat(stringAtomicFormula.getIsHashedValue()).isTrue(); in testValidAtomicFormula_stringValue_installerCertificateIsNotAutoHashed()
243 stringAtomicFormula.getIsHashedValue(), in serializeAtomicFormula()
483 public Boolean getIsHashedValue() { in getIsHashedValue() method in AtomicFormula.StringAtomicFormula