Searched refs:findRemoteInputActionPair (Results 1 – 4 of 4) sorted by relevance
172 notification.findRemoteInputActionPair(false /* freeform */); in chooseSmartRepliesAndActions()174 notification.findRemoteInputActionPair(true /* freeform */); in chooseSmartRepliesAndActions()274 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()
3281 public Pair<RemoteInput, Action> findRemoteInputActionPair(boolean requiresFreeform) { in findRemoteInputActionPair() method in Notification