Home
last modified time | relevance | path

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

/platform_testing/libraries/systemui-helper/src/android/platform/helpers/features/common/
DSettingsPage.java63 launchApp(CommonUtils.LaunchAppWith.ACTIVITY, ACTION_SETTINGS, SETTINGS_PAGE_NAME); in open()
/platform_testing/libraries/systemui-helper/src/android/platform/helpers/
DCommonUtils.java229 public static void launchApp(LaunchAppWith launchAppWith, String packageActivityOrComponentName, in launchApp()
397 public enum LaunchAppWith { enum in CommonUtils