Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/integrity/parser/
H A DRuleBinaryParser.java140 return parseCompoundFormula(bitInputStream); in parseFormula()
151 private CompoundFormula parseCompoundFormula(BitInputStream bitInputStream) throws IOException { in parseCompoundFormula() method in RuleBinaryParser