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

Commit 74e0a454 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

Change-Id: I19c7ecdaf5658f6464d6b04d3332f7a5ae25a341
parents 774d3759 43e4dc3d
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -410,6 +410,10 @@ public class IpMemoryStoreService extends IIpMemoryStore.Stub {
        });
    }

    @Override
    public void factoryReset() {
    }

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