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

  /packages/apps/Launcher2/src/com/android/launcher2/
UninstallShortcutReceiver.java 140 Set<String> newApps = new HashSet<String>();
141 newApps = sharedPrefs.getStringSet(InstallShortcutReceiver.NEW_APPS_LIST_KEY, newApps);
142 synchronized (newApps) {
144 appRemoved = newApps.remove(intent.toUri(0).toString());
148 final Set<String> savedNewApps = newApps;
Launcher.java     [all...]

Completed in 1028 milliseconds