Home
last modified time | relevance | path

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

/packages/modules/AdServices/adservices/service-core/jni/java/com/android/adservices/ohttp/
DObliviousHttpKeyConfig.java39 private static int sKeyIdSizeInBytes = 1; field in ObliviousHttpKeyConfig
129 int keyId = writeUptoTwoBytesIntoInteger(keyConfig, currentIndex, sKeyIdSizeInBytes); in fromSerializedKeyConfig()
130 currentIndex += sKeyIdSizeInBytes; in fromSerializedKeyConfig()
338 return sKeyIdSizeInBytes in getSerializedByteArraySize()