Searched defs:removed (Results 1 - 6 of 6) sorted by relevance

/packages/apps/Launcher2/src/com/android/launcher2/
H A DAllAppsList.java40 /** The list of apps that have been removed since the last notify() call. */
41 public ArrayList<ApplicationInfo> removed = new ArrayList<ApplicationInfo>(); field in class:AllAppsList
72 removed.clear();
107 removed.add(info);
124 // Find disabled/removed activities and remove them from data and add them
125 // to the removed list.
132 removed.add(applicationInfo);
164 removed.add(applicationInfo);
/packages/apps/Launcher3/src/com/android/launcher3/
H A DAllAppsList.java43 /** The list of apps that have been removed since the last notify() call. */
44 public ArrayList<AppInfo> removed = new ArrayList<AppInfo>(); field in class:AllAppsList
81 removed.clear();
115 removed.add(info);
139 // Find disabled/removed activities and remove them from data and add them
140 // to the removed list.
147 removed.add(applicationInfo);
173 removed.add(applicationInfo);
H A DLauncherModel.java200 ArrayList<ShortcutInfo> removed, UserHandleCompat user);
765 // Items are added/removed from the corresponding FolderInfo elsewhere, such
1895 "Invalid component removed: " + cn, true);
1934 "Unrestored package removed: " + cn, true);
1940 "Unrestored package removed: " + cn, true);
1968 "Invalid package removed: " + cn, true);
2197 "Unrestored widget removed: " + component, true);
3027 if (mBgAllAppsList.removed.size() > 0) {
3028 removedApps.addAll(mBgAllAppsList.removed);
3029 mBgAllAppsList.removed
199 bindShortcutsChanged(ArrayList<ShortcutInfo> updated, ArrayList<ShortcutInfo> removed, UserHandleCompat user) argument
[all...]
H A DLauncher.java638 * ensure the custom content page is added or removed if necessary.
665 // that is subsequently removed from the workspace in startBinding().
907 // it's possible that the add screen was removed because it was
2460 // view has detached (it's possible for this to happen if the view is removed mid touch).
4186 final ArrayList<ShortcutInfo> removed, final UserHandleCompat user) {
4189 bindShortcutsChanged(updated, removed, user);
4200 if (!removed.isEmpty()) {
4202 for (ShortcutInfo si : removed) {
4237 * @param reason if non-zero, the icons are not permanently removed, rather marked as disabled.
4185 bindShortcutsChanged(final ArrayList<ShortcutInfo> updated, final ArrayList<ShortcutInfo> removed, final UserHandleCompat user) argument
/packages/apps/Messaging/build/gcheckstyle/
H A Dgoogle-style-checker_deploy.jarMETA-INF/ META-INF/MANIFEST.MF build-data.properties com/ com/google/ com/google/ ...
/packages/services/Telecomm/libs/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/util/ ...

Completed in 184 milliseconds