Searched refs:SELECTION (Results 1 – 3 of 3) sorted by relevance
2233 private static final String SELECTION = "selected=1"; field in CalendarContract.EventDays2263 return cr.query(builder.build(), projection, SELECTION, in query()
280 startActionMode(Editor.TextActionMode.SELECTION, result); in startSelectionActionMode()307 case Editor.TextActionMode.SELECTION: in startActionMode()
194 @IntDef({TextActionMode.SELECTION, TextActionMode.INSERTION, TextActionMode.TEXT_LINK})196 int SELECTION = 0; field4076 mHasSelection = mode == TextActionMode.SELECTION in TextActionModeCallback()