Merge "ServiceManagerProxy: New method implementations" am: b2d8eb58a2 am: b88261b982
Change-Id: Ieef272563ab13c9bad7b7f062f2778bb2a7062d1
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