Searched refs:refreshDocument (Results 1 – 4 of 4) sorted by relevance
547 mHandler.refreshDocument(null, (boolean answer) -> { in testRefresh_nullUri()559 mHandler.refreshDocument(new DocumentInfo(), (boolean answer) -> { in testRefresh_emptyStack()571 mHandler.refreshDocument(mEnv.model.getDocument( in testRefresh()
83 void refreshDocument(DocumentInfo doc, BooleanConsumer callback); in refreshDocument() method
211 public void refreshDocument(DocumentInfo doc, BooleanConsumer callback) { in refreshDocument() method in AbstractActionHandler
1332 mActions.refreshDocument(doc, (boolean refreshSupported) -> { in onRefresh()