Home
last modified time | relevance | path

Searched refs:getContextualCards (Results 1 – 6 of 6) sorted by relevance

/packages/apps/Settings/tests/robotests/src/com/android/settings/homepage/contextualcards/
DSettingsContextualCardProviderTest.java62 final int actualNo = mProvider.getContextualCards().getCardCount(); in contentProviderCall_returnCorrectSize()
74 final ContextualCardList cards = mProvider.getContextualCards(); in getContextualCards_darkThemeSlice_shouldGetImportantCategory()
DContextualCardFeatureProviderImplTest.java74 try (Cursor cursor = mImpl.getContextualCards()) { in getContextualCards_shouldSortByScore()
/packages/apps/Settings/src/com/android/settings/homepage/contextualcards/
DContextualCardFeatureProvider.java25 Cursor getContextualCards(); in getContextualCards() method
DSettingsContextualCardProvider.java34 public ContextualCardList getContextualCards() { in getContextualCards() method in SettingsContextualCardProvider
DContextualCardFeatureProviderImpl.java43 public Cursor getContextualCards() { in getContextualCards() method in ContextualCardFeatureProviderImpl
DContextualCardLoader.java181 return cardFeatureProvider.getContextualCards(); in getContextualCardsFromProvider()