Searched refs:currentCounter (Results 1 – 1 of 1) sorted by relevance
55 int currentCounter = mRefCounter.incrementAndGet(); in AlmostFullTest() local56 Log.i(TAG, "++currentCounter: " + currentCounter); in AlmostFullTest()96 int currentCounter = mRefCounter.decrementAndGet(); in tearDown() local97 Log.i(TAG, "--currentCounter: " + currentCounter); in tearDown()98 if (currentCounter == 0) { in tearDown()