Merge "ServiceManagerProxy: implement new method" am: 2a6f6ed94b am: 9ab8a0713f
am: 1574e4fd4e
Change-Id: I3018e9922154e7a33dd3aa4814d5f80e4118a77a
This commit is contained in:
@@ -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.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user