Loading core/java/android/os/ServiceManagerNative.java +4 −0 Original line number Diff line number Diff line Loading @@ -98,6 +98,10 @@ class ServiceManagerProxy implements IServiceManager { return mServiceManager.updatableViaApex(name); } public String[] getUpdatableNames(String apexName) throws RemoteException { return mServiceManager.getUpdatableNames(apexName); } public ConnectionInfo getConnectionInfo(String name) throws RemoteException { return mServiceManager.getConnectionInfo(name); } Loading Loading
core/java/android/os/ServiceManagerNative.java +4 −0 Original line number Diff line number Diff line Loading @@ -98,6 +98,10 @@ class ServiceManagerProxy implements IServiceManager { return mServiceManager.updatableViaApex(name); } public String[] getUpdatableNames(String apexName) throws RemoteException { return mServiceManager.getUpdatableNames(apexName); } public ConnectionInfo getConnectionInfo(String name) throws RemoteException { return mServiceManager.getConnectionInfo(name); } Loading