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

Commit cf72d6e6 authored by Automerger Merge Worker's avatar Automerger Merge Worker
Browse files

Merge "Fix the delay time for Assistant" into rvc-dev am: 2ae4ec02 am: dbd86475

Change-Id: I1933f9442c143d56f4dc4c01dfe9eb307b8f7050
parents c651d1e7 dbd86475
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -380,7 +380,7 @@ public class NotificationManagerService extends SystemService {
    private static final int EVENTLOG_ENQUEUE_STATUS_IGNORED = 2;
    private static final int EVENTLOG_ENQUEUE_STATUS_IGNORED = 2;
    private static final long MIN_PACKAGE_OVERRATE_LOG_INTERVAL = 5000; // milliseconds
    private static final long MIN_PACKAGE_OVERRATE_LOG_INTERVAL = 5000; // milliseconds


    private static final long DELAY_FOR_ASSISTANT_TIME = 100;
    private static final long DELAY_FOR_ASSISTANT_TIME = 200;


    private static final String ACTION_NOTIFICATION_TIMEOUT =
    private static final String ACTION_NOTIFICATION_TIMEOUT =
            NotificationManagerService.class.getSimpleName() + ".TIMEOUT";
            NotificationManagerService.class.getSimpleName() + ".TIMEOUT";