Home | History | Annotate | Download | only in launcher2

Lines Matching refs:bestMatch

471             ResolveInfo bestMatch = pm.resolveActivity(intent, PackageManager.MATCH_DEFAULT_ONLY);
474 Log.d(TAG, "Best match for intent: " + bestMatch);
481 if (allMatches.size() == 0 || bestMatch == null) {
492 if (bestMatch.activityInfo.name.equals(ri.activityInfo.name)
493 && bestMatch.activityInfo.applicationInfo.packageName
502 // the bestMatch is probably the ResolveActivity, meaning the
514 bestMatch.activityInfo.applicationInfo.packageName,
515 bestMatch.activityInfo.name);
519 mHotseatLabels[i] = bestMatch.activityInfo.loadLabel(pm);