Merge "Rename interface method name." am: 0bc3543c86 am: 50c991306d am: 980b1f0fe5

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

MUST ONLY BE SUBMITTED BY AUTOMERGER

Change-Id: Ic5b77bc3a121e30ba562ee49a7885a958d526040
diff --git a/tests/lazy/1.1/ILazy.hal b/tests/lazy/1.1/ILazy.hal
index b0a6a2a..eb48fd3 100644
--- a/tests/lazy/1.1/ILazy.hal
+++ b/tests/lazy/1.1/ILazy.hal
@@ -20,10 +20,10 @@
 
 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();
 };