/platform_testing/tests/functional/settingstests/src/com/android/settings/functional/ |
D | DisplaySettingsTest.java | 64 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 …]
|
D | SoundSettingsTest.java | 62 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 …]
|
D | MoreWirelessSettingsTests.java | 77 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()
|
D | LocationSettingsTests.java | 62 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()
|
D | DataUsageSettingsTests.java | 77 SettingsHelperImpl.launchSettingsPage(getInstrumentation().getContext(), in launchDataUsageSettings()
|
D | SettingsHelper.java | 36 public static void launchSettingsPage(Context ctx, String pageName) throws Exception { in launchSettingsPage() method in SettingsHelper 78 launchSettingsPage(mInst.getContext(), settingAction); in verifyToggleSetting()
|
D | MainSettingsTests.java | 91 SettingsHelper.launchSettingsPage(getInstrumentation().getContext(), in launchMainSettingsCategory()
|
D | AccessibilitySettingsTests.java | 172 SettingsHelperImpl.launchSettingsPage(getInstrumentation().getContext(), in launchAccessibilitySettings()
|
D | WirelessNetworkSettingsTests.java | 638 SettingsHelper.launchSettingsPage(getInstrumentation().getContext(), in loadWiFiSettingsPage()
|
/platform_testing/tests/androidbvt/src/com/android/androidbvt/ |
D | SysUILockScreenTests.java | 187 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/ |
D | SettingsHelperImpl.java | 103 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/ |
D | NotificationHelper.java | 87 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()
|
D | NotificationDNDTests.java | 163 NotificationHelper.launchSettingsPage(mContext, in grantPolicyAccess()
|