Loading core/java/android/os/ServiceManagerNative.java +4 −0 Original line number Diff line number Diff line Loading @@ -94,6 +94,10 @@ class ServiceManagerProxy implements IServiceManager { return mServiceManager.getDeclaredInstances(iface); } public String updatableViaApex(String name) throws RemoteException { return mServiceManager.updatableViaApex(name); } public void registerClientCallback(String name, IBinder service, IClientCallback cb) throws RemoteException { throw new RemoteException(); Loading Loading
core/java/android/os/ServiceManagerNative.java +4 −0 Original line number Diff line number Diff line Loading @@ -94,6 +94,10 @@ class ServiceManagerProxy implements IServiceManager { return mServiceManager.getDeclaredInstances(iface); } public String updatableViaApex(String name) throws RemoteException { return mServiceManager.updatableViaApex(name); } public void registerClientCallback(String name, IBinder service, IClientCallback cb) throws RemoteException { throw new RemoteException(); Loading