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

  /cts/tests/app/src/android/app/cts/
RemoteInputTest.java 19 import android.app.RemoteInput;
33 RemoteInput input = newDataOnlyRemoteInput();
43 RemoteInput input = newTextRemoteInput();
52 RemoteInput input = newChoicesOnlyRemoteInput();
64 RemoteInput input =
65 new RemoteInput.Builder(RESULT_KEY)
79 RemoteInput input = newDataOnlyRemoteInput();
83 RemoteInput.addDataResultToIntent(input, intent, putResults);
90 RemoteInput input = newTextRemoteInput();
94 RemoteInput[] arr = new RemoteInput[1]
    [all...]
  /frameworks/support/compat/src/androidTest/java/androidx/core/app/
RemoteInputTest.java 50 RemoteInput input = newDataOnlyRemoteInput();
61 RemoteInput input = newTextRemoteInput();
71 RemoteInput input = newChoicesOnlyRemoteInput();
84 RemoteInput input =
85 new RemoteInput.Builder(RESULT_KEY)
101 RemoteInput input = newDataOnlyRemoteInput();
105 RemoteInput.addDataResultToIntent(input, intent, putResults);
114 RemoteInput input = newTextRemoteInput();
118 RemoteInput[] arr = new RemoteInput[1]
    [all...]
  /frameworks/support/compat/src/main/java/androidx/core/app/
RemoteInput.java 35 * Helper for using the {@link android.app.RemoteInput}.
37 public final class RemoteInput {
38 private static final String TAG = "RemoteInput";
41 public static final String RESULTS_CLIP_LABEL = "android.remoteinput.results";
44 public static final String EXTRA_RESULTS_DATA = "android.remoteinput.resultsData";
48 "android.remoteinput.dataTypeResultsData";
57 RemoteInput(String resultKey, CharSequence label, CharSequence[] choices,
123 * Builder class for {@link androidx.core.app.RemoteInput} objects.
134 * Create a builder object for {@link androidx.core.app.RemoteInput} objects.
205 * @see RemoteInput#getExtra
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
RemoteInputView.java 23 import android.app.RemoteInput;
71 private static final String TAG = "RemoteInput";
82 private RemoteInput[] mRemoteInputs;
83 private RemoteInput mRemoteInput;
144 RemoteInput.addResultsToIntent(mRemoteInputs, fillInIntent,
146 RemoteInput.setResultsSource(fillInIntent, RemoteInput.SOURCE_FREE_FORM_INPUT);
270 public void setRemoteInput(RemoteInput[] remoteInputs, RemoteInput remoteInput) {
    [all...]
  /frameworks/base/core/java/android/app/
RemoteInput.java 38 * A {@code RemoteInput} object specifies input to be collected from a user to be passed along with
40 * Always use {@link RemoteInput.Builder} to create instances of this class.
45 * <p>The following example adds a {@code RemoteInput} to a {@link Notification.Action},
55 * <b>.addRemoteInput(new RemoteInput.Builder(KEY_QUICK_REPLY_TEXT)
66 * Bundle results = RemoteInput.getResultsFromIntent(intent);
71 public final class RemoteInput implements Parcelable {
73 public static final String RESULTS_CLIP_LABEL = "android.remoteinput.results";
76 public static final String EXTRA_RESULTS_DATA = "android.remoteinput.resultsData";
80 "android.remoteinput.dataTypeResultsData";
83 private static final String EXTRA_RESULTS_SOURCE = "android.remoteinput.resultsSource"
    [all...]
  /frameworks/support/slices/view/src/main/java/androidx/slice/widget/
RemoteInputView.java 21 import android.app.RemoteInput;
66 private static final String TAG = "RemoteInput";
77 private RemoteInput[] mRemoteInputs;
78 private RemoteInput mRemoteInput;
128 RemoteInput.addResultsToIntent(mRemoteInputs, fillInIntent,
196 public void setRemoteInput(RemoteInput[] remoteInputs, RemoteInput remoteInput) {
198 mRemoteInput = remoteInput;
  /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/27/
android.jar 
  /prebuilts/sdk/28/
android.jar 
  /prebuilts/sdk/current/
android.jar 
  /prebuilts/sdk/system_28/
android.jar 
  /prebuilts/sdk/system_current/
android.jar 
  /prebuilts/misc/common/robolectric/android-all/
android-all-stubs.jar 

Completed in 206 milliseconds