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

  /frameworks/support/compat/gingerbread/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/compat/java/android/support/v4/app/
RemoteInput.java 28 * Helper for using the {@link android.app.RemoteInput} API
31 public final class RemoteInput extends RemoteInputCompatBase.RemoteInput {
32 private static final String TAG = "RemoteInput";
46 RemoteInput(String resultKey, CharSequence label, CharSequence[] choices,
100 * Builder class for {@link android.support.v4.app.RemoteInput} objects.
110 * Create a builder object for {@link android.support.v4.app.RemoteInput} objects.
161 * @see RemoteInput#getExtras
181 * {@link android.support.v4.app.RemoteInput} object.
183 public RemoteInput build()
    [all...]
  /external/libgdx/gdx/src/com/badlogic/gdx/input/
RemoteInput.java 34 * instantiate it and specify the port it should listen on for incoming connections (default 8190). Then store the new RemoteInput
49 public class RemoteInput implements Runnable, Input {
194 public RemoteInput () {
198 public RemoteInput (RemoteInputListener listener) {
202 public RemoteInput (int port) {
206 public RemoteInput (int port, RemoteInputListener listener) {
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
RemoteInputView.java 23 import android.app.RemoteInput;
67 private static final String TAG = "RemoteInput";
78 private RemoteInput[] mRemoteInputs;
79 private RemoteInput mRemoteInput;
138 RemoteInput.addResultsToIntent(mRemoteInputs, fillInIntent,
248 public void setRemoteInput(RemoteInput[] remoteInputs, RemoteInput remoteInput) {
250 mRemoteInput = remoteInput;
398 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 
  /prebuilts/sdk/25/
android.jar 
  /prebuilts/sdk/current/
android.jar 
  /prebuilts/sdk/system_current/
android.jar 

Completed in 237 milliseconds