Home
last modified time | relevance | path

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

/cts/common/device-side/bedstead/dpmwrapper/src/main/java/com/android/bedstead/dpmwrapper/
DDeviceOwnerHelper.java235 Method bestMethod = null; in findBestMethod() local
253 if (bestMethod != null) { in findBestMethod()
254 Log.e(TAG, "found another method (" + method + "), but will use " + bestMethod); in findBestMethod()
256 bestMethod = method; in findBestMethod()
259 if (VERBOSE) Log.v(TAG, "Returning " + bestMethod); in findBestMethod()
260 return bestMethod; in findBestMethod()