Searched refs:dispatchExtResult (Results 1 – 1 of 1) sorted by relevance
84 dispatchExtResult(currentNumberOfChange, result); // Dispatch directly in postResult()92 ThreadUtils.postOnMainThread(() -> dispatchExtResult(numberOfStatusChange, result)); in postResultToUiThread()96 protected void dispatchExtResult(long numberOfStatusChange, T result) { in dispatchExtResult() method in LifecycleCallbackConverter