Home
last modified time | relevance | path

Searched refs:DEFAULT_PSEUDONYM_TTL_IN_MILLIS (Results 1 – 4 of 4) sorted by relevance

/packages/modules/Wifi/service/java/com/android/server/wifi/entitlement/
DPseudonymInfo.java28 static final long DEFAULT_PSEUDONYM_TTL_IN_MILLIS = Duration.ofDays(2).toMillis(); field in PseudonymInfo
63 this(pseudonym, imsi, DEFAULT_PSEUDONYM_TTL_IN_MILLIS); in PseudonymInfo()
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/entitlement/response/
DGetImsiPseudonymResponseTest.java47 private static final long DEFAULT_PSEUDONYM_TTL_IN_MILLIS = Duration.ofDays(2).toMillis(); field in GetImsiPseudonymResponseTest
94 assertEquals(DEFAULT_PSEUDONYM_TTL_IN_MILLIS, pseudonymInfo.getTtlInMillis()); in responseBodyCorrectWithoutRefreshInterval()
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/entitlement/
DPseudonymInfoTest.java48 assertEquals(PseudonymInfo.DEFAULT_PSEUDONYM_TTL_IN_MILLIS, pseudonymInfo.getTtlInMillis()); in pseudonymInfoWithoutTtl()
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
DWifiPseudonymManagerTest.java70 private static final long DEFAULT_PSEUDONYM_TTL_IN_MILLIS = Duration.ofDays(2).toMillis(); field in WifiPseudonymManagerTest
544 DEFAULT_PSEUDONYM_TTL_IN_MILLIS, in setAFreshPseudonym()