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

Change-Id: I71a25493dbd2f6d4066f1aa4b04c1ede604734ee
This commit is contained in:
Automerger Merge Worker
2020-02-25 17:29:22 +00:00

View File

@@ -380,7 +380,7 @@ public class NotificationManagerService extends SystemService {
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";