Home
last modified time | relevance | path

Searched defs:Selection (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/java/android/text/
DSelection.java26 public class Selection { class
27 private Selection() { /* cannot be instantiated */ } in Selection() method in Selection
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/dirlist/
DMultiSelectManager.java654 public static final class Selection implements Parcelable { class in MultiSelectManager
671 public Selection() { in Selection() method in MultiSelectManager.Selection
679 private Selection(String directoryKey, Set<String> selection) { in Selection() method in MultiSelectManager.Selection