Searched refs:sRefCount (Results 1 – 1 of 1) sorted by relevance
24 private static int sRefCount = 0; field in AdapterApp29 sRefCount++; in AdapterApp()30 Log.d(TAG, "REFCOUNT: Constructed " + this + " Instance Count = " + sRefCount); in AdapterApp()48 sRefCount--; in finalize()49 Log.d(TAG, "REFCOUNT: Finalized: " + this + ", Instance Count = " + sRefCount); in finalize()