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

Commit 4c27cb4b authored by Shintaro Kawamura's avatar Shintaro Kawamura
Browse files

Rename IMmd.doZramMaintenanceAsync()

doZramMaintenance() is renamed as doZramMaintenanceAsync() because we
add a new synchronous API to IMmd.

Bug: 375432472
Test: m

Change-Id: Ie4b8a019e592609534b8d55a21f50273c84ee301
parent d6c2e676
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -73,7 +73,7 @@ public class ZramMaintenance extends JobService {
        if (binder != null) {
            IMmd mmd = IMmd.Stub.asInterface(binder);
            try {
                mmd.doZramMaintenance();
                mmd.doZramMaintenanceAsync();
            } catch (RemoteException e) {
                Slog.e(TAG, "Failed to doZramMaintenance", e);
            }