Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/map/
DBluetoothMapMasInstance.java44 private static volatile int sInstanceCounter = 0; field in BluetoothMapMasInstance
124 mTag = "BluetoothMapMasInstance" + sInstanceCounter++; in BluetoothMapMasInstance()
151 mTag = "BluetoothMapMasInstance" + sInstanceCounter++; in BluetoothMapMasInstance()
/packages/apps/Bluetooth/src/com/android/bluetooth/
DObexServerSockets.java61 private static volatile int sInstanceCounter; field in ObexServerSockets
68 mTag = "ObexServerSockets" + sInstanceCounter++; in ObexServerSockets()