Searched refs:refreshDocument (Results 1 – 4 of 4) sorted by relevance
565 mHandler.refreshDocument(null, (boolean answer) -> { in testRefresh_nullUri()577 mHandler.refreshDocument(new DocumentInfo(), (boolean answer) -> { in testRefresh_emptyStack()589 mHandler.refreshDocument(mEnv.model.getDocument( in testRefresh()
81 void refreshDocument(DocumentInfo doc, BooleanConsumer callback); in refreshDocument() method
197 public void refreshDocument(DocumentInfo doc, BooleanConsumer callback) { in refreshDocument() method in AbstractActionHandler
1131 mActions.refreshDocument(doc, (boolean refreshSupported) -> { in onRefresh()