Home | History | Annotate | Download | only in launcher3

Lines Matching refs:lai

3305         LauncherActivityInfoCompat lai = mLauncherApps.resolveActivity(newIntent, user);
3306 if ((lai == null) && !allowMissingTarget) {
3317 Bitmap icon = mIconCache.getIcon(componentName, lai, labelCache);
3338 if (info.title == null && lai != null) {
3339 info.title = lai.getLabel();