Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit de90f445 authored by Walter Jang's avatar Walter Jang
Browse files

Revert "Expose RawContactDelta method to lazy get mime entries (E8)"

This reverts commit b5fb4cf162c8426baab713eee38bb42f2e8ef230.

Bug 23589603
Bug 25431751

Change-Id: I427943a948b20af39111fc19baffb5c561c01c40
parent 2b0ab8e3
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -243,7 +243,7 @@ public class RawContactDelta implements Parcelable {
     * Return the list of child {@link ValuesDelta} from our optimized map,
     * creating the list if requested.
     */
    public ArrayList<ValuesDelta> getMimeEntries(String mimeType, boolean lazyCreate) {
    private ArrayList<ValuesDelta> getMimeEntries(String mimeType, boolean lazyCreate) {
        ArrayList<ValuesDelta> mimeEntries = mEntries.get(mimeType);
        if (mimeEntries == null && lazyCreate) {
            mimeEntries = Lists.newArrayList();