Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
DAdapterApp.java30 private static int sRefCount=0; field in AdapterApp
41 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()
DAdapterService.java96 private static int sRefCount = 0; field in AdapterService
215 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()
/packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
DHeadsetStateMachine.java78 private static int sRefCount=0; field in HeadsetStateMachine