Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
H A DNotificationTest.java470 assertNull(notification.findRemoteInputActionPair(false)); in testFreeformRemoteInputActionPair_noRemoteInput()
496 notification.findRemoteInputActionPair(false); in testFreeformRemoteInputActionPair_hasRemoteInput()
514 assertNull(notification.findRemoteInputActionPair(true)); in testFreeformRemoteInputActionPair_requestFreeform_noFreeformRemoteInput()
544 notification.findRemoteInputActionPair(true); in testFreeformRemoteInputActionPair_requestFreeform_hasFreeformRemoteInput()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DSmartReplyStateInflater.kt176 val remoteInputActionPair = notification.findRemoteInputActionPair(false /* freeform */)
178 notification.findRemoteInputActionPair(true /* freeform */)
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/policy/
H A DInflatedSmartRepliesTest.java584 when(mNotification.findRemoteInputActionPair(false)).thenReturn(remoteInputActionPair); in setupAppGeneratedReplies()
592 when(mNotification.findRemoteInputActionPair(true)).thenReturn( in setupAppGeneratedReplies()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
H A DNotificationContentView.java1167 return null != notification.findRemoteInputActionPair(true /* freeform */);
/aosp12/frameworks/base/core/java/android/app/
H A DNotification.java3673 public Pair<RemoteInput, Action> findRemoteInputActionPair(boolean requiresFreeform) { in findRemoteInputActionPair() method in Notification
/aosp12/frameworks/base/boot/
H A Dboot-image-profile.txt2212 HSPLandroid/app/Notification;->findRemoteInputActionPair(Z)Landroid/util/Pair;+]Landroid/app/Remote…
/aosp12/frameworks/base/core/api/
H A Dcurrent.txt5632 …l.Pair<android.app.RemoteInput,android.app.Notification.Action> findRemoteInputActionPair(boolean);
/aosp12/frameworks/base/config/
H A Dboot-image-profile.txt2212 HSPLandroid/app/Notification;->findRemoteInputActionPair(Z)Landroid/util/Pair;+]Landroid/app/Remote…