Merge "ServiceManagerProxy: New method implementations"

am: b2d8eb58a2

Change-Id: Ib572a6702fbf4aca5277f2d385a3ce6359d71851
This commit is contained in:
Jon Spivack
2019-12-23 12:11:22 -08:00
committed by android-build-merger

View File

@@ -90,6 +90,15 @@ class ServiceManagerProxy implements IServiceManager {
throw new RemoteException();
}
public void registerClientCallback(String name, IBinder service, IClientCallback cb)
throws RemoteException {
throw new RemoteException();
}
public void tryUnregisterService(String name, IBinder service) throws RemoteException {
throw new RemoteException();
}
/**
* Same as mServiceManager but used by apps.
*