HomeSort by relevance Sort by last modified time
    Searched refs:launchSettingsPage (Results 1 - 4 of 4) sorted by null

  /platform_testing/libraries/system-helpers/accessibility-helper/src/android/system/helpers/
AccessibilityHelper.java 114 mSettingsHelper.launchSettingsPage(mContext, Settings.ACTION_ACCESSIBILITY_SETTINGS);
121 mSettingsHelper.launchSettingsPage(mContext,
  /platform_testing/tests/functional/notificationtests/src/com/android/notification/functional/
NotificationHelper.java 87 public static void launchSettingsPage(Context ctx, String pageName) throws Exception {
162 launchSettingsPage(mInst.getContext(), Settings.ACTION_SECURITY_SETTINGS);
NotificationDNDTests.java 168 NotificationHelper.launchSettingsPage(mContext,
  /platform_testing/libraries/system-helpers/settings-helper/src/android/system/helpers/
SettingsHelper.java 134 public static void launchSettingsPage(Context ctx, String pageName) throws Exception {
366 launchSettingsPage(mContext, settingAction);

Completed in 104 milliseconds