Home
last modified time | relevance | path

Searched refs:launchable (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Settings/tests/robotests/src/com/android/settings/applications/
DInstalledAppListerTest.java83 private void expectQueryIntentActivities(int userId, String packageName, boolean launchable) { in expectQueryIntentActivities() argument
88 eq(userId))).thenReturn(launchable in expectQueryIntentActivities()
DInstalledAppCounterTest.java106 private void expectQueryIntentActivities(int userId, String packageName, boolean launchable) { in expectQueryIntentActivities() argument
111 eq(userId))).thenReturn(launchable in expectQueryIntentActivities()
/packages/apps/Launcher3/tests/tapl/com/android/launcher3/tapl/
DWorkspace.java205 LauncherInstrumentation launcher, Launchable launchable, Point dest, in dragIconToWorkspace() argument
209 final Point launchableCenter = launchable.getObject().getVisibleCenter(); in dragIconToWorkspace()