Searched refs:mTestSystemDate (Results 1 – 1 of 1) sorted by relevance
117 private final LocalDate mTestSystemDate; field in AttestationVerificationPeerDeviceVerifier128 mTestSystemDate = null; in AttestationVerificationPeerDeviceVerifier()142 mTestSystemDate = systemDate; in AttestationVerificationPeerDeviceVerifier()463 LocalDate currentDate = mTestSystemDate != null in isValidPatchLevel()464 ? mTestSystemDate : LocalDate.now(ZoneId.systemDefault()); in isValidPatchLevel()