summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorAmos Bianchi <amosbianchi@google.com>2021-01-22 02:45:43 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2021-01-22 02:45:43 +0000
commit09fd8b17470c4bcfd13ad04a6ba062cbff53821d (patch)
tree4a840595e92573d96c3fc3daf74949c5b308effa /tests
parentc0084b9c77abd8e52ede7cdba608163c9ca705f4 (diff)
parent980b1f0fe50ab4cc6bfcacc0f422d4001cfe2ae2 (diff)
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
Diffstat (limited to 'tests')
-rw-r--r--tests/lazy/1.1/ILazy.hal6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/lazy/1.1/ILazy.hal b/tests/lazy/1.1/ILazy.hal
index b0a6a2aa09..eb48fd336a 100644
--- a/tests/lazy/1.1/ILazy.hal
+++ b/tests/lazy/1.1/ILazy.hal
@@ -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();
};