Searched defs:RemoteInput (Results 1 - 3 of 3) sorted by relevance

/frameworks/support/compat/java/android/support/v4/app/
H A DRemoteInputCompatBase.java33 public abstract static class RemoteInput { class in class:RemoteInputCompatBase
38 public RemoteInput() {} method in class:RemoteInputCompatBase.RemoteInput
81 RemoteInput build(String resultKey, CharSequence label,
84 RemoteInput[] newArray(int length);
H A DRemoteInput.java34 * Helper for using the {@link android.app.RemoteInput}.
36 public final class RemoteInput extends RemoteInputCompatBase.RemoteInput { class in inherits:RemoteInputCompatBase.RemoteInput
37 private static final String TAG = "RemoteInput";
56 RemoteInput(String resultKey, CharSequence label, CharSequence[] choices, method in class:RemoteInput
128 * Builder class for {@link android.support.v4.app.RemoteInput} objects.
139 * Create a builder object for {@link android.support.v4.app.RemoteInput} objects.
210 * @see RemoteInput#getExtras
230 * {@link android.support.v4.app.RemoteInput} object.
232 public RemoteInput buil
[all...]
/frameworks/base/core/java/android/app/
H A DRemoteInput.java32 * A {@code RemoteInput} object specifies input to be collected from a user to be passed along with
34 * Always use {@link RemoteInput.Builder} to create instances of this class.
39 * <p>The following example adds a {@code RemoteInput} to a {@link Notification.Action},
49 * <b>.addRemoteInput(new RemoteInput.Builder(KEY_QUICK_REPLY_TEXT)
60 * Bundle results = RemoteInput.getResultsFromIntent(intent);
65 public final class RemoteInput implements Parcelable { class in inherits:Parcelable
89 private RemoteInput(String resultKey, CharSequence label, CharSequence[] choices, method in class:RemoteInput
159 * Builder class for {@link RemoteInput} objects.
170 * Create a builder object for {@link RemoteInput} objects.
250 * @see RemoteInput#getExtra
286 private RemoteInput(Parcel in) { method in class:RemoteInput
[all...]

Completed in 711 milliseconds