Home
last modified time | relevance | path

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

/cts/tests/tests/shortcutmanager/src/android/content/pm/cts/shortcutmanager/
DShortcutManagerStartShortcutTest.java51 private List<Intent> launchShortcutAndGetIntents(Context launcher, Context client, in launchShortcutAndGetIntents() argument
53 return launchShortcutAndGetIntents(launcher, client, id, expectedNumIntents, null, null, in launchShortcutAndGetIntents()
57 private List<Intent> launchShortcutAndGetIntents(Context launcher, Context client, in launchShortcutAndGetIntents() argument
63 runWithCallerWithStrictMode(launcher, () -> { in launchShortcutAndGetIntents()
74 private void assertShortcutStarts(Context launcher, Context client, String id, in assertShortcutStarts() argument
76 final List<Intent> launched = launchShortcutAndGetIntents(launcher, client, id, 1, in assertShortcutStarts()
81 private void assertShortcutCantStart(Context launcher, Context client, String id, in assertShortcutCantStart() argument
83 runWithCallerWithStrictMode(launcher, () -> { in assertShortcutCantStart()
/cts/hostsidetests/devicepolicy/app/HasLauncherActivityApp/
DAndroid.bp35 // Build for no launcher activity app
/cts/tests/contentcaptureservice/src/android/contentcaptureservice/cts/
DChildlessActivityTest.java1237 final ActivityLauncher<LoginActivity> launcher = new ActivityLauncher<>( in getContentCaptureManagerHack() local
1239 final ActivityWatcher watcher = launcher.getWatcher(); in getContentCaptureManagerHack()
1240 final LoginActivity activity = launcher.launchActivity(); in getContentCaptureManagerHack()