Searched refs:currentCounter (Results 1 – 1 of 1) sorted by relevance
46 int currentCounter = mRefCounter.incrementAndGet(); in AlmostFullTest() local47 Log.i(TAG, "++currentCounter: " + currentCounter); in AlmostFullTest()84 int currentCounter = mRefCounter.decrementAndGet(); in tearDown() local85 Log.i(TAG, "--currentCounter: " + currentCounter); in tearDown()86 if (currentCounter == 0) { in tearDown()