Home
last modified time | relevance | path

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

/packages/apps/Settings/tests/robotests/src/com/android/settings/gestures/
DPowerMenuPrivacyPreferenceControllerTest.java54 private static final String CARDS_AVAILABLE_KEY = field in PowerMenuPrivacyPreferenceControllerTest
129 Settings.Secure.putInt(mContentResolver, CARDS_AVAILABLE_KEY, 1); in getSummary_cardsControlsAvailable_isPower_menu_privacy_showString()
139 Settings.Secure.putInt(mContentResolver, CARDS_AVAILABLE_KEY, 0); in getSummary_cardsUnavailableControlsAvailable_isPower_menu_privacy_show_controlsString()
149 Settings.Secure.putInt(mContentResolver, CARDS_AVAILABLE_KEY, 1); in getSummary_cardsAvailableControlsUnavailable_isPower_menu_privacy_show_cardsString()
159 Settings.Secure.putInt(mContentResolver, CARDS_AVAILABLE_KEY, 1); in updateState_onPreferenceRefreshed_preferenceEnabledAndSummaryChanged()
172 Settings.Secure.putInt(mContentResolver, CARDS_AVAILABLE_KEY, 1); in getAvailabilityStatus_allOnNotSecure_returnsDisabled()
/packages/apps/Settings/src/com/android/settings/gestures/
DPowerMenuPrivacyPreferenceController.java35 private static final String CARDS_AVAILABLE_KEY = field in PowerMenuPrivacyPreferenceController
60 CARDS_AVAILABLE_KEY, 0) != 0; in getSummary()
95 boolean cardsAvailable = Settings.Secure.getInt(resolver, CARDS_AVAILABLE_KEY, 0) != 0; in isEnabled()