Searched refs:testStartTime (Results 1 – 2 of 2) sorted by relevance
571 private void waitForCrosvmExit(CommandRunner android, String testStartTime) throws Exception {581 "'" + testStartTime + "'");584 private boolean isTombstoneReceivedFromHostLogcat(String testStartTime) throws Exception {605 testStartTime);612 String testStartTime = android.runWithTimeout(1000, "date", "'+%Y-%m-%d %H:%M:%S.%N'");630 waitForCrosvmExit(android, testStartTime);632 return isTombstoneReceivedFromHostLogcat(testStartTime);683 String testStartTime = android.runWithTimeout(1000, "date", "'+%Y-%m-%d %H:%M:%S.%N'");717 return isTombstoneReceivedFromHostLogcat(testStartTime);
81 public static void resetTime(ITestDevice device, Instant testStartTime, Instant deviceStartTime) in resetTime() argument83 long timeDiff = Duration.between(testStartTime, Instant.now()).toMillis(); in resetTime()