Home
last modified time | relevance | path

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

/cts/tests/tests/security/src/android/security/cts/
DClonedSecureRandomTest.java126 int lastPid = -1; in testCheckForDuplicateOutput() local
210 lastPid = pid; in testCheckForDuplicateOutput()
211 } else if (pid > lastPid && (lastPid > firstPid || pid < firstPid)) { in testCheckForDuplicateOutput()