Merge "ServiceManagerProxy: New method implementations"
This commit is contained in:
@@ -90,6 +90,15 @@ class ServiceManagerProxy implements IServiceManager {
|
|||||||
throw new RemoteException();
|
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.
|
* Same as mServiceManager but used by apps.
|
||||||
*
|
*
|
||||||
|
|||||||
Reference in New Issue
Block a user