(IBinder binder)
| 26 | |
| 27 | public class Constants { |
| 28 | public static boolean setBinder(IBinder binder) { |
| 29 | LSPManagerServiceHolder.init(binder); |
| 30 | return LSPManagerServiceHolder.getService().asBinder().isBinderAlive(); |
| 31 | } |
| 32 | } |
nothing calls this directly
no test coverage detected