Home
last modified time | relevance | path

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

/packages/modules/AdServices/adservices/service-core/jni/java/com/android/adservices/ohttp/
DObliviousHttpKeyConfig.java299 byte[] keyConfig, int startingIndex, int numberOfBytes) throws InvalidKeySpecException { in writeUptoTwoBytesIntoInteger() argument
301 numberOfBytes == 1 || numberOfBytes == 2, "tried to write more than two bytes"); in writeUptoTwoBytesIntoInteger()
303 if (startingIndex + numberOfBytes > keyConfig.length) { in writeUptoTwoBytesIntoInteger()
307 if (numberOfBytes == 1) { in writeUptoTwoBytesIntoInteger()