Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/pm/
DPackageManagerService.java10175 final ResolveInfo bestChoice = in resolveIntentInternal() local
10181 if (nonBrowserOnly && bestChoice != null && bestChoice.handleAllWebDataURI) { in resolveIntentInternal()
10184 return bestChoice; in resolveIntentInternal()