Merge "Rename interface method name." am: 0bc3543c86

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

MUST ONLY BE SUBMITTED BY AUTOMERGER

Change-Id: I92bf93780cb1b70381fce0939d0350b1ec62d6d0
This commit is contained in:
Amos Bianchi
2021-01-22 01:47:40 +00:00
committed by Automerger Merge Worker

View File

@@ -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();
};