Home
last modified time | relevance | path

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

/packages/apps/SettingsIntelligence/src/com/android/settings/intelligence/suggestions/
DSuggestionParser.java56 private final Map<String, Suggestion> mAddCache; field in SuggestionParser
62 mAddCache = new ArrayMap<>(); in SuggestionParser()
121 Suggestion suggestion = mAddCache.get(id); in readSuggestions()
124 mAddCache.put(id, suggestion); in readSuggestions()