Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/integrity/model/
H A DComponentBitSize.java39 public static final int INSTALLER_ALLOWED_BY_MANIFEST_START = 3; field in ComponentBitSize
/aosp14/frameworks/base/services/core/java/com/android/server/integrity/parser/
H A DRuleBinaryParser.java26 …ort static com.android.server.integrity.model.ComponentBitSize.INSTALLER_ALLOWED_BY_MANIFEST_START;
143 case INSTALLER_ALLOWED_BY_MANIFEST_START: in parseFormula()
/aosp14/frameworks/base/services/core/java/com/android/server/integrity/serializer/
H A DRuleBinarySerializer.java26 …ort static com.android.server.integrity.model.ComponentBitSize.INSTALLER_ALLOWED_BY_MANIFEST_START;
208 bitOutputStream.setNext(SEPARATOR_BITS, INSTALLER_ALLOWED_BY_MANIFEST_START); in serializeFormula()