Home | History | Annotate | Download | only in launcher2

Lines Matching refs:removed

231                 // Items are added/removed from the corresponding FolderInfo elsewhere, such
1232 Log.d(TAG, "Removed id = " + id);
1626 ArrayList<ApplicationInfo> removed = null;
1633 if (mAllAppsList.removed.size() > 0) {
1634 removed = mAllAppsList.removed;
1635 mAllAppsList.removed = new ArrayList<ApplicationInfo>();
1636 for (ApplicationInfo info: removed) {
1673 if (removed != null) {
1675 final ArrayList<ApplicationInfo> removedFinal = removed;
1742 // If we return null here, the corresponding item will be removed from the launcher
2168 ApplicationInfo.dumpApplicationInfoList(TAG, "mAllAppsList.removed", mAllAppsList.removed);