Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/textclassifier/
DExtrasUtils.java43 private static final String ACTIONS_INTENTS = "actions-intents"; field in ExtrasUtils
150 container.putParcelableArrayList(ACTIONS_INTENTS, actionsIntents); in putActionsIntents()
219 return classification.getExtras().getParcelableArrayList(ACTIONS_INTENTS); in getActionsIntents()