Searched refs:getContextualCards (Results 1 – 6 of 6) sorted by relevance
62 final int actualNo = mProvider.getContextualCards().getCardCount(); in contentProviderCall_returnCorrectSize()74 final ContextualCardList cards = mProvider.getContextualCards(); in getContextualCards_darkThemeSlice_shouldGetImportantCategory()
74 try (Cursor cursor = mImpl.getContextualCards()) { in getContextualCards_shouldSortByScore()
25 Cursor getContextualCards(); in getContextualCards() method
34 public ContextualCardList getContextualCards() { in getContextualCards() method in SettingsContextualCardProvider
43 public Cursor getContextualCards() { in getContextualCards() method in ContextualCardFeatureProviderImpl
181 return cardFeatureProvider.getContextualCards(); in getContextualCardsFromProvider()