Home
last modified time | relevance | path

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

/frameworks/base/tests/net/java/com/android/server/
DIpSecServiceRefcountedResourceTest.java346 List<RefcountedResource<IResource>> clonedResources = in fuzzTest() local
348 while (!clonedResources.isEmpty()) { in fuzzTest()
349 int index = ThreadLocalRandom.current().nextInt(0, clonedResources.size()); in fuzzTest()
350 RefcountedResource<IResource> refcountedResource = clonedResources.get(index); in fuzzTest()
352 clonedResources.remove(index); in fuzzTest()