Searched refs:findRemoteInputActionPair (Results 1 – 5 of 5) sorted by relevance
173 notification.findRemoteInputActionPair(false /* freeform */); in chooseSmartRepliesAndActions()175 notification.findRemoteInputActionPair(true /* freeform */); in chooseSmartRepliesAndActions()275 return null != notification.findRemoteInputActionPair(true /* freeform */); in hasFreeformRemoteInput()
553 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()
407 when(mNotification.findRemoteInputActionPair(false)).thenReturn(remoteInputActionPair); in setupAppGeneratedReplies()415 when(mNotification.findRemoteInputActionPair(true)).thenReturn( in setupAppGeneratedReplies()
3288 public Pair<RemoteInput, Action> findRemoteInputActionPair(boolean requiresFreeform) { in findRemoteInputActionPair() method in Notification
1881 HSPLandroid/app/Notification;->findRemoteInputActionPair(Z)Landroid/util/Pair;