Home
last modified time | relevance | path

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

/cts/tests/tests/security/src/android/security/cts/
DClonedSecureRandomTest.java111 BitSet seenPids = new BitSet(MAX_PID); in testCheckForDuplicateOutput() local
194 if (seenPids.get(pid)) { in testCheckForDuplicateOutput()
202 seenPids.set(pid); in testCheckForDuplicateOutput()