Searched defs:timeMs (Results 1 – 6 of 6) sorted by relevance
| /art/test/odsign/test-src/com/android/tests/odsign/ |
| D | OdrefreshHostTest.java | 73 long timeMs = mTestUtils.getCurrentTimeMs(); in verifyArtSamegradeUpdateTriggersCompilation() local 76 mTestUtils.assertModifiedAfter(mTestUtils.getExpectedPrimaryBootImage(), timeMs); in verifyArtSamegradeUpdateTriggersCompilation() local 77 mTestUtils.assertModifiedAfter(mTestUtils.getExpectedBootImageMainlineExtension(), timeMs); in verifyArtSamegradeUpdateTriggersCompilation() local 78 mTestUtils.assertModifiedAfter(mTestUtils.getSystemServerExpectedArtifacts(), timeMs); in verifyArtSamegradeUpdateTriggersCompilation() local 84 long timeMs = mTestUtils.getCurrentTimeMs(); in verifyOtherApexSamegradeUpdateTriggersCompilation() local 87 mTestUtils.assertNotModifiedAfter(mTestUtils.getExpectedPrimaryBootImage(), timeMs); in verifyOtherApexSamegradeUpdateTriggersCompilation() local 88 mTestUtils.assertModifiedAfter(mTestUtils.getExpectedBootImageMainlineExtension(), timeMs); in verifyOtherApexSamegradeUpdateTriggersCompilation() local 89 mTestUtils.assertModifiedAfter(mTestUtils.getSystemServerExpectedArtifacts(), timeMs); in verifyOtherApexSamegradeUpdateTriggersCompilation() local 95 long timeMs = mTestUtils.getCurrentTimeMs(); in verifyBootClasspathOtaTriggersCompilation() local 98 mTestUtils.assertModifiedAfter(mTestUtils.getExpectedPrimaryBootImage(), timeMs); in verifyBootClasspathOtaTriggersCompilation() local [all …]
|
| D | OdrefreshFactoryHostTestBase.java | 78 long timeMs = mTestUtils.getCurrentTimeMs(); in verifyArtSamegradeUpdateTriggersCompilation() local 82 mTestUtils.assertModifiedAfter(Set.of(OdsignTestUtils.CACHE_INFO_FILE), timeMs); in verifyArtSamegradeUpdateTriggersCompilation() local 83 mTestUtils.assertModifiedAfter(mTestUtils.getExpectedPrimaryBootImage(), timeMs); in verifyArtSamegradeUpdateTriggersCompilation() local 84 mTestUtils.assertModifiedAfter(mTestUtils.getExpectedBootImageMainlineExtension(), timeMs); in verifyArtSamegradeUpdateTriggersCompilation() local 85 mTestUtils.assertModifiedAfter(mTestUtils.getSystemServerExpectedArtifacts(), timeMs); in verifyArtSamegradeUpdateTriggersCompilation() local 97 mTestUtils.assertModifiedAfter(Set.of(OdsignTestUtils.CACHE_INFO_FILE), timeMs); in verifyArtSamegradeUpdateTriggersCompilation() local 106 long timeMs = mTestUtils.getCurrentTimeMs(); in verifyOtherApexSamegradeUpdateTriggersCompilation() local 110 mTestUtils.assertModifiedAfter(Set.of(OdsignTestUtils.CACHE_INFO_FILE), timeMs); in verifyOtherApexSamegradeUpdateTriggersCompilation() local 112 mTestUtils.assertModifiedAfter(mTestUtils.getExpectedBootImageMainlineExtension(), timeMs); in verifyOtherApexSamegradeUpdateTriggersCompilation() local 113 mTestUtils.assertModifiedAfter(mTestUtils.getSystemServerExpectedArtifacts(), timeMs); in verifyOtherApexSamegradeUpdateTriggersCompilation() local [all …]
|
| D | OdrefreshFactoryWithCacheInfoHostTest.java | 44 long timeMs = mTestUtils.getCurrentTimeMs(); in verifyNoCompilationWhenSystemIsGood() local 48 mTestUtils.assertNotModifiedAfter(Set.of(OdsignTestUtils.CACHE_INFO_FILE), timeMs); in verifyNoCompilationWhenSystemIsGood() local
|
| D | OdrefreshFactoryWithoutCacheInfoHostTest.java | 47 long timeMs = mTestUtils.getCurrentTimeMs(); in verifyNoCompilationWhenSystemIsGood() local 51 mTestUtils.assertModifiedAfter(Set.of(OdsignTestUtils.CACHE_INFO_FILE), timeMs); in verifyNoCompilationWhenSystemIsGood() local
|
| D | OdsignTestUtils.java | 428 public void assertModifiedAfter(Set<String> artifacts, long timeMs) throws Exception { in assertModifiedAfter() 435 modifiedTime > timeMs); in assertModifiedAfter() local 439 public void assertNotModifiedAfter(Set<String> artifacts, long timeMs) throws Exception { in assertNotModifiedAfter()
|
| /art/libartservice/service/javatests/com/android/server/art/testing/ |
| D | MockClock.java | 46 public void advanceTime(long timeMs) { in advanceTime()
|