Home
last modified time | relevance | path

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

/packages/apps/Settings/tests/robotests/src/com/android/settings/gestures/
DPowerMenuPreferenceControllerSummaryTest.java79 private boolean mCardsAvailable; field in PowerMenuPreferenceControllerSummaryTest
91 mCardsAvailable = cardsAvailable; in PowerMenuPreferenceControllerSummaryTest()
108 Settings.Secure.putInt(cr, CARDS_AVAILABLE, mCardsAvailable ? 1 : 0); in getSummary_possiblyAvailableAndEnabled()
DPowerMenuPrivacyPreferenceControllerAvailabilityTest.java87 private boolean mCardsAvailable; field in PowerMenuPrivacyPreferenceControllerAvailabilityTest
99 mCardsAvailable = cardsAvailable; in PowerMenuPrivacyPreferenceControllerAvailabilityTest()
124 Settings.Secure.putInt(cr, CARDS_AVAILABLE, mCardsAvailable ? 1 : 0); in getAvailabilityStatus_possiblyAvailableAndEnabled()