History log of /frameworks/base/packages/SystemUI/tests/src/com/android/systemui/doze/DozeTriggersTest.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
f26517d46617cb8b8d3ea5a7559bbcb7df31a526 09-Jun-2017 Lucas Dupin <dupin@google.com> Removed test from presubmit.

testOnNotification_stillWorksAfterOneFailedProxCheck needs to
be ignored on presubmit runs. It fails on Tree Hugger but
runs locally.

Test: runtest systemui
Change-Id: Id4e1107528715c7e0b6ce7c69e2da7fa837e79a2
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/doze/DozeTriggersTest.java
25a52b65b2cac1f49f37f4532cfa62282432957a 23-May-2017 Jason Monk <jmonk@google.com> Add test to verify all sysui tests extend the right stuff

And then make it pass.

Test: runtest systemui
Fixes: 38500852
Change-Id: I377164219e4a4f4d1a99f11ef06da03c2b527eb0
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/doze/DozeTriggersTest.java
84a187f0dd9b480a058e787f85e766a4a66121a9 28-Apr-2017 Adrian Roos <roosa@google.com> AOD: Change DozeTriggersTest to run on prox-less devices

Test: runtest -x packages/SystemUI/tests/src/com/android/systemui/doze/DozeTriggersTest.java
Change-Id: I4077d4fcd93f76f08bdd1bd6192cae746f64cc76
Fixes: 37760104
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/doze/DozeTriggersTest.java
d7b9d10d569438968f75d2453c4293caf89774f2 29-Apr-2017 Adrian Roos <roosa@google.com> AOD: Pass through pulse reason to DozeUi

Fixes an issue where the Ambient Display transition
is too slow in response to double tap / lift, because
we are applying the animation for the notification case.

Bug: 34716110
Test: runtest systemuig
Change-Id: I84f2c59205d157d89baac1688dd6cd97a170a489
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/doze/DozeTriggersTest.java
d35d4ca69f06cc53c02036f418275c255dc6ed68 19-Apr-2017 Adrian Roos <roosa@google.com> AOD: Fix broken triggers after failed prox check

Fixes an issue where after a failed prox check
we would not correctly reset mPulsePending and
thus never trigger a pulse again until the
DozeService restarts.

Also adds logging for dropped and canceled pulses
to aid diagnosing similar or different bugs
in the future.

Also adds a regression test.

Fixes: 37477968
Test: runtest -x /frameworks/base/packages/SystemUI/tests/src/com/android/systemui/doze/DozeTriggersTest.java
Change-Id: Ic465b7686ae1937a29d07a66fe44cf7ad18419ef
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/doze/DozeTriggersTest.java