HomeSort by relevance Sort by last modified time
    Searched refs:sRefCount (Results 1 - 3 of 3) sorted by null

  /packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
AdapterApp.java 30 private static int sRefCount=0;
41 sRefCount++;
42 Log.d(TAG, "REFCOUNT: Constructed "+ this + " Instance Count = " + sRefCount);
58 sRefCount--;
59 Log.d(TAG, "REFCOUNT: Finalized: " + this +", Instance Count = " + sRefCount);
AdapterService.java 75 private static int sRefCount=0;
147 sRefCount++;
148 Log.d(TAG, "REFCOUNT: CREATED. INSTANCE_COUNT" + sRefCount);
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
HeadsetStateMachine.java 74 private static int sRefCount=0;
    [all...]

Completed in 73 milliseconds