Home
last modified time | relevance | path

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

/packages/modules/NetworkStack/src/com/android/server/connectivity/ipmemorystore/
DIpMemoryStoreDatabase.java586 float bestMatchConfidence = in findClosestAttributes() local
591 if (confidence > bestMatchConfidence) { in findClosestAttributes()
593 bestMatchConfidence = confidence; in findClosestAttributes()