Home
last modified time | relevance | path

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

/packages/apps/Settings/tests/robotests/src/com/android/settings/security/
DChangeScreenLockPreferenceControllerTest.java101 showPreference(); in updateState_notSecureDisableKeyguard_shouldNotShowGear()
112 showPreference(); in updateState_notSecureDisableKeyguard_summaryShouldShowOff()
124 showPreference(); in updateState_notSecureWithSwipeKeyguard_shouldNotShowGear()
135 showPreference(); in updateState_notSecureWithSwipeKeyguard_summaryShouldShowSwipe()
149 showPreference(); in updateState_secureWithPinKeyguard_shouldShowGear()
163 showPreference(); in updateState_secureWithPinKeyguard_summaryShouldShowPin()
177 showPreference(); in updateState_secureWithPasswordKeyguard_shouldShowGear()
190 showPreference(); in updateState_secureWithPasswordKeyguard_summaryShouldShowPassword()
204 showPreference(); in updateState_secureWithPatternKeyguard_shouldShowGear()
217 showPreference(); in updateState_secureWithPatternKeyguard_summaryShouldShowPattern()
[all …]
/packages/apps/Settings/tests/robotests/src/com/android/settings/accessibility/
DNotificationVibrationIntensityPreferenceControllerTest.java94 showPreference(); in updateState_withMultipleIntensitySuport_shouldRefreshSummary()
124 showPreference(); in updateState_withoutMultipleIntensitySupport_shouldRefreshSummary()
156 private void showPreference() { in showPreference() method in NotificationVibrationIntensityPreferenceControllerTest