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

Commit aa95b246 authored by Lorenzo Colitti's avatar Lorenzo Colitti Committed by android-build-merger
Browse files

Merge "Add a factoryReset method to IIpMemoryStore, and freeze api." am: 51164c16aa am: 43089979c3

am: 10ddc681cf

Change-Id: Ifdada64849b40f8935c9d38dd11afaa296cb9cd6
parents ec32c16a 74e0a454
Loading
Loading
Loading
Loading
+4 −0
Original line number Original line Diff line number Diff line
@@ -410,6 +410,10 @@ public class IpMemoryStoreService extends IIpMemoryStore.Stub {
        });
        });
    }
    }


    @Override
    public void factoryReset() {
    }

    /** Get db size threshold. */
    /** Get db size threshold. */
    @VisibleForTesting
    @VisibleForTesting
    protected int getDbSizeThreshold() {
    protected int getDbSizeThreshold() {