Searched defs:restoreSelection (Results 1 – 4 of 4) sorted by relevance
| /packages/apps/DocumentsUI/src/com/android/documentsui/ | ||
| D | DocsSelectionHelper.java | 97 public void restoreSelection(Selection other) { in restoreSelection() method in DocsSelectionHelper |
| /packages/apps/DocumentsUI/tests/unit/com/android/documentsui/ | ||
| D | DocsSelectionHelperTest.java | 159 public void restoreSelection(Selection other) { in restoreSelection() method in DocsSelectionHelperTest.TestSelectionManager |
| /packages/apps/DocumentsUI/src/com/android/documentsui/selection/ | ||
| D | SelectionHelper.java | 73 public abstract void restoreSelection(Selection other); in restoreSelection() method in SelectionHelper |
| D | DefaultSelectionHelper.java | 150 public void restoreSelection(Selection other) { in restoreSelection() method in DefaultSelectionHelper |