Merge "Rename interface method name."

This commit is contained in:
Amos Bianchi
2021-01-22 01:26:46 +00:00
committed by Gerrit Code Review

View File

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