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

/frameworks/support/compat/java/android/support/v4/app/
H A DRemoteInput.java35 public static final String RESULTS_CLIP_LABEL = RemoteInputCompatJellybean.RESULTS_CLIP_LABEL;
38 public static final String EXTRA_RESULTS_DATA = RemoteInputCompatJellybean.EXTRA_RESULTS_DATA;
239 return RemoteInputCompatJellybean.getResultsFromIntent(intent);
244 RemoteInputCompatJellybean.addResultsToIntent(remoteInputs, intent, results);
/frameworks/support/compat/jellybean/android/support/v4/app/
H A DNotificationCompatJellybean.java263 remoteInputs = RemoteInputCompatJellybean.fromBundleArray(
278 RemoteInputCompatJellybean.toBundleArray(action.getRemoteInputs()));
381 RemoteInputCompatJellybean.fromBundleArray(
404 bundle.putParcelableArray(KEY_REMOTE_INPUTS, RemoteInputCompatJellybean.toBundleArray(
H A DRemoteInputCompatJellybean.java24 class RemoteInputCompatJellybean { class

Completed in 216 milliseconds