Home
last modified time | relevance | path

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

/cts/tests/tests/graphics/src/android/graphics/cts/
DBitmapTest.java2036 final int curFdCount = getFdCount(); in runNotLeakingTest() local
2037 if (curFdCount - fdCount > 10) { in runNotLeakingTest()
2039 fdCount, curFdCount, i)); in runNotLeakingTest()
2045 final int curFdCount = getFdCount(); in runNotLeakingTest() local
2046 if (curFdCount - fdCount > 10) { in runNotLeakingTest()
2047 fail(String.format("FDs leaked. Expected=%d, current=%d", fdCount, curFdCount)); in runNotLeakingTest()