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

/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
H A DAdapterApp.java30 private static int sRefCount=0; field in class:AdapterApp
41 sRefCount++;
42 Log.d(TAG, "REFCOUNT: Constructed "+ this + " Instance Count = " + sRefCount);
58 sRefCount--;
59 Log.d(TAG, "REFCOUNT: Finalized: " + this +", Instance Count = " + sRefCount);
H A DAdapterService.java85 private static int sRefCount=0; field in class:AdapterService
180 sRefCount++;
181 debugLog("AdapterService() - REFCOUNT: CREATED. INSTANCE_COUNT" + sRefCount);
1855 sRefCount--;
1856 debugLog("finalize() - REFCOUNT: FINALIZED. INSTANCE_COUNT= " + sRefCount);
/packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
H A DHeadsetStateMachine.java75 private static int sRefCount=0; field in class:HeadsetStateMachine

Completed in 100 milliseconds