Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/
DAdapterApp.java24 private static int sRefCount = 0; field in AdapterApp
29 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()