Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/integrity/model/
H A DComponentBitSize.java31 public static final int CONNECTOR_BITS = 2; field in ComponentBitSize
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/integrity/parser/
H A DRuleBinaryParserTest.java22 import static com.android.server.integrity.model.ComponentBitSize.CONNECTOR_BITS;
65 private static final String NOT = getBits(CompoundFormula.NOT, CONNECTOR_BITS);
66 private static final String AND = getBits(CompoundFormula.AND, CONNECTOR_BITS);
67 private static final String OR = getBits(CompoundFormula.OR, CONNECTOR_BITS);
70 getBits(INVALID_CONNECTOR_VALUE, CONNECTOR_BITS);
/aosp14/frameworks/base/services/core/java/com/android/server/integrity/parser/
H A DRuleBinaryParser.java23 import static com.android.server.integrity.model.ComponentBitSize.CONNECTOR_BITS;
152 int connector = bitInputStream.getNext(CONNECTOR_BITS); in parseCompoundFormula()
/aosp14/frameworks/base/services/core/java/com/android/server/integrity/serializer/
H A DRuleBinarySerializer.java22 import static com.android.server.integrity.model.ComponentBitSize.CONNECTOR_BITS;
222 bitOutputStream.setNext(CONNECTOR_BITS, compoundFormula.getConnector()); in serializeCompoundFormula()
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/integrity/serializer/
H A DRuleBinarySerializerTest.java22 import static com.android.server.integrity.model.ComponentBitSize.CONNECTOR_BITS;
76 private static final String NOT = getBits(CompoundFormula.NOT, CONNECTOR_BITS);
77 private static final String AND = getBits(CompoundFormula.AND, CONNECTOR_BITS);
78 private static final String OR = getBits(CompoundFormula.OR, CONNECTOR_BITS);