Searched refs:sRefCount (Results 1 – 3 of 3) sorted by relevance
30 private static int sRefCount=0; field in AdapterApp41 sRefCount++; in AdapterApp()42 Log.d(TAG, "REFCOUNT: Constructed "+ this + " Instance Count = " + sRefCount); in AdapterApp()58 sRefCount--; in finalize()59 Log.d(TAG, "REFCOUNT: Finalized: " + this +", Instance Count = " + sRefCount); in finalize()
96 private static int sRefCount = 0; field in AdapterService215 sRefCount++; in AdapterService()216 debugLog("AdapterService() - REFCOUNT: CREATED. INSTANCE_COUNT" + sRefCount); in AdapterService()2570 sRefCount--; in finalize()2571 debugLog("finalize() - REFCOUNT: FINALIZED. INSTANCE_COUNT= " + sRefCount); in finalize()
78 private static int sRefCount=0; field in HeadsetStateMachine