Searched refs:remoteInputActionPair (Results 1 – 3 of 3) sorted by relevance
1641 Pair<RemoteInput, Notification.Action> remoteInputActionPair = in testFreeformRemoteInputActionPair_hasRemoteInput() local1644 assertNotNull(remoteInputActionPair); in testFreeformRemoteInputActionPair_hasRemoteInput()1645 Assert.assertEquals(remoteInput, remoteInputActionPair.first); in testFreeformRemoteInputActionPair_hasRemoteInput()1646 Assert.assertEquals(actionWithRemoteInput, remoteInputActionPair.second); in testFreeformRemoteInputActionPair_hasRemoteInput()1691 Pair<RemoteInput, Notification.Action> remoteInputActionPair = in testFreeformRemoteInputActionPair_requestFreeform_hasFreeformRemoteInput() local1694 assertNotNull(remoteInputActionPair); in testFreeformRemoteInputActionPair_requestFreeform_hasFreeformRemoteInput()1695 Assert.assertEquals(freeformRemoteInput, remoteInputActionPair.first); in testFreeformRemoteInputActionPair_requestFreeform_hasFreeformRemoteInput()1696 Assert.assertEquals(actionWithFreeformRemoteInput, remoteInputActionPair.second); in testFreeformRemoteInputActionPair_requestFreeform_hasFreeformRemoteInput()
190 val remoteInputActionPair = notification.findRemoteInputActionPair(false /* freeform */) in inflateSmartReplyState() constant208 enableAppGeneratedSmartReplies -> remoteInputActionPair?.let { pair -> in inflateSmartReplyState()
583 Pair<RemoteInput, Notification.Action> remoteInputActionPair = in setupAppGeneratedReplies() local585 when(mNotification.findRemoteInputActionPair(false)).thenReturn(remoteInputActionPair); in setupAppGeneratedReplies()