Home
last modified time | relevance | path

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

/frameworks/support/v4/java/android/support/v4/app/
DNotificationCompatExtras.java66 public static final String EXTRA_REMOTE_INPUTS = field in NotificationCompatExtras
67 NotificationCompatJellybean.EXTRA_REMOTE_INPUTS;
/frameworks/support/v4/jellybean/android/support/v4/app/
DNotificationCompatJellybean.java39 static final String EXTRA_REMOTE_INPUTS = "android.support.remoteInputs"; field in NotificationCompatJellybean
250 BundleUtil.getBundleArrayFromBundle(extras, EXTRA_REMOTE_INPUTS), in readAction()
261 actionExtras.putParcelableArray(EXTRA_REMOTE_INPUTS, in writeActionAndGetExtras()