Searched refs:addedCache (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/drawer/ |
D | TileUtilsTest.java | 105 Map<Pair<String, String>, Tile> addedCache = new ArrayMap<>(); in getTilesForIntent_shouldParseCategory() local 113 TileUtils.getTilesForIntent(mContext, UserHandle.CURRENT, intent, addedCache, in getTilesForIntent_shouldParseCategory() 125 Map<Pair<String, String>, Tile> addedCache = new ArrayMap<>(); in getTilesForIntent_shouldParseKeyHintForSystemApp() local 134 TileUtils.getTilesForIntent(mContext, UserHandle.CURRENT, intent, addedCache, in getTilesForIntent_shouldParseKeyHintForSystemApp() 146 Map<Pair<String, String>, Tile> addedCache = new ArrayMap<>(); in getTilesForIntent_shouldSkipNonSystemApp() local 154 TileUtils.getTilesForIntent(mContext, UserHandle.CURRENT, intent, addedCache, in getTilesForIntent_shouldSkipNonSystemApp() 165 Map<Pair<String, String>, Tile> addedCache = new ArrayMap<>(); in getTilesForIntent_shouldSkipFilteredApps() local 177 TileUtils.getTilesForIntent(mContext, UserHandle.CURRENT, intent, addedCache, in getTilesForIntent_shouldSkipFilteredApps() 236 Map<Pair<String, String>, Tile> addedCache = new ArrayMap<>(); in getTilesForIntent_shouldReadMetadataTitleAsString() local 246 TileUtils.getTilesForIntent(mContext, UserHandle.CURRENT, intent, addedCache, in getTilesForIntent_shouldReadMetadataTitleAsString() [all …]
|
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/drawer/ |
D | TileUtils.java | 285 UserHandle user, String action, Map<Pair<String, String>, Tile> addedCache, in getTilesForAction() argument 288 getTilesForAction(context, user, action, addedCache, defaultCategory, outTiles, in getTilesForAction() 293 UserHandle user, String action, Map<Pair<String, String>, Tile> addedCache, in getTilesForAction() argument 300 getTilesForIntent(context, user, intent, addedCache, defaultCategory, outTiles, in getTilesForAction() 305 Map<Pair<String, String>, Tile> addedCache, String defaultCategory, List<Tile> outTiles, in getTilesForIntent() argument 332 Tile tile = addedCache.get(key); in getTilesForIntent() 344 addedCache.put(key, tile); in getTilesForIntent()
|