Merge "ServiceManagerProxy: implement new method" am: 2a6f6ed94b

am: 9ab8a0713f

Change-Id: I5af655cba2bb416ed517ba722f0f5ec46610c9bc
This commit is contained in:
Steven Moreland
2019-10-29 09:26:57 -07:00
committed by android-build-merger

View File

@@ -86,6 +86,10 @@ class ServiceManagerProxy implements IServiceManager {
throw new RemoteException();
}
public boolean isDeclared(String name) throws RemoteException {
throw new RemoteException();
}
/**
* Same as mServiceManager but used by apps.
*