Home
last modified time | relevance | path

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

/frameworks/support/v4/jellybean/android/support/v4/app/
DRemoteInputCompatJellybean.java34 private static final String KEY_ALLOW_FREE_FORM_INPUT = "allowFreeFormInput"; field in RemoteInputCompatJellybean
42 data.getBoolean(KEY_ALLOW_FREE_FORM_INPUT), in fromBundle()
51 data.putBoolean(KEY_ALLOW_FREE_FORM_INPUT, remoteInput.getAllowFreeFormInput()); in toBundle()