Searched defs:removed (Results 1 - 8 of 8) 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/TV/src/com/android/tv/recommendation/
H A DChannelRecord.java61 public void setInputRemoved(boolean removed) { argument
62 mInputRemoved = removed;
/packages/apps/Launcher3/src/com/android/launcher3/
H A DAllAppsList.java45 /** The list of apps that have been removed since the last notify() call. */
46 public ArrayList<AppInfo> removed = new ArrayList<AppInfo>(); field in class:AllAppsList
83 removed.clear();
117 removed.add(info);
156 // Find disabled/removed activities and remove them from data and add them
157 // to the removed list.
164 removed.add(applicationInfo);
190 removed.add(applicationInfo);
H A DLauncherModel.java196 ArrayList<ShortcutInfo> removed, UserHandleCompat user);
750 // Items are added/removed from the corresponding FolderInfo elsewhere, such
1893 "Invalid component removed: " + cn, true);
1932 "Unrestored package removed: " + cn, true);
1938 "Unrestored package removed: " + cn, true);
1965 "Invalid package removed: " + cn, true);
2208 "Unrestored widget removed: " + component, true);
3090 if (mBgAllAppsList.removed.size() > 0) {
3091 removedApps.addAll(mBgAllAppsList.removed);
3092 mBgAllAppsList.removed
195 bindShortcutsChanged(ArrayList<ShortcutInfo> updated, ArrayList<ShortcutInfo> removed, UserHandleCompat user) argument
[all...]
H A DLauncher.java621 * ensure the custom content page is added or removed if necessary.
648 // that is subsequently removed from the workspace in startBinding().
893 // it's possible that the add screen was removed because it was
2374 * @param v the view being removed.
2512 // view has detached (it's possible for this to happen if the view is removed mid touch).
4335 final ArrayList<ShortcutInfo> removed, final UserHandleCompat user) {
4338 bindShortcutsChanged(updated, removed, user);
4349 if (!removed.isEmpty()) {
4351 for (ShortcutInfo si : removed) {
4334 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/ ...
/packages/apps/TV/usbtuner/libs/
H A Dexoplayer_1.5.6.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/exoplayer/ ...

Completed in 492 milliseconds