Searched refs:findRemoteInputActionPair (Results 1 – 7 of 7) sorted by relevance
208 val remoteInputActionPair = notification.findRemoteInputActionPair(false /* freeform */) in inflateSmartReplyState()210 notification.findRemoteInputActionPair(true /* freeform */) in inflateSmartReplyState()
585 when(mNotification.findRemoteInputActionPair(false)).thenReturn(remoteInputActionPair); in setupAppGeneratedReplies()593 when(mNotification.findRemoteInputActionPair(true)).thenReturn( in setupAppGeneratedReplies()
2035 Assert.assertNull(notification.findRemoteInputActionPair(false)); in testFreeformRemoteInputActionPair_noRemoteInput()2062 notification.findRemoteInputActionPair(false); in testFreeformRemoteInputActionPair_hasRemoteInput()2081 Assert.assertNull(notification.findRemoteInputActionPair(true)); in testFreeformRemoteInputActionPair_requestFreeform_noFreeformRemoteInput()2112 notification.findRemoteInputActionPair(true); in testFreeformRemoteInputActionPair_requestFreeform_hasFreeformRemoteInput()
1414 return null != notification.findRemoteInputActionPair(true /* freeform */);
4430 public Pair<RemoteInput, Action> findRemoteInputActionPair(boolean requiresFreeform) { in findRemoteInputActionPair() method
2358 HSPLandroid/app/Notification;->findRemoteInputActionPair(Z)Landroid/util/Pair;
6479 …l.Pair<android.app.RemoteInput,android.app.Notification.Action> findRemoteInputActionPair(boolean);