Searched defs:KEY_CHOICES (Results 1 - 1 of 1) sorted by relevance

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

Completed in 23 milliseconds