Rename interface method name.

Bug: 176240491
Test: atest hidl_lazy_test
Change-Id: I0efa4ebf695035c27ce15594332ee7dee822a52a
This commit is contained in:
Amos Bianchi
2021-01-20 17:38:56 -08:00
parent c991ca2d7f
commit 09aa2d02fc

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