Commits
Dandan Sun committed 1b7d289d5e5
MA-15954 [Android_8QM_Auto_MEK] CTS Verifier: Notification Listener test fail. 100% On automotive image, When test cts verifier case "Notification Listener test Check that notification audibly alerting was reported correctly", throw error log "getLastAudiblyAlertedMillis set incorrectly" this is due to if (mIsAutomotive && !mNotificationEffectsEnabledForAutomotive) is true, buzzBeepBlinkLocked will return directly, then will not do record.setAudiblyAlerted(buzz || beep); mLastAudiblyAlertedMs is set in setAudiblyAlerted, this cause mLastAudiblyAlertedMs will not be correctly set on automotive image. need to set config_enableServerNotificationEffectsForAutomotive to true to ensure mLastAudiblyAlertedMs is set correctly. Change-Id: I65fd1f0cdaefdd36cb7258a37358a438da4db83f Signed-off-by: Dandan Sun <dandan.sun@nxp.com> Reviewed-on: http://androidsource.ap.freescale.net/project/10888 Reviewed-by: zhang sanshan <sanshan.zhang@nxp.com> Reviewed-on: http://androidsource.ap.freescale.net/project/11269