Home
last modified time | relevance | path

Searched refs:remoteInputs (Results 1 – 25 of 34) sorted by relevance

12

/frameworks/support/compat/jellybean/android/support/v4/app/
DRemoteInputCompatJellybean.java92 RemoteInputCompatBase.RemoteInput[] remoteInputs = factory.newArray(bundles.length); in fromBundleArray() local
94 remoteInputs[i] = fromBundle(bundles[i], factory); in fromBundleArray()
96 return remoteInputs; in fromBundleArray()
99 static Bundle[] toBundleArray(RemoteInputCompatBase.RemoteInput[] remoteInputs) { in toBundleArray() argument
100 if (remoteInputs == null) { in toBundleArray()
103 Bundle[] bundles = new Bundle[remoteInputs.length]; in toBundleArray()
104 for (int i = 0; i < remoteInputs.length; i++) { in toBundleArray()
105 bundles[i] = toBundle(remoteInputs[i]); in toBundleArray()
142 static void addResultsToIntent(RemoteInputCompatBase.RemoteInput[] remoteInputs, Intent intent, in addResultsToIntent() argument
152 for (RemoteInputCompatBase.RemoteInput remoteInput : remoteInputs) { in addResultsToIntent()
DNotificationCompatJellybean.java264 RemoteInputCompatBase.RemoteInput[] remoteInputs = null; in readAction() local
268 remoteInputs = RemoteInputCompatJellybean.fromBundleArray( in readAction()
276 return factory.build(icon, title, actionIntent, extras, remoteInputs, in readAction()
/frameworks/support/compat/java/android/support/v4/app/
DRemoteInput.java287 public static void addResultsToIntent(RemoteInput[] remoteInputs, Intent intent, in addResultsToIntent() argument
289 IMPL.addResultsToIntent(remoteInputs, intent, results); in addResultsToIntent()
310 void addResultsToIntent(RemoteInput[] remoteInputs, Intent intent, in addResultsToIntent() argument
331 public void addResultsToIntent(RemoteInput[] remoteInputs, Intent intent, Bundle results) { in addResultsToIntent() argument
357 public void addResultsToIntent(RemoteInput[] remoteInputs, Intent intent, Bundle results) { in addResultsToIntent() argument
358 RemoteInputCompatJellybean.addResultsToIntent(remoteInputs, intent, results); in addResultsToIntent()
382 public void addResultsToIntent(RemoteInput[] remoteInputs, Intent intent, Bundle results) { in addResultsToIntent() argument
383 RemoteInputCompatApi20.addResultsToIntent(remoteInputs, intent, results); in addResultsToIntent()
DNotificationCompat.java2601 RemoteInput[] remoteInputs, RemoteInput[] dataOnlyRemoteInputs, in Action() argument
2607 this.mRemoteInputs = remoteInputs; in Action()
2701 RemoteInput[] remoteInputs, boolean allowGeneratedReplies) { in Builder() argument
2706 mRemoteInputs = remoteInputs == null ? null : new ArrayList<>( in Builder()
2707 Arrays.asList(remoteInputs)); in Builder()
3061 RemoteInputCompatBase.RemoteInput[] remoteInputs,
3065 (RemoteInput[]) remoteInputs, (RemoteInput[]) dataOnlyRemoteInputs,
/frameworks/support/compat/api20/android/support/v4/app/
DNotificationCompatApi20.java177 RemoteInputCompatBase.RemoteInput[] remoteInputs = RemoteInputCompatApi20.toCompat( in getActionCompatFromAction() local
182 action.getExtras(), remoteInputs, null, allowGeneratedReplies); in getActionCompatFromAction()
200 RemoteInput[] remoteInputs = RemoteInputCompatApi20.fromCompat(remoteInputCompats); in getActionFromActionCompat() local
201 for (RemoteInput remoteInput : remoteInputs) { in getActionFromActionCompat()
DRemoteInputCompatApi20.java95 static void addResultsToIntent(RemoteInputCompatBase.RemoteInput[] remoteInputs, in addResultsToIntent() argument
106 for (RemoteInputCompatBase.RemoteInput input : remoteInputs) { in addResultsToIntent()
/frameworks/support/compat/ics/android/support/v4/app/
DNotificationCompatBase.java42 Bundle extras, RemoteInputCompatBase.RemoteInput[] remoteInputs, in build() argument
/frameworks/support/compat/tests/java/android/support/v4/app/
DNotificationCompatTest.java428 RemoteInput[] remoteInputs, String expectedResultKey) { in verifyRemoteInputArrayHasSingleResult() argument
429 assertTrue(remoteInputs != null && remoteInputs.length == 1); in verifyRemoteInputArrayHasSingleResult()
430 assertEquals(expectedResultKey, remoteInputs[0].getResultKey()); in verifyRemoteInputArrayHasSingleResult()
/frameworks/base/core/java/android/app/
DRemoteInput.java363 public static void addResultsToIntent(RemoteInput[] remoteInputs, Intent intent, in addResultsToIntent() argument
373 for (RemoteInput remoteInput : remoteInputs) { in addResultsToIntent()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DRemoteInputView.java256 public void setRemoteInput(RemoteInput[] remoteInputs, RemoteInput remoteInput) { in setRemoteInput() argument
257 mRemoteInputs = remoteInputs; in setRemoteInput()
/frameworks/base/core/java/android/widget/
DRemoteViews.java177 public void setRemoteInputs(int viewId, RemoteInput[] remoteInputs) { in setRemoteInputs() argument
178 mActions.add(new SetRemoteInputsAction(viewId, remoteInputs)); in setRemoteInputs()
2102 public SetRemoteInputsAction(int viewId, RemoteInput[] remoteInputs) {
2104 this.remoteInputs = remoteInputs;
2109 remoteInputs = parcel.createTypedArray(RemoteInput.CREATOR);
2115 dest.writeTypedArray(remoteInputs, flags);
2123 target.setTagInternal(R.id.remote_input_tag, remoteInputs);
2130 final Parcelable[] remoteInputs;
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DStatusBar.java6362 RemoteInput[] remoteInputs = action.getRemoteInputs();
6363 if (remoteInputs == null) {
6366 for (RemoteInput ri : remoteInputs) {
/frameworks/support/api/
D22.0.0.txt2108 field public static final java.lang.String EXTRA_REMOTE_INPUTS = "android.support.remoteInputs";
D22.1.0.txt2250 field public static final java.lang.String EXTRA_REMOTE_INPUTS = "android.support.remoteInputs";
D22.2.0.txt2618 field public static final java.lang.String EXTRA_REMOTE_INPUTS = "android.support.remoteInputs";
D22.2.1.txt2647 field public static final java.lang.String EXTRA_REMOTE_INPUTS = "android.support.remoteInputs";
D25.1.0.txt4868 field public static final java.lang.String EXTRA_REMOTE_INPUTS = "android.support.remoteInputs";
D25.0.0.txt4486 field public static final java.lang.String EXTRA_REMOTE_INPUTS = "android.support.remoteInputs";
D23.0.0.txt3219 field public static final java.lang.String EXTRA_REMOTE_INPUTS = "android.support.remoteInputs";
D25.2.0.txt4868 field public static final java.lang.String EXTRA_REMOTE_INPUTS = "android.support.remoteInputs";
D24.2.0.txt4431 field public static final java.lang.String EXTRA_REMOTE_INPUTS = "android.support.remoteInputs";
D26.0.0-alpha1.txt5686 field public static final java.lang.String EXTRA_REMOTE_INPUTS = "android.support.remoteInputs";
D23.2.1.txt3802 field public static final java.lang.String EXTRA_REMOTE_INPUTS = "android.support.remoteInputs";
D25.3.0.txt5249 field public static final java.lang.String EXTRA_REMOTE_INPUTS = "android.support.remoteInputs";
D23.2.0.txt3802 field public static final java.lang.String EXTRA_REMOTE_INPUTS = "android.support.remoteInputs";

12