Searched refs:getContextualCards (Results 1 – 8 of 8) sorted by relevance
62 final int actualNo = mProvider.getContextualCards().getCardCount(); in contentProviderCall_returnCorrectSize()74 final ContextualCardList cards = mProvider.getContextualCards(); in getContextualCards_wifiSlice_shouldGetImportantCategory()
95 try (final Cursor cursor = CardDatabaseHelper.getInstance(mContext).getContextualCards()) { in getContextualCards_shouldSortByScore()
31 public ContextualCardList getContextualCards() { in getContextualCards() method in SettingsContextualCardProvider
199 Cursor getContextualCards() { in getContextualCards() method in CardDatabaseHelper
184 return CardDatabaseHelper.getInstance(mContext).getContextualCards(); in getContextualCardsFromProvider()
34 public ContextualCardList getContextualCards() { in getContextualCards() method in SettingsContextualCardProvider
154 return CardDatabaseHelper.getInstance(mContext).getContextualCards(); in getContextualCardsFromProvider()