Searched refs:getExpiryTimestamp (Results 1 – 4 of 4) sorted by relevance
89 assertThat(actualConsentedDebugConfiguration.getExpiryTimestamp().getEpochSecond()) in testGetAllActiveConsentedDebugConfigurations()90 .isEqualTo(DB_CONSENTED_DEBUG_CONFIGURATION.getExpiryTimestamp().getEpochSecond()); in testGetAllActiveConsentedDebugConfigurations()127 assertThat(actualConsentedDebugConfiguration.getExpiryTimestamp().getEpochSecond()) in testGetAllActiveConsentedDebugConfigurations_fetchesRecentlyCreated()130 .getExpiryTimestamp() in testGetAllActiveConsentedDebugConfigurations_fetchesRecentlyCreated()
52 public Instant getExpiryTimestamp() { in getExpiryTimestamp() method in ConsentedDebugEnableArgs64 + getExpiryTimestamp(); in toString()
227 .setExpiryTimestamp(consentedDebugEnableArgs.getExpiryTimestamp()) in runEnableSubCommand()298 .put(JSON_EXPIRY, consentedDebugConfiguration.getExpiryTimestamp()) in convertToJson()
69 public abstract Instant getExpiryTimestamp(); in getExpiryTimestamp() method in DBConsentedDebugConfiguration