Searched refs:getStartDisabledTime (Results 1 – 3 of 3) sorted by relevance
179 public Optional<Instant> getStartDisabledTime() { in getStartDisabledTime() method in TestOnlyDao
462 assertThat(mTestOnlyDao.getStartDisabledTime().get()).isEqualTo(WORKER_TIME); in logOccurrence_loggerDisabled_loggedDataNotStoredInDb()822 assertThat(mTestOnlyDao.getStartDisabledTime().get()).isEqualTo(WORKER_TIME); in logString_loggerDisabled_loggedDataNotStoredInDb()
858 assertThat(mTestOnlyDao.getStartDisabledTime()).isEqualTo(Optional.of(UPLOAD_TIME));