Loading core/java/android/os/ServiceManagerNative.java +4 −0 Original line number Diff line number Diff line Loading @@ -86,6 +86,10 @@ class ServiceManagerProxy implements IServiceManager { throw new RemoteException(); } public boolean isDeclared(String name) throws RemoteException { throw new RemoteException(); } /** * Same as mServiceManager but used by apps. * Loading Loading
core/java/android/os/ServiceManagerNative.java +4 −0 Original line number Diff line number Diff line Loading @@ -86,6 +86,10 @@ class ServiceManagerProxy implements IServiceManager { throw new RemoteException(); } public boolean isDeclared(String name) throws RemoteException { throw new RemoteException(); } /** * Same as mServiceManager but used by apps. * Loading