HomeSort by relevance Sort by last modified time
    Searched defs:RemoteInput (Results 1 - 10 of 10) sorted by null

  /frameworks/support/v4/donut/android/support/v4/app/
RemoteInputCompatBase.java 23 public static abstract class RemoteInput {
31 public RemoteInput build(String resultKey, CharSequence label,
33 public RemoteInput[] newArray(int length);
  /frameworks/base/core/java/android/app/
RemoteInput.java 27 * A {@code RemoteInput} object specifies input to be collected from a user to be passed along with
29 * Always use {@link RemoteInput.Builder} to create instances of this class.
34 * <p>The following example adds a {@code RemoteInput} to a {@link Notification.Action},
44 * <b>.addRemoteInput(new RemoteInput.Builder(KEY_QUICK_REPLY_TEXT)
55 * Bundle results = RemoteInput.getResultsFromIntent(intent);
60 public final class RemoteInput implements Parcelable {
62 public static final String RESULTS_CLIP_LABEL = "android.remoteinput.results";
65 public static final String EXTRA_RESULTS_DATA = "android.remoteinput.resultsData";
79 private RemoteInput(String resultKey, CharSequence label, CharSequence[] choices,
128 * Builder class for {@link RemoteInput} objects
    [all...]
  /frameworks/support/v4/java/android/support/v4/app/
RemoteInput.java 25 * Helper for using the {@link android.app.RemoteInput} API
28 public final class RemoteInput extends RemoteInputCompatBase.RemoteInput {
29 private static final String TAG = "RemoteInput";
43 private RemoteInput(String resultKey, CharSequence label, CharSequence[] choices,
92 * Builder class for {@link android.support.v4.app.RemoteInput} objects.
102 * Create a builder object for {@link android.support.v4.app.RemoteInput} objects.
153 * @see RemoteInput#getExtras
173 * {@link android.support.v4.app.RemoteInput} object.
175 public RemoteInput build()
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
RemoteInputView.java 21 import android.app.RemoteInput;
60 private static final String TAG = "RemoteInput";
69 private RemoteInput[] mRemoteInputs;
70 private RemoteInput mRemoteInput;
123 RemoteInput.addResultsToIntent(mRemoteInputs, fillInIntent,
210 public void setRemoteInput(RemoteInput[] remoteInputs, RemoteInput remoteInput) {
212 mRemoteInput = remoteInput;
334 RemoteInput[] inputs = a.getRemoteInputs()
    [all...]
  /prebuilts/sdk/current/support/v13/
android-support-v13.jar 
  /prebuilts/sdk/current/support/v4/
android-support-v4.jar 
  /prebuilts/sdk/21/
android.jar 
  /prebuilts/sdk/22/
android.jar 
  /prebuilts/sdk/23/
android.jar 
  /prebuilts/sdk/24/
android.jar 

Completed in 372 milliseconds