commit | b403e7d24f73d5290bd7b21bdfbf957abfb07e21 | [log] [tgz] |
---|---|---|
author | Santhosh Thangaraj <thangaraj@google.com> | Mon Feb 24 14:22:51 2020 -0800 |
committer | Santhosh Thangaraj <thangaraj@google.com> | Mon Feb 24 22:30:27 2020 +0000 |
tree | 906bfb255e7d6f3d7e93b0ea479774dee537f450 | |
parent | 27f83cdbcefd687632811996e25ece99f7e1ac69 [diff] |
Fix the delay time for Assistant Bug: 150144102 Test: no new test added Existing is sufficient NotificationManagerServiceTest Change-Id: Iaa3559b20e69ef57a4a4ddd6665d4d7156bb7dfe
diff --git a/services/core/java/com/android/server/notification/NotificationManagerService.java b/services/core/java/com/android/server/notification/NotificationManagerService.java index 475f229..c9c6d51 100755 --- a/services/core/java/com/android/server/notification/NotificationManagerService.java +++ b/services/core/java/com/android/server/notification/NotificationManagerService.java
@@ -380,7 +380,7 @@ private static final int EVENTLOG_ENQUEUE_STATUS_IGNORED = 2; 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 = NotificationManagerService.class.getSimpleName() + ".TIMEOUT";