Home
last modified time | relevance | path

Searched defs:launchable (Results 1 – 4 of 4) sorted by relevance

/aosp12/packages/apps/Settings/tests/robotests/src/com/android/settings/applications/
H A DInstalledAppListerTest.java83 private void expectQueryIntentActivities(int userId, String packageName, boolean launchable) { in expectQueryIntentActivities()
H A DInstalledAppCounterTest.java106 private void expectQueryIntentActivities(int userId, String packageName, boolean launchable) { in expectQueryIntentActivities()
/aosp12/packages/apps/Launcher3/tests/tapl/com/android/launcher3/tapl/
H A DWorkspace.java302 static void dragIconToWorkspace(LauncherInstrumentation launcher, Launchable launchable, in dragIconToWorkspace()
318 static void dragIconToWorkspace(LauncherInstrumentation launcher, Launchable launchable, in dragIconToWorkspace()
325 LauncherInstrumentation launcher, Launchable launchable, Supplier<Point> dest, in dragIconToWorkspace()
/aosp12/frameworks/base/tests/SmokeTest/tests/src/com/android/smoketest/
H A DProcessErrorsTest.java237 final Intent launchable = new Intent(Intent.ACTION_MAIN); in getLauncherActivities() local