HomeSort by relevance Sort by last modified time
    Searched full:remoteinput (Results 26 - 50 of 145) sorted by null

12 3 4 5 6

  /developers/build/prebuilts/gradle/Notifications/.google/
packaging.yaml 19 - android:android.support.v4.app.RemoteInput
  /developers/build/prebuilts/gradle/Notifications/Application/src/main/java/com/example/android/support/wearable/notifications/
NotificationIntentReceiver.java 23 import android.support.v4.app.RemoteInput;
44 Bundle remoteInputResults = RemoteInput.getResultsFromIntent(intent);
  /developers/samples/android/wearable/wear/Notifications/Application/src/main/java/com/example/android/support/wearable/notifications/
NotificationIntentReceiver.java 23 import android.support.v4.app.RemoteInput;
44 Bundle remoteInputResults = RemoteInput.getResultsFromIntent(intent);
  /development/samples/browseable/Notifications/Application/src/com.example.android.support.wearable.notifications/
NotificationIntentReceiver.java 23 import android.support.v4.app.RemoteInput;
44 Bundle remoteInputResults = RemoteInput.getResultsFromIntent(intent);
  /frameworks/base/docs/html/reference/android/support/wearable/input/
package-summary.html 171 Constants for customizing a <code><a href="/reference/android/app/RemoteInput.html">RemoteInput</a></code> instance.&nbsp;
  /packages/apps/Messaging/src/com/android/messaging/datamodel/
NoConfirmationSmsSendService.java 23 import android.support.v4.app.RemoteInput;
137 final Bundle remoteInput = RemoteInput.getResultsFromIntent(intent);
138 if (remoteInput != null) {
139 final CharSequence extra = remoteInput.getCharSequence(textType);
  /frameworks/base/docs/html/wear/preview/features/
notifications.jd 94 <a href=" {@docRoot}reference/android/support/v4/app/RemoteInput.html">{@code RemoteInput}</a>
95 (e.g., a Reply action), then the choices you set with <a href="http://developer.android.com/reference/android/support/v4/app/RemoteInput.Builder.html#setChoices(java.lang.CharSequence[])">{@code setChoices()}</a>
177 the expanded notification and in {@code RemoteInput}. These augment the fixed
179 <a href="http://developer.android.com/reference/android/support/v4/app/RemoteInput.html">{@code RemoteInput}</a>
181 <a href="{@docRoot}reference/android/support/v4/app/RemoteInput.Builder.html#setChoices(java.lang.CharSequence[])">{@code setChoices()}</a> method.
189 <a href="{@docRoot}reference/android/support/v4/app/RemoteInput.Builder.html#setChoices(java.lang.CharSequence[])">{@code setChoices()}</a> method.
202 <a href="{@docRoot}reference/android/app/RemoteInput.html">{@code RemoteInput}</a
    [all...]
ime.jd 74 <a href="{@docRoot}reference/android/support/v4/app/RemoteInput.html">RemoteInput</a></code> API.</li>
89 <a href="http://developer.android.com/reference/android/support/v4/app/RemoteInput.html">{@code RemoteInput}</a>
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
RemoteInputView.java 23 import android.app.RemoteInput;
66 private static final String TAG = "RemoteInput";
75 private RemoteInput[] mRemoteInputs;
76 private RemoteInput mRemoteInput;
133 RemoteInput.addResultsToIntent(mRemoteInputs, fillInIntent,
243 public void setRemoteInput(RemoteInput[] remoteInputs, RemoteInput remoteInput) {
245 mRemoteInput = remoteInput;
378 RemoteInput[] inputs = a.getRemoteInputs()
    [all...]
  /frameworks/support/compat/api24/android/support/v4/app/
NotificationCompatApi24.java 21 import android.app.RemoteInput;
117 for (RemoteInput remoteInput : RemoteInputCompatApi20.fromCompat(
119 actionBuilder.addRemoteInput(remoteInput);
  /frameworks/base/docs/html/sdk/api_diff/20/changes/
pkg_android.app.html 119 <A NAME="RemoteInput"></A>
120 <nobr><A HREF="../../../../reference/android/app/RemoteInput.html" target="_top"><code>RemoteInput</code></A></nobr>
126 <A NAME="RemoteInput.Builder"></A>
127 <nobr><A HREF="../../../../reference/android/app/RemoteInput.Builder.html" target="_top"><code>RemoteInput.Builder</code></A></nobr>
classes_index_additions.html 71 <A HREF="pkg_android.app.html#RemoteInput" class="hiddenlink" target="rightframe"><b>RemoteInput</b></A><br>
72 <A HREF="pkg_android.app.html#RemoteInput.Builder" class="hiddenlink" target="rightframe"><b>RemoteInput.Builder</b></A><br>
  /developers/build/prebuilts/gradle/Notifications/Wearable/src/main/java/com/example/android/support/wearable/notifications/
MainActivity.java 22 import android.app.RemoteInput;
50 Bundle inputResults = RemoteInput.getResultsFromIntent(getIntent());
  /developers/samples/android/wearable/wear/ElizaChat/
template-params.xml 88 .addRemoteInput(new RemoteInput.Builder(EXTRA_REPLY)
108 Bundle remoteInputResults = RemoteInput.getResultsFromIntent(intent);
  /developers/samples/android/wearable/wear/Notifications/Wearable/src/main/java/com/example/android/support/wearable/notifications/
MainActivity.java 22 import android.app.RemoteInput;
50 Bundle inputResults = RemoteInput.getResultsFromIntent(getIntent());
  /development/samples/browseable/Notifications/Wearable/src/com.example.android.support.wearable.notifications/
MainActivity.java 22 import android.app.RemoteInput;
50 Bundle inputResults = RemoteInput.getResultsFromIntent(getIntent());
  /frameworks/base/docs/html/wear/preview/
api-overview.jd 160 <a href="{@docRoot}reference/android/app/RemoteInput.html">{@code RemoteInput}</a>.
169 <img src="{@docRoot}wear/preview/images/remoteinput.png" height="350"
175 <a href="{@docRoot}reference/android/app/RemoteInput.html">Remote Input</a>.
188 appears within <a href="{@docRoot}reference/android/app/RemoteInput.html">{@code RemoteInput}</a>
191 <a href="{@docRoot}reference/android/app/RemoteInput.Builder.html#setChoices(java.lang.CharSequence[])">setChoices()</a>
192 method in the {@code RemoteInput} API to enable users to select from a list
  /developers/build/prebuilts/gradle/ElizaChat/Application/src/main/java/com/example/android/wearable/elizachat/
ResponderService.java 27 import android.support.v4.app.RemoteInput;
78 Bundle remoteInputResults = RemoteInput.getResultsFromIntent(intent);
108 .addRemoteInput(new RemoteInput.Builder(EXTRA_REPLY)
  /developers/samples/android/wearable/wear/ElizaChat/Application/src/main/java/com/example/android/wearable/elizachat/
ResponderService.java 27 import android.support.v4.app.RemoteInput;
78 Bundle remoteInputResults = RemoteInput.getResultsFromIntent(intent);
108 .addRemoteInput(new RemoteInput.Builder(EXTRA_REPLY)
  /development/samples/browseable/ElizaChat/src/com.example.android.wearable.elizachat/
ResponderService.java 27 import android.support.v4.app.RemoteInput;
78 Bundle remoteInputResults = RemoteInput.getResultsFromIntent(intent);
108 .addRemoteInput(new RemoteInput.Builder(EXTRA_REPLY)
  /frameworks/base/docs/html/sdk/support_api_diff/23.2.0/changes/
android.support.v4.app.RemoteInput.html 10 android.support.v4.app.RemoteInput
74 Class android.support.v4.app.<A HREF="../../../../reference/android/support/v4/app/RemoteInput.html" target="_top"><font size="+2"><code>RemoteInput</code></font></A>
  /cts/hostsidetests/net/app2/src/com/android/cts/net/hostside/app2/
MyBroadcastReceiver.java 45 import android.app.RemoteInput;
287 final RemoteInput remoteInput = new RemoteInput.Builder("RI")
292 .addRemoteInput(remoteInput)
  /frameworks/support/compat/jellybean/android/support/v4/app/
NotificationCompatJellybean.java 258 RemoteInputCompatBase.RemoteInput.Factory remoteInputFactory, int icon,
260 RemoteInputCompatBase.RemoteInput[] remoteInputs = null;
294 RemoteInputCompatBase.RemoteInput.Factory remoteInputFactory) {
361 RemoteInputCompatBase.RemoteInput.Factory remoteInputFactory) {
375 RemoteInputCompatBase.RemoteInput.Factory remoteInputFactory) {
  /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/docs/html/training/auto/messaging/
index.jd 407 // Build a RemoteInput for receiving voice input in a Car Notification
408 RemoteInput remoteInput = new RemoteInput.Builder(MY_VOICE_REPLY_KEY)
417 .setReplyAction(msgReplyPendingIntent, remoteInput);
441 android.support.v4.app.RemoteInput} object. When the Auto user
644 * RemoteInput.getResultsFromIntent() to process
645 * the RemoteInput.
648 Bundle remoteInput =
649 RemoteInput.getResultsFromIntent(intent)
    [all...]

Completed in 1167 milliseconds

12 3 4 5 6