Searched defs:launchable (Results 1 – 4 of 4) sorted by relevance
/aosp12/packages/apps/Settings/tests/robotests/src/com/android/settings/applications/ |
H A D | InstalledAppListerTest.java | 83 private void expectQueryIntentActivities(int userId, String packageName, boolean launchable) { in expectQueryIntentActivities()
|
H A D | InstalledAppCounterTest.java | 106 private void expectQueryIntentActivities(int userId, String packageName, boolean launchable) { in expectQueryIntentActivities()
|
/aosp12/packages/apps/Launcher3/tests/tapl/com/android/launcher3/tapl/ |
H A D | Workspace.java | 302 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 D | ProcessErrorsTest.java | 237 final Intent launchable = new Intent(Intent.ACTION_MAIN); in getLauncherActivities() local
|