HomeSort by relevance Sort by last modified time
    Searched refs:keysSet (Results 1 - 2 of 2) sorted by null

  /packages/apps/Launcher2/src/com/android/launcher2/
PagedViewIconCache.java 99 HashSet<Key> keysSet = new HashSet<Key>();
101 keysSet.add(new Key(info));
103 retainAll(keysSet, Key.Type.ApplicationInfoKey);
107 HashSet<Key> keysSet = new HashSet<Key>();
109 keysSet.add(new Key(info));
111 retainAll(keysSet, Key.Type.ResolveInfoKey);
115 HashSet<Key> keysSet = new HashSet<Key>();
117 keysSet.add(new Key(info));
119 retainAll(keysSet, Key.Type.AppWidgetProviderInfoKey);
  /packages/apps/Launcher3/src/com/android/launcher3/
PagedViewIconCache.java 99 HashSet<Key> keysSet = new HashSet<Key>();
101 keysSet.add(new Key(info));
103 retainAll(keysSet, Key.Type.ApplicationInfoKey);
107 HashSet<Key> keysSet = new HashSet<Key>();
109 keysSet.add(new Key(info));
111 retainAll(keysSet, Key.Type.ResolveInfoKey);
115 HashSet<Key> keysSet = new HashSet<Key>();
117 keysSet.add(new Key(info));
119 retainAll(keysSet, Key.Type.AppWidgetProviderInfoKey);

Completed in 32 milliseconds