We're now bound to the service. Only called once, and only if the binding succeeded.
(IBinder binder)
| 35 | |
| 36 | /** We're now bound to the service. Only called once, and only if the binding succeeded. */ |
| 37 | @MainThread |
| 38 | void onBound(IBinder binder); |
| 39 | |
| 40 | /** |
no outgoing calls
no test coverage detected