Home
last modified time | relevance | path

Searched refs:dispatchExtResult (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Settings/src/com/android/settings/network/helper/
DLifecycleCallbackConverter.java84 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