Home
last modified time | relevance | path

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

/frameworks/support/compat/java/android/support/v4/app/
DNotificationCompatJellybean.java47 private static final String KEY_REMOTE_INPUTS = "remoteInputs"; field in NotificationCompatJellybean
237 fromBundleArray(getBundleArrayFromBundle(bundle, KEY_REMOTE_INPUTS)), in getActionFromBundle()
256 bundle.putParcelableArray(KEY_REMOTE_INPUTS, toBundleArray(action.getRemoteInputs())); in getBundleForAction()