Home
last modified time | relevance | path

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

/platform_testing/libraries/systemui-helper/src/android/platform/helpers/
DCommonUtils.java229 public static void launchApp(LaunchAppWith launchAppWith, String packageActivityOrComponentName, in launchApp() argument
232 appName, launchAppWith, packageActivityOrComponentName)); in launchApp()
234 switch (launchAppWith) { in launchApp()
251 throw new AssertionError("Non-supported Launch App with: " + launchAppWith); in launchApp()