Home
last modified time | relevance | path

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

/platform_testing/tests/functional/settingstests/src/com/android/settings/functional/
DSettingsHelper.java36 public static void launchSettingsPage(Context ctx, String pageName) throws Exception { in launchSettingsPage() argument
37 Intent intent = new Intent(pageName); in launchSettingsPage()
/platform_testing/tests/androidbvt/src/com/android/androidbvt/
DSysUILockScreenTests.java191 private void launchSettingsPage(Context ctx, String pageName) throws Exception { in launchSettingsPage() argument
192 Intent intent = new Intent(pageName); in launchSettingsPage()
/platform_testing/libraries/settings-app-helper/src/android/platform/test/helpers/
DSettingsHelperImpl.java103 public static void launchSettingsPage(Context ctx, String pageName) throws Exception { in launchSettingsPage() argument
104 Intent intent = new Intent(pageName); in launchSettingsPage()
/platform_testing/tests/functional/notificationtests/src/com/android/notification/functional/
DNotificationHelper.java87 public static void launchSettingsPage(Context ctx, String pageName) throws Exception { in launchSettingsPage() argument
88 Intent intent = new Intent(pageName); in launchSettingsPage()