Merge "ServiceManagerProxy: New method implementations"
am: b2d8eb58a2
Change-Id: Ib572a6702fbf4aca5277f2d385a3ce6359d71851
This commit is contained in:
@@ -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.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user