Searched refs:DEFAULT_PSEUDONYM_TTL_IN_MILLIS (Results 1 – 4 of 4) sorted by relevance
28 static final long DEFAULT_PSEUDONYM_TTL_IN_MILLIS = Duration.ofDays(2).toMillis(); field in PseudonymInfo63 this(pseudonym, imsi, DEFAULT_PSEUDONYM_TTL_IN_MILLIS); in PseudonymInfo()
47 private static final long DEFAULT_PSEUDONYM_TTL_IN_MILLIS = Duration.ofDays(2).toMillis(); field in GetImsiPseudonymResponseTest94 assertEquals(DEFAULT_PSEUDONYM_TTL_IN_MILLIS, pseudonymInfo.getTtlInMillis()); in responseBodyCorrectWithoutRefreshInterval()
48 assertEquals(PseudonymInfo.DEFAULT_PSEUDONYM_TTL_IN_MILLIS, pseudonymInfo.getTtlInMillis()); in pseudonymInfoWithoutTtl()
70 private static final long DEFAULT_PSEUDONYM_TTL_IN_MILLIS = Duration.ofDays(2).toMillis(); field in WifiPseudonymManagerTest544 DEFAULT_PSEUDONYM_TTL_IN_MILLIS, in setAFreshPseudonym()