Home
last modified time | relevance | path

Searched defs:remoteInputs (Results 1 – 4 of 4) sorted by relevance

/core/core/src/main/java/androidx/core/app/
DNotificationCompatJellybean.java121 RemoteInput[] remoteInputs = null; in readAction() local
317 RemoteInput[] remoteInputs = new RemoteInput[bundles.length]; in fromBundleArray() local
324 private static Bundle[] toBundleArray(RemoteInput[] remoteInputs) { in toBundleArray()
DRemoteInput.java392 public static void addResultsToIntent(RemoteInput @NonNull [] remoteInputs, in addResultsToIntent()
609 static void addResultsToIntent(Object remoteInputs, Intent intent, Bundle results) { in addResultsToIntent()
DNotificationCompat.java5697 @Nullable Bundle extras, RemoteInput @Nullable [] remoteInputs, in Action()
5710 RemoteInput @Nullable [] remoteInputs, in Action()
5867 android.app.RemoteInput[] remoteInputs = Api20Impl.getRemoteInputs(action); in fromAndroidAction() local
5939 RemoteInput @Nullable [] remoteInputs, boolean allowGeneratedReplies, in Builder()
6851 android.app.RemoteInput[] remoteInputs = RemoteInput.fromCompat(remoteInputCompats); in getActionFromActionCompat() local
8962 final RemoteInput[] remoteInputs; in getActionCompatFromAction() local
/core/core/src/androidTest/java/androidx/core/app/
DNotificationCompatTest.java3734 RemoteInput[] remoteInputs, String expectedResultKey) { in verifyRemoteInputArrayHasSingleResult()