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