Home | History | Annotate | Download | only in launcher2

Lines Matching defs:newApps

3179         Set<String> newApps = new HashSet<String>();
3180 newApps = mSharedPrefs.getStringSet(InstallShortcutReceiver.NEW_APPS_LIST_KEY, newApps);
3201 synchronized (newApps) {
3202 if (newApps.contains(uri)) {
3203 animateIconUp = newApps.remove(uri);