Searched refs:DEPENDENCY_SETTING_KEY (Results 1 – 2 of 2) sorted by relevance
/packages/apps/Settings/tests/robotests/src/com/android/settings/display/ |
D | ControlsTrivialPrivacyPreferenceControllerTest.java | 61 private static final String DEPENDENCY_SETTING_KEY = Settings.Secure.LOCKSCREEN_SHOW_CONTROLS; field in ControlsTrivialPrivacyPreferenceControllerTest 126 Settings.Secure.putInt(mContentResolver, DEPENDENCY_SETTING_KEY, 0); in getSummaryRequireDeviceControls() 134 Settings.Secure.putInt(mContentResolver, DEPENDENCY_SETTING_KEY, 1); in getSummaryDefault() 142 Settings.Secure.putInt(mContentResolver, DEPENDENCY_SETTING_KEY, 1); in updateState() 153 Settings.Secure.putInt(mContentResolver, DEPENDENCY_SETTING_KEY, 0); in updateStateWithCustomizableLockScreenQuickAffordancesEnabled() 164 Settings.Secure.putInt(mContentResolver, DEPENDENCY_SETTING_KEY, 0); in getAvailabilityStatusWithoutDeviceControls() 173 Settings.Secure.putInt(mContentResolver, DEPENDENCY_SETTING_KEY, 0); in getAvailabilityStatusWithCustomizableLockScreenQuickAffordancesEnabled() 181 Settings.Secure.putInt(mContentResolver, DEPENDENCY_SETTING_KEY, 1); in getAvailabilityStatusWithDeviceControls()
|
/packages/apps/Settings/src/com/android/settings/display/ |
D | ControlsTrivialPrivacyPreferenceController.java | 34 private static final String DEPENDENCY_SETTING_KEY = Settings.Secure.LOCKSCREEN_SHOW_CONTROLS; field in ControlsTrivialPrivacyPreferenceController 81 mContext.getContentResolver(), DEPENDENCY_SETTING_KEY, 0) != 0; in showDeviceControlsSettingsEnabled()
|