Searched refs:bestMethod (Results 1 – 1 of 1) sorted by relevance
235 Method bestMethod = null; in findBestMethod() local253 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()