Loading packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/StatusBarTest.java +6 −0 Original line number Diff line number Diff line Loading @@ -79,6 +79,12 @@ public class StatusBarTest extends SysuiTestCase { mMetricsReader = new MetricsReader(); mMetricsReader.checkpoint(); // clear out old logs try { // pause so that no new events arrive in the rest of this millisecond. Thread.sleep(2); } catch (InterruptedException e) { // pass } } @Test Loading Loading
packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/StatusBarTest.java +6 −0 Original line number Diff line number Diff line Loading @@ -79,6 +79,12 @@ public class StatusBarTest extends SysuiTestCase { mMetricsReader = new MetricsReader(); mMetricsReader.checkpoint(); // clear out old logs try { // pause so that no new events arrive in the rest of this millisecond. Thread.sleep(2); } catch (InterruptedException e) { // pass } } @Test Loading