HomeSort by relevance Sort by last modified time
    Searched refs:newApps (Results 1 - 4 of 4) 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...]
Workspace.java     [all...]
  /packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/task/
DeleteNonRequiredAppsTask.java 168 Set<String> newApps = currentApps;
169 newApps.removeAll(previousApps);
173 Set<String> packagesToDelete = newApps;

Completed in 492 milliseconds