Home
last modified time | relevance | path

Searched refs:getStableSelection (Results 1 – 2 of 2) sorted by relevance

/packages/apps/DocumentsUI/src/com/android/documentsui/files/
DActionHandler.java144 Selection<String> selection = getStableSelection(); in openSelectedInNewWindow()
230 final MutableSelection<String> selection = this.getStableSelection(); in getSelectedOrFocused()
354 Selection<String> selection = getStableSelection(); in shareSelectedDocuments()
/packages/apps/DocumentsUI/src/com/android/documentsui/
DAbstractActionHandler.java559 protected MutableSelection<String> getStableSelection() { in getStableSelection() method in AbstractActionHandler