Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/map/
DBluetoothMapMasInstance.java52 private final int mObjectInstanceId; field in BluetoothMapMasInstance
125 mObjectInstanceId = sInstanceCounter++; in BluetoothMapMasInstance()
545 Log.v(TAG, "[instance=" + mObjectInstanceId + "] " + message); in verbose()
549 Log.d(TAG, "[instance=" + mObjectInstanceId + "] " + message); in debug()
553 Log.e(TAG, "[instance=" + mObjectInstanceId + "] " + message); in error()
557 Log.e(TAG, "[instance=" + mObjectInstanceId + "] " + message, e); in error()