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

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

Completed in 7 milliseconds