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

Commit 980b1f0f authored by Amos Bianchi's avatar Amos Bianchi Committed by Automerger Merge Worker
Browse files

Merge "Rename interface method name." am: 0bc3543c am: 50c99130

Original change: https://android-review.googlesource.com/c/platform/hardware/interfaces/+/1555817

MUST ONLY BE SUBMITTED BY AUTOMERGER

Change-Id: I61d759c7fe1a5928534f970d5c84edce78f8f523
parents 1f3487d5 50c99130
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -20,10 +20,10 @@ import android.hardware.tests.lazy@1.0;

interface ILazy extends @1.0::ILazy {
    /**
     * Ask the process hosting the service to install a callback that notifies
     * it when the number of active (i.e. with clients) services changes.
     * Ask the process hosting the service to install a callback that notifies if there are
     * services with clients.
     * For testing purposes, this callback exercises the code to unregister/re-register
     * the services and eventually shuts down the process.
     */
    setCustomActiveServicesCountCallback();
    setCustomActiveServicesCallback();
};