Merge "ServiceManagerNative: add getConnectionInfo" am: e731e209d3
Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1823886 Change-Id: Ib67c5cc25b23d8f75d96c845ffdc63d7a6e61ec9
This commit is contained in:
@@ -98,6 +98,10 @@ class ServiceManagerProxy implements IServiceManager {
|
|||||||
return mServiceManager.updatableViaApex(name);
|
return mServiceManager.updatableViaApex(name);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public ConnectionInfo getConnectionInfo(String name) throws RemoteException {
|
||||||
|
return mServiceManager.getConnectionInfo(name);
|
||||||
|
}
|
||||||
|
|
||||||
public void registerClientCallback(String name, IBinder service, IClientCallback cb)
|
public void registerClientCallback(String name, IBinder service, IClientCallback cb)
|
||||||
throws RemoteException {
|
throws RemoteException {
|
||||||
throw new RemoteException();
|
throw new RemoteException();
|
||||||
|
|||||||
Reference in New Issue
Block a user