Home
last modified time | relevance | path

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

/packages/apps/Settings/tests/robotests/src/com/android/settings/gestures/
DPowerMenuPreferenceControllerTest.java45 private static final String CARDS_AVAILABLE = Settings.Secure.GLOBAL_ACTIONS_PANEL_AVAILABLE; field in PowerMenuPreferenceControllerTest
56 Settings.Secure.putInt(mContext.getContentResolver(), CARDS_AVAILABLE, 1); in getAvailabilityStatus_bothAvailable_available() local
65 Settings.Secure.putInt(mContext.getContentResolver(), CARDS_AVAILABLE, 1); in getAvailabilityStatus_onlyCardsAvailable_available() local
74 Settings.Secure.putInt(mContext.getContentResolver(), CARDS_AVAILABLE, 0); in getAvailabilityStatus_onlyControlsAvailable_available() local
83 Settings.Secure.putInt(mContext.getContentResolver(), CARDS_AVAILABLE, 0); in getAvailabilityStatus_bothUnavailable_unavailable() local
DPowerMenuPreferenceControllerSummaryTest.java47 private static final String CARDS_AVAILABLE = Settings.Secure.GLOBAL_ACTIONS_PANEL_AVAILABLE; field in PowerMenuPreferenceControllerSummaryTest
108 Settings.Secure.putInt(cr, CARDS_AVAILABLE, mCardsAvailable ? 1 : 0); in getSummary_possiblyAvailableAndEnabled()
DPowerMenuPrivacyPreferenceControllerAvailabilityTest.java52 private static final String CARDS_AVAILABLE = Settings.Secure.GLOBAL_ACTIONS_PANEL_AVAILABLE; field in PowerMenuPrivacyPreferenceControllerAvailabilityTest
124 Settings.Secure.putInt(cr, CARDS_AVAILABLE, mCardsAvailable ? 1 : 0); in getAvailabilityStatus_possiblyAvailableAndEnabled()