Home
last modified time | relevance | path

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

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