Home
last modified time | relevance | path

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

/frameworks/support/compat/jellybean/android/support/v4/app/
DRemoteInputCompatJellybean.java46 private static final String KEY_CHOICES = "choices"; field in RemoteInputCompatJellybean
62 data.getCharSequenceArray(KEY_CHOICES), in fromBundle()
72 data.putCharSequenceArray(KEY_CHOICES, remoteInput.getChoices()); in toBundle()