Home
last modified time | relevance | path

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

/packages/apps/DocumentsUI/tests/unit/com/android/documentsui/files/
DActionHandlerTest.java547 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()
/packages/apps/DocumentsUI/src/com/android/documentsui/
DActionHandler.java83 void refreshDocument(DocumentInfo doc, BooleanConsumer callback); in refreshDocument() method
DAbstractActionHandler.java211 public void refreshDocument(DocumentInfo doc, BooleanConsumer callback) { in refreshDocument() method in AbstractActionHandler
/packages/apps/DocumentsUI/src/com/android/documentsui/dirlist/
DDirectoryFragment.java1332 mActions.refreshDocument(doc, (boolean refreshSupported) -> { in onRefresh()