Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ac9a73d1 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Fix TextClassificationTest#testToBuilder" into sc-dev

parents 9678fd13 18e09456
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -244,7 +244,8 @@ public class TextClassificationTest {
                        PendingIntent.getActivity(
                                context, 0, new Intent("action1"), FLAG_IMMUTABLE)))
                .addAction(new RemoteAction(icon1, "title2", "desc2",
                          PendingIntent.getActivity(context, 0, new Intent("action2"), 0)))
                        PendingIntent.getActivity(context, 0, new Intent("action2"),
                                FLAG_IMMUTABLE)))
                .setEntityType(TextClassifier.TYPE_EMAIL, 0.5f)
                .setEntityType(TextClassifier.TYPE_PHONE, 0.4f)
                .build();