Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/
DUtils.java574 AttributionSource nextAttrib = currentAttrib.getNext(); in hasDisavowedLocationForScan() local
575 if (nextAttrib == null) { in hasDisavowedLocationForScan()
578 currentAttrib = nextAttrib; in hasDisavowedLocationForScan()