Loading services/tests/mockingservicestests/src/com/android/server/am/ApplicationExitInfoTest.java +1 −1 Original line number Diff line number Diff line Loading @@ -1015,7 +1015,7 @@ public class ApplicationExitInfoTest { assertNotNull(info); if (timestamp != null) { final long tolerance = 1000; // ms final long tolerance = 10000; // ms assertTrue(timestamp - tolerance <= info.getTimestamp()); assertTrue(timestamp + tolerance >= info.getTimestamp()); } Loading Loading
services/tests/mockingservicestests/src/com/android/server/am/ApplicationExitInfoTest.java +1 −1 Original line number Diff line number Diff line Loading @@ -1015,7 +1015,7 @@ public class ApplicationExitInfoTest { assertNotNull(info); if (timestamp != null) { final long tolerance = 1000; // ms final long tolerance = 10000; // ms assertTrue(timestamp - tolerance <= info.getTimestamp()); assertTrue(timestamp + tolerance >= info.getTimestamp()); } Loading