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

Commit 298ad92a authored by Lorenzo Colitti's avatar Lorenzo Colitti
Browse files

Add a factoryReset method to IIpMemoryStore, and freeze api.

Currently unimplemented. Implementation will be in a future CL.

Test: m
Bug: 128499160
Change-Id: Ia11ecd33f528d01667b1baeb8671b7213a31eef5
Merged-In: Ia11ecd33f528d01667b1baeb8671b7213a31eef5
(cherry picked from commit 10ddc681cf8ffc2c189ff975ad5885b32e670cb9)
parent 502e4e70
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() {