Home
last modified time | relevance | path

Searched defs:restoreSelection (Results 1 – 4 of 4) sorted by relevance

/packages/apps/DocumentsUI/src/com/android/documentsui/
DDocsSelectionHelper.java97 public void restoreSelection(Selection other) { in restoreSelection() method in DocsSelectionHelper
230 public void restoreSelection(Selection other) { in restoreSelection() method in DocsSelectionHelper.DummySelectionHelper
/packages/apps/DocumentsUI/tests/unit/com/android/documentsui/
DDocsSelectionHelperTest.java159 public void restoreSelection(Selection other) { in restoreSelection() method in DocsSelectionHelperTest.TestSelectionManager
/packages/apps/DocumentsUI/src/com/android/documentsui/selection/
DSelectionHelper.java73 public abstract void restoreSelection(Selection other); in restoreSelection() method in SelectionHelper
DDefaultSelectionHelper.java150 public void restoreSelection(Selection other) { in restoreSelection() method in DefaultSelectionHelper