Home
last modified time | relevance | path

Searched defs:addedCache (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/drawer/
H A DTileUtilsTest.java122 Map<Pair<String, String>, Tile> addedCache = new ArrayMap<>(); in getTilesForIntent_shouldParseCategory() local
142 Map<Pair<String, String>, Tile> addedCache = new ArrayMap<>(); in getTilesForIntent_shouldParseKeyHintForSystemApp() local
164 Map<Pair<String, String>, Tile> addedCache = new ArrayMap<>(); in getTilesForIntent_shouldSkipNonSystemApp() local
203 Map<Pair<String, String>, Tile> addedCache = new ArrayMap<>(); in getTilesForIntent_shouldReadMetadataTitleAsString() local
225 Map<Pair<String, String>, Tile> addedCache = new ArrayMap<>(); in getTilesForIntent_shouldReadMetadataTitleFromResource() local
249 Map<Pair<String, String>, Tile> addedCache = new ArrayMap<>(); in getTilesForIntent_shouldNotTintIconIfInSettingsPackage() local
304 Map<Pair<String, String>, Tile> addedCache = new ArrayMap<>(); in getTilesForIntent_shouldMarkIconTintableIfMetadataSet() local
327 Map<Pair<String, String>, Tile> addedCache = new ArrayMap<>(); in getTilesForIntent_shouldProcessUriContentForSystemApp() local
347 Map<Pair<String, String>, Tile> addedCache = new ArrayMap<>(); in loadTilesForAction_isPrimaryProfileOnly_shouldSkipNonPrimaryUserTiles() local
367 Map<Pair<String, String>, Tile> addedCache = new ArrayMap<>(); in loadTilesForAction_multipleUserProfiles_updatesUserHandle() local
[all …]
/aosp14/frameworks/base/packages/SettingsLib/Tile/src/com/android/settingslib/drawer/
H A DTileUtils.java313 UserHandle user, String action, Map<Pair<String, String>, Tile> addedCache, in loadTilesForAction()
324 UserHandle user, Map<Pair<String, String>, Tile> addedCache, in loadActivityTiles()
341 UserHandle user, Map<Pair<String, String>, Tile> addedCache, in loadProviderTiles()
366 private static void loadTile(UserHandle user, Map<Pair<String, String>, Tile> addedCache, in loadTile()