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

1 23 4 5 6

  /external/libgdx/backends/gdx-backends-gwt/
issues.txt 59 RemoteInput.java
  /frameworks/support/compat/java/android/support/v4/app/
NotificationCompat.java 227 * with the most recent inputs that have been sent through a {@link RemoteInput} of this
505 RemoteInputCompatBase.RemoteInput.Factory remoteInputFactory);
598 RemoteInputCompatBase.RemoteInput.Factory remoteInputFactory) {
662 RemoteInput.FACTORY);
669 parcelables, Action.FACTORY, RemoteInput.FACTORY);
727 RemoteInput.FACTORY);
772 RemoteInput.FACTORY);
779 parcelables, Action.FACTORY, RemoteInput.FACTORY);
    [all...]
  /developers/build/prebuilts/gradle/ElizaChat/
README.md 31 .addRemoteInput(new RemoteInput.Builder(EXTRA_REPLY)
51 Bundle remoteInputResults = RemoteInput.getResultsFromIntent(intent);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
RemoteInputController.java 86 * @return true if {@param entry} has an active RemoteInput
93 * @return true if any entry has an active RemoteInput
BaseStatusBar.java 29 import android.app.RemoteInput;
413 RemoteInput[] inputs = null;
414 if (tag instanceof RemoteInput[]) {
415 inputs = (RemoteInput[]) tag;
422 RemoteInput input = null;
424 for (RemoteInput i : inputs) {
    [all...]
  /development/samples/ShortcutDemo/publisher/src/com/example/android/pm/shortcutdemo/
ShortcutPublisher.java 24 import android.app.RemoteInput;
283 final RemoteInput ri = new RemoteInput.Builder("result").setLabel("Remote input").build();
  /developers/samples/android/wearable/wear/Notifications/
template-params.xml 63 <android>android.support.v4.app.RemoteInput</android>
  /external/libgdx/tests/gdx-tests/src/com/badlogic/gdx/tests/
InputTest.java 29 // Gdx.input = new RemoteInput();
  /frameworks/base/docs/html/sdk/api_diff/20/
missingSinces.txt 6 NO DOC BLOCK: android.app.RemoteInput Class
7 NO DOC BLOCK: android.app.RemoteInput.Builder Class
user_comments_for_19_to_20.xml 205 <identifier id="android.app.RemoteInput"/>
211 <identifier id="android.app.RemoteInput.Builder"/>
  /developers/build/prebuilts/gradle/Notifications/Wearable/src/main/java/com/example/android/support/wearable/notifications/
NotificationPresets.java 21 import android.app.RemoteInput;
97 .addRemoteInput(new RemoteInput.Builder(MainActivity.KEY_REPLY)
  /developers/samples/android/wearable/wear/Notifications/Wearable/src/main/java/com/example/android/support/wearable/notifications/
NotificationPresets.java 21 import android.app.RemoteInput;
97 .addRemoteInput(new RemoteInput.Builder(MainActivity.KEY_REPLY)
  /development/samples/browseable/Notifications/Wearable/src/com.example.android.support.wearable.notifications/
NotificationPresets.java 21 import android.app.RemoteInput;
97 .addRemoteInput(new RemoteInput.Builder(MainActivity.KEY_REPLY)
  /platform_testing/tests/androidbvt/src/com/android/androidbvt/
SysUINotificationShadeTests.java 23 import android.app.RemoteInput;
238 .addRemoteInput(new RemoteInput.Builder(KEY_QUICK_REPLY_TEXT)
  /platform_testing/tests/functional/notificationtests/src/com/android/notification/functional/
NotificationHelper.java 27 import android.app.RemoteInput;
324 .addRemoteInput(new RemoteInput.Builder(KEY_QUICK_REPLY_TEXT)
  /external/libgdx/gdx/src/com/badlogic/gdx/input/
RemoteSender.java 26 /** Sends all inputs from touch, key, accelerometer and compass to a {@link RemoteInput} at the given ip/port. Instantiate this and
  /frameworks/base/docs/html/sdk/api_diff/20/changes/
android.app.Notification.Action.html 94 <nobr><code>RemoteInput[]</code>&nbsp;<A HREF="../../../../reference/android/app/Notification.Action.html#getRemoteInputs()" target="_top"><code>getRemoteInputs</code></A>()</nobr>
classes_index_all.html 215 <A HREF="pkg_android.app.html#RemoteInput" class="hiddenlink" target="rightframe"><b>RemoteInput</b></A><br>
216 <A HREF="pkg_android.app.html#RemoteInput.Builder" class="hiddenlink" target="rightframe"><b>RemoteInput.Builder</b></A><br>
  /frameworks/support/compat/kitkat/android/support/v4/app/
NotificationCompatKitKat.java 140 RemoteInputCompatBase.RemoteInput.Factory remoteInputFactory) {
  /prebuilts/sdk/current/support/v13/
android-support-v13.jar 
  /prebuilts/sdk/current/support/v4/
android-support-v4.jar 
  /frameworks/base/docs/html/guide/topics/ui/notifiers/
notifications.jd 437 <li>Create an instance of {@link android.support.v4.app.RemoteInput.Builder}
447 RemoteInput remoteInput = new RemoteInput.Builder(KEY_TEXT_REPLY)
452 <li>Attach the {@link android.support.v4.app.RemoteInput}
460 .addRemoteInput(remoteInput)
509 <li>Call {@link android.support.v4.app.RemoteInput#getResultsFromIntent
515 Bundle remoteInput = RemoteInput.getResultsFromIntent(intent);
520 android.support.v4.app.RemoteInput.Builder} constructor). You can complet
    [all...]
  /frameworks/base/core/java/android/app/
Notification.java 802 * with the most recent inputs that have been sent through a {@link RemoteInput} of this
    [all...]
  /frameworks/base/docs/html-intl/intl/ja/distribute/googleplay/quality/
wear.jd 131 ?????? ??????????????????{@code RemoteInput} ???{@code WearableExtender} ????????<a href="{@docRoot}training/wearables/notifications/index.html">????????????</a>?
  /frameworks/base/docs/html-intl/intl/zh-cn/distribute/googleplay/quality/
wear.jd 149 ??????????????{@code RemoteInput} ?

Completed in 649 milliseconds

1 23 4 5 6