Searched refs:RemoteInputCompatJellybean (Results 1 – 3 of 3) sorted by relevance
32 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()
249 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()
24 class RemoteInputCompatJellybean { class