Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DInflatedSmartReplies.java173 notification.findRemoteInputActionPair(false /* freeform */); in chooseSmartRepliesAndActions()
175 notification.findRemoteInputActionPair(true /* freeform */); in chooseSmartRepliesAndActions()
275 return null != notification.findRemoteInputActionPair(true /* freeform */); in hasFreeformRemoteInput()
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DNotificationTest.java553 assertNull(notification.findRemoteInputActionPair(false)); in testFreeformRemoteInputActionPair_noRemoteInput()
579 notification.findRemoteInputActionPair(false); in testFreeformRemoteInputActionPair_hasRemoteInput()
597 assertNull(notification.findRemoteInputActionPair(true)); in testFreeformRemoteInputActionPair_requestFreeform_noFreeformRemoteInput()
627 notification.findRemoteInputActionPair(true); in testFreeformRemoteInputActionPair_requestFreeform_hasFreeformRemoteInput()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/policy/
DInflatedSmartRepliesTest.java407 when(mNotification.findRemoteInputActionPair(false)).thenReturn(remoteInputActionPair); in setupAppGeneratedReplies()
415 when(mNotification.findRemoteInputActionPair(true)).thenReturn( in setupAppGeneratedReplies()
/frameworks/base/core/java/android/app/
DNotification.java3288 public Pair<RemoteInput, Action> findRemoteInputActionPair(boolean requiresFreeform) { in findRemoteInputActionPair() method in Notification
/frameworks/base/config/
Dboot-image-profile.txt1881 HSPLandroid/app/Notification;->findRemoteInputActionPair(Z)Landroid/util/Pair;