Loading src/com/android/settings/search/Index.java +1 −0 Original line number Diff line number Diff line Loading @@ -185,6 +185,7 @@ public class Index { dataToUpdate = new ArrayList<SearchIndexableData>(other.dataToUpdate); dataToDelete = new ArrayList<SearchIndexableData>(other.dataToDelete); nonIndexableKeys = new HashMap<String, List<String>>(other.nonIndexableKeys); forceUpdate = other.forceUpdate; } public UpdateData copy() { Loading Loading
src/com/android/settings/search/Index.java +1 −0 Original line number Diff line number Diff line Loading @@ -185,6 +185,7 @@ public class Index { dataToUpdate = new ArrayList<SearchIndexableData>(other.dataToUpdate); dataToDelete = new ArrayList<SearchIndexableData>(other.dataToDelete); nonIndexableKeys = new HashMap<String, List<String>>(other.nonIndexableKeys); forceUpdate = other.forceUpdate; } public UpdateData copy() { Loading