Home
last modified time | relevance | path

Searched refs:findRemoteInputActionPair (Results 1 – 9 of 9) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DSmartReplyStateInflater.kt190 val remoteInputActionPair = notification.findRemoteInputActionPair(false /* freeform */)
192 notification.findRemoteInputActionPair(true /* freeform */)
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/policy/
H A DInflatedSmartRepliesTest.java585 when(mNotification.findRemoteInputActionPair(false)).thenReturn(remoteInputActionPair); in setupAppGeneratedReplies()
593 when(mNotification.findRemoteInputActionPair(true)).thenReturn( in setupAppGeneratedReplies()
/aosp14/frameworks/base/core/tests/coretests/src/android/app/
H A DNotificationTest.java1454 Assert.assertNull(notification.findRemoteInputActionPair(false)); in testFreeformRemoteInputActionPair_noRemoteInput()
1481 notification.findRemoteInputActionPair(false); in testFreeformRemoteInputActionPair_hasRemoteInput()
1500 Assert.assertNull(notification.findRemoteInputActionPair(true)); in testFreeformRemoteInputActionPair_requestFreeform_noFreeformRemoteInput()
1531 notification.findRemoteInputActionPair(true); in testFreeformRemoteInputActionPair_requestFreeform_hasFreeformRemoteInput()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
H A DNotificationContentView.java1238 return null != notification.findRemoteInputActionPair(true /* freeform */);
/aosp14/frameworks/base/core/java/android/app/
H A DNotification.java3820 public Pair<RemoteInput, Action> findRemoteInputActionPair(boolean requiresFreeform) { in findRemoteInputActionPair() method in Notification
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/boot/
H A Dboot-image-profile.txt2296 HSPLandroid/app/Notification;->findRemoteInputActionPair(Z)Landroid/util/Pair;
/aosp14/frameworks/base/config/
H A Dboot-image-profile.txt2296 HSPLandroid/app/Notification;->findRemoteInputActionPair(Z)Landroid/util/Pair;
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt6191 …l.Pair<android.app.RemoteInput,android.app.Notification.Action> findRemoteInputActionPair(boolean);