Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/sdp/
DSdpManager.java57 static final Object TRACKER_LOCK = new Object(); field in SdpManager
227 synchronized (TRACKER_LOCK) { in cleanup()
244 synchronized (TRACKER_LOCK) { in sdpMasRecordFoundCallback()
269 synchronized (TRACKER_LOCK) { in sdpMnsRecordFoundCallback()
295 synchronized (TRACKER_LOCK) { in sdpPseRecordFoundCallback()
321 synchronized (TRACKER_LOCK) { in sdpOppOpsRecordFoundCallback()
347 synchronized (TRACKER_LOCK) { in sdpSapsRecordFoundCallback()
371 synchronized (TRACKER_LOCK) { in sdpRecordFoundCallback()
404 synchronized (TRACKER_LOCK) { in sdpSearch()
475 synchronized (TRACKER_LOCK) {