Home
last modified time | relevance | path

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

/frameworks/support/v4/jellybean/android/support/v4/app/
DRemoteInputCompatJellybean.java32 private static final String KEY_LABEL = "label"; field in RemoteInputCompatJellybean
40 data.getCharSequence(KEY_LABEL), in fromBundle()
49 data.putCharSequence(KEY_LABEL, remoteInput.getLabel()); in toBundle()