Searched refs:LAUNCHER_INTENT (Results 1 – 1 of 1) sorted by relevance
120 private static final Intent LAUNCHER_INTENT = new Intent(Intent.ACTION_MAIN, null) field in Utils491 for (ResolveInfo info : context.getPackageManager().queryIntentActivities(LAUNCHER_INTENT, in getLauncherPackages()