Home | History | Annotate | Download | only in launcher2

Lines Matching refs:lai

2210         LauncherActivityInfo lai = mLauncherApps.resolveActivity(intent, user);
2211 if (lai == null) {
2215 icon = mIconCache.getIcon(componentName, lai, labelCache);
2230 ComponentName key = lai.getComponentName();
2234 info.title = lai.getLabel();