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.java233 Method bestMethod = null; in findBestMethod() local
251 if (bestMethod != null) { in findBestMethod()
252 Log.e(TAG, "found another method (" + method + "), but will use " + bestMethod); in findBestMethod()
254 bestMethod = method; in findBestMethod()
257 if (VERBOSE) Log.v(TAG, "Returning " + bestMethod); in findBestMethod()
258 return bestMethod; in findBestMethod()