Home
last modified time | relevance | path

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

/aosp12/packages/apps/Settings/tests/robotests/src/com/android/settings/security/
H A 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 …]
/aosp12/packages/apps/Settings/tests/robotests/src/com/android/settings/accessibility/
H A DNotificationVibrationIntensityPreferenceControllerTest.java94 showPreference(); in updateState_withMultipleIntensitySuport_shouldRefreshSummary()
124 showPreference(); in updateState_withoutMultipleIntensitySupport_shouldRefreshSummary()
156 private void showPreference() { in showPreference() method in NotificationVibrationIntensityPreferenceControllerTest
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/settings/
H A DSettingsActivity.java283 boolean showPreference = FeatureFlags.showFlagTogglerUi(getContext()) in updateDeveloperOption()
286 mDeveloperOptionPref.setEnabled(showPreference); in updateDeveloperOption()
287 if (showPreference) { in updateDeveloperOption()
293 return showPreference; in updateDeveloperOption()