Searched refs:refreshSupported (Results 1 – 2 of 2) sorted by relevance
105 boolean refreshSupported = false; in run()109 refreshSupported = client.refresh(mDoc.derivedUri, null, mSignal); in run()115 return refreshSupported; in run()125 public void finish(Boolean refreshSupported) { in finish() argument128 if (Boolean.TRUE.equals(refreshSupported)) { in finish()134 mCallback.accept(refreshSupported != null ? refreshSupported : Boolean.FALSE); in finish()
1339 mActions.refreshDocument(doc, (boolean refreshSupported) -> { in onRefresh()1340 if (refreshSupported) { in onRefresh()