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

  /packages/apps/Launcher3/src/com/android/launcher3/popup/
PopupDataProvider.java 91 updateLauncherIconBadges(Utilities.singletonHashSet(postedPackageUserKey),
103 updateLauncherIconBadges(Utilities.singletonHashSet(removedPackageUserKey));
  /packages/apps/Launcher3/src/com/android/launcher3/
Utilities.java 645 public static <T> HashSet<T> singletonHashSet(T elem) {

Completed in 158 milliseconds