Searched refs:remoteInputActionPair (Results 1 – 3 of 3) sorted by relevance
1480 Pair<RemoteInput, Notification.Action> remoteInputActionPair = in testFreeformRemoteInputActionPair_hasRemoteInput() local1483 assertNotNull(remoteInputActionPair); in testFreeformRemoteInputActionPair_hasRemoteInput()1484 Assert.assertEquals(remoteInput, remoteInputActionPair.first); in testFreeformRemoteInputActionPair_hasRemoteInput()1485 Assert.assertEquals(actionWithRemoteInput, remoteInputActionPair.second); in testFreeformRemoteInputActionPair_hasRemoteInput()1530 Pair<RemoteInput, Notification.Action> remoteInputActionPair = in testFreeformRemoteInputActionPair_requestFreeform_hasFreeformRemoteInput() local1533 assertNotNull(remoteInputActionPair); in testFreeformRemoteInputActionPair_requestFreeform_hasFreeformRemoteInput()1534 Assert.assertEquals(freeformRemoteInput, remoteInputActionPair.first); in testFreeformRemoteInputActionPair_requestFreeform_hasFreeformRemoteInput()1535 Assert.assertEquals(actionWithFreeformRemoteInput, remoteInputActionPair.second); in testFreeformRemoteInputActionPair_requestFreeform_hasFreeformRemoteInput()
190 val remoteInputActionPair = notification.findRemoteInputActionPair(false /* freeform */) regex208 enableAppGeneratedSmartReplies -> remoteInputActionPair?.let { pair ->
583 Pair<RemoteInput, Notification.Action> remoteInputActionPair = in setupAppGeneratedReplies() local585 when(mNotification.findRemoteInputActionPair(false)).thenReturn(remoteInputActionPair); in setupAppGeneratedReplies()