HomeSort by relevance Sort by last modified time
    Searched defs:lockout (Results 1 - 3 of 3) sorted by null

  /system/tpm/tpm_manager/server/
tpm2_status_test.cc 101 bool lockout; local
104 &count, &threshold, &lockout, &seconds_remaining));
121 bool lockout; local
123 EXPECT_TRUE(tpm_status_->GetDictionaryAttackInfo(&count, &threshold, &lockout,
127 EXPECT_EQ(lockout, is_locked);
136 bool lockout; local
138 EXPECT_TRUE(tpm_status_->GetDictionaryAttackInfo(&count, &threshold, &lockout,
tpm_manager_service.cc 82 bool lockout; local
84 if (tpm_status_->GetDictionaryAttackInfo(&counter, &threshold, &lockout,
88 reply->set_dictionary_attack_lockout_in_effect(lockout);
  /frameworks/base/services/core/java/com/android/server/fingerprint/
FingerprintService.java 116 int lockout; // total number of lockouts field in class:FingerprintService.PerformanceStats
    [all...]

Completed in 183 milliseconds