Home
last modified time | relevance | path

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

/packages/apps/Settings/tests/robotests/src/com/android/settings/homepage/contextualcards/
DSettingsContextualCardProviderTest.java75 ContextualCard wifiCard = null; in getContextualCards_wifiSlice_shouldGetImportantCategory() local
79 wifiCard = card; in getContextualCards_wifiSlice_shouldGetImportantCategory()
83 assertThat(wifiCard.getCardCategory()).isEqualTo(ContextualCard.Category.IMPORTANT); in getContextualCards_wifiSlice_shouldGetImportantCategory()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/homepage/contextualcards/
DSettingsContextualCardProvider.java32 final ContextualCard wifiCard = in getContextualCards() local
65 .addCard(wifiCard) in getContextualCards()
/packages/apps/Settings/src/com/android/settings/homepage/contextualcards/
DSettingsContextualCardProvider.java35 final ContextualCard wifiCard = in getContextualCards() local
88 .addCard(wifiCard) in getContextualCards()