Home
last modified time | relevance | path

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

/platform_testing/tests/functional/settingstests/src/com/android/settings/functional/
DDisplaySettingsTest.java64 SettingsHelperImpl.launchSettingsPage(getInstrumentation().getContext(), PAGE); in testAdaptiveBrightness()
101 SettingsHelperImpl.launchSettingsPage(getInstrumentation().getContext(), PAGE); in testDaydreamToggle()
117 SettingsHelperImpl.launchSettingsPage(getInstrumentation().getContext(), PAGE); in testAccelRotation()
139 SettingsHelperImpl.launchSettingsPage(getInstrumentation().getContext(), PAGE); in testDaydream()
158 SettingsHelperImpl.launchSettingsPage(getInstrumentation().getContext(), PAGE); in testSleep15Seconds()
165 SettingsHelperImpl.launchSettingsPage(getInstrumentation().getContext(), PAGE); in testSleep30Seconds()
172 SettingsHelperImpl.launchSettingsPage(getInstrumentation().getContext(), PAGE); in testSleep1Minute()
179 SettingsHelperImpl.launchSettingsPage(getInstrumentation().getContext(), PAGE); in testSleep2Minutes()
186 SettingsHelperImpl.launchSettingsPage(getInstrumentation().getContext(), PAGE); in testSleep5Minutes()
193 SettingsHelperImpl.launchSettingsPage(getInstrumentation().getContext(), PAGE); in testSleep10Minutes()
[all …]
DSoundSettingsTest.java62 SettingsHelperImpl.launchSettingsPage(getInstrumentation().getContext(), PAGE); in testOtherSounds()
91 SettingsHelperImpl.launchSettingsPage(getInstrumentation().getContext(), PAGE); in testDndPriorityAllows()
136 SettingsHelper.launchSettingsPage(getInstrumentation().getContext(), PAGE); in testDndVisualInterruptions()
170 SettingsHelper.launchSettingsPage(getInstrumentation().getContext(), PAGE); in testPhoneRingtoneNone()
179 SettingsHelper.launchSettingsPage(getInstrumentation().getContext(), PAGE); in testPhoneRingtoneHangouts()
186 SettingsHelper.launchSettingsPage(getInstrumentation().getContext(), PAGE); in testPhoneRingtoneUmbriel()
194 SettingsHelper.launchSettingsPage(getInstrumentation().getContext(), PAGE); in testNotificationRingtoneNone()
203 SettingsHelper.launchSettingsPage(getInstrumentation().getContext(), PAGE); in testNotificationRingtoneHangouts()
211 SettingsHelper.launchSettingsPage(getInstrumentation().getContext(), PAGE); in testNotificationRingtoneTitan()
219 SettingsHelper.launchSettingsPage(getInstrumentation().getContext(), PAGE); in testAlarmRingtoneNone()
[all …]
DMoreWirelessSettingsTests.java77 SettingsHelperImpl.launchSettingsPage(getInstrumentation().getContext(), in testNFCToggle()
98 SettingsHelperImpl.launchSettingsPage(getInstrumentation().getContext(), in testTetheringMenuLoad()
111 SettingsHelperImpl.launchSettingsPage(getInstrumentation().getContext(), in testVPNMenuLoad()
131 SettingsHelperImpl.launchSettingsPage(getInstrumentation().getContext(), in verifyAirplaneModeOnOrOff()
DLocationSettingsTests.java62 SettingsHelperImpl.launchSettingsPage(getInstrumentation().getContext(), in testLoadingLocationSettings()
122 SettingsHelperImpl.launchSettingsPage(getInstrumentation().getContext(), in testLocationSettingsElements()
133 SettingsHelperImpl.launchSettingsPage(getInstrumentation().getContext(), in testLocationSettingsOverflowMenuElements()
157 SettingsHelperImpl.launchSettingsPage(getInstrumentation().getContext(), in verifyLocationSettingsMode()
201 SettingsHelperImpl.launchSettingsPage(getInstrumentation().getContext(), in verifyLocationSettingsOnOrOff()
DDataUsageSettingsTests.java77 SettingsHelperImpl.launchSettingsPage(getInstrumentation().getContext(), in launchDataUsageSettings()
DSettingsHelper.java36 public static void launchSettingsPage(Context ctx, String pageName) throws Exception { in launchSettingsPage() method in SettingsHelper
78 launchSettingsPage(mInst.getContext(), settingAction); in verifyToggleSetting()
DMainSettingsTests.java91 SettingsHelper.launchSettingsPage(getInstrumentation().getContext(), in launchMainSettingsCategory()
DAccessibilitySettingsTests.java172 SettingsHelperImpl.launchSettingsPage(getInstrumentation().getContext(), in launchAccessibilitySettings()
DWirelessNetworkSettingsTests.java638 SettingsHelper.launchSettingsPage(getInstrumentation().getContext(), in loadWiFiSettingsPage()
/platform_testing/tests/androidbvt/src/com/android/androidbvt/
DSysUILockScreenTests.java187 launchSettingsPage(mContext, Settings.ACTION_SECURITY_SETTINGS); in navigateToScreenLock()
191 private void launchSettingsPage(Context ctx, String pageName) throws Exception { in launchSettingsPage() method in SysUILockScreenTests
/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() method in SettingsHelperImpl
172 launchSettingsPage(mInstrumentation.getContext(), settingAction); in verifyToggleSetting()
/platform_testing/tests/functional/notificationtests/src/com/android/notification/functional/
DNotificationHelper.java87 public static void launchSettingsPage(Context ctx, String pageName) throws Exception { in launchSettingsPage() method in NotificationHelper
158 launchSettingsPage(mInst.getContext(), Settings.ACTION_SECURITY_SETTINGS); in navigateToScreenLock()
DNotificationDNDTests.java163 NotificationHelper.launchSettingsPage(mContext, in grantPolicyAccess()