Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/integrity/parser/
H A DBinaryFileOperationsTest.java92 int randomValue = 15; in testGetIntValue() local
93 byte[] ruleBytes = getBytes(getBits(randomValue, /* numOfBits= */ 32)); in testGetIntValue()
96 assertThat(getIntValue(inputStream)).isEqualTo(randomValue); in testGetIntValue()
/aosp14/frameworks/base/core/java/android/net/sntp/
H A DTimestamp64.java185 int randomValue = random.nextInt(); in randomizeLowestBits() local
186 return (value & upperBitMask) | (randomValue & lowerBitMask); in randomizeLowestBits()