Searched refs:allAppsIntent (Results 1 – 2 of 2) sorted by relevance
98 Intent allAppsIntent = new Intent(Intent.ACTION_ALL_APPS); in onClickNext() local111 allAppsIntent.setPackage(resolveInfo.activityInfo.packageName); in onClickNext()112 allAppsIntent.setComponent(resolveInfo.activityInfo.getComponentName()); in onClickNext()116 if (allAppsIntent.getPackage() != null) { in onClickNext()118 startActivity(allAppsIntent); in onClickNext()
39 public final Intent allAppsIntent = new Intent(Intent.ACTION_ALL_APPS); field in LauncherIntentTest44 executeOnLauncher(launcher -> launcher.onNewIntent(allAppsIntent)); in testAllAppsIntent()52 executeOnLauncher(launcher -> launcher.onNewIntent(allAppsIntent)); in testAllAppsIntent()