Searched refs:setLockoutPermanentThreshold (Results 1 – 5 of 5) sorted by relevance
296 void setLockoutPermanentThreshold(in int threshold); in setLockoutPermanentThreshold() method
58 oneway void setLockoutPermanentThreshold(in int threshold); in setLockoutPermanentThreshold() method
226 TEST_F(VirtualHalTest, setLockoutPermanentThreshold) { in TEST_F() argument228 "lockout_permanent_threshold", &IVirtualHal::setLockoutPermanentThreshold, {0, 37}); in TEST_F()
55 ::ndk::ScopedAStatus setLockoutPermanentThreshold(int32_t in_threshold) override;
219 ::ndk::ScopedAStatus VirtualHal::setLockoutPermanentThreshold(int32_t in_threshold) { in setLockoutPermanentThreshold() function in aidl::android::hardware::biometrics::fingerprint::VirtualHal