Home
last modified time | relevance | path

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

/frameworks/support/v4/java/android/support/v4/app/
DRemoteInput.java32 public static final String RESULTS_CLIP_LABEL = RemoteInputCompatJellybean.RESULTS_CLIP_LABEL;
35 public static final String EXTRA_RESULTS_DATA = RemoteInputCompatJellybean.EXTRA_RESULTS_DATA;
231 return RemoteInputCompatJellybean.getResultsFromIntent(intent); in getResultsFromIntent()
236 RemoteInputCompatJellybean.addResultsToIntent(remoteInputs, intent, results); in addResultsToIntent()
/frameworks/support/v4/jellybean/android/support/v4/app/
DNotificationCompatJellybean.java249 remoteInputs = RemoteInputCompatJellybean.fromBundleArray( in readAction()
262 RemoteInputCompatJellybean.toBundleArray(action.getRemoteInputs())); in writeActionAndGetExtras()
363 RemoteInputCompatJellybean.fromBundleArray( in getActionFromBundle()
386 bundle.putParcelableArray(KEY_REMOTE_INPUTS, RemoteInputCompatJellybean.toBundleArray( in getBundleForAction()
DRemoteInputCompatJellybean.java24 class RemoteInputCompatJellybean { class