Searched refs:findRemoteInputActionPair (Results 1 – 9 of 9) sorted by relevance
190 val remoteInputActionPair = notification.findRemoteInputActionPair(false /* freeform */) in inflateSmartReplyState()192 notification.findRemoteInputActionPair(true /* freeform */) in inflateSmartReplyState()
585 when(mNotification.findRemoteInputActionPair(false)).thenReturn(remoteInputActionPair); in setupAppGeneratedReplies()593 when(mNotification.findRemoteInputActionPair(true)).thenReturn( in setupAppGeneratedReplies()
1615 Assert.assertNull(notification.findRemoteInputActionPair(false)); in testFreeformRemoteInputActionPair_noRemoteInput()1642 notification.findRemoteInputActionPair(false); in testFreeformRemoteInputActionPair_hasRemoteInput()1661 Assert.assertNull(notification.findRemoteInputActionPair(true)); in testFreeformRemoteInputActionPair_requestFreeform_noFreeformRemoteInput()1692 notification.findRemoteInputActionPair(true); in testFreeformRemoteInputActionPair_requestFreeform_hasFreeformRemoteInput()
1346 return null != notification.findRemoteInputActionPair(true /* freeform */);
4274 public Pair<RemoteInput, Action> findRemoteInputActionPair(boolean requiresFreeform) { in findRemoteInputActionPair() method in Notification
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
2271 HSPLandroid/app/Notification;->findRemoteInputActionPair(Z)Landroid/util/Pair;
6385 …l.Pair<android.app.RemoteInput,android.app.Notification.Action> findRemoteInputActionPair(boolean);