D | AbstractRemoteService.java | 67 public abstract class AbstractRemoteService<S extends AbstractRemoteService<S, I>, class 117 AbstractRemoteService(@NonNull Context context, @NonNull String serviceInterface, in AbstractRemoteService() method in AbstractRemoteService 134 mHandler.sendMessage(obtainMessage(AbstractRemoteService::handleDestroy, this)); in destroy() 223 mHandler.sendMessage(obtainMessage(AbstractRemoteService::handleBinderDied, this)); in binderDied() 293 AbstractRemoteService::handlePendingRequest, this, pendingRequest)); in scheduleRequest() 303 obtainMessage(AbstractRemoteService::handleFinishRequest, this, finshedRequest)); in finishRequest() 325 obtainMessage(AbstractRemoteService::handlePendingRequest, this, asyncRequest)); in scheduleAsyncRequest() 357 mHandler.sendMessage(obtainMessage(AbstractRemoteService::handleEnsureBound, this) in scheduleBind() 387 mHandler.sendMessageDelayed(obtainMessage(AbstractRemoteService::handleUnbind, this) in scheduleUnbind() 486 service.linkToDeath(AbstractRemoteService.this, 0); in onServiceConnected() [all …]
|