Searched defs:setLockoutPermanentThreshold (Results 1 – 4 of 4) sorted by relevance
296 void setLockoutPermanentThreshold(in int threshold); in setLockoutPermanentThreshold() method
58 oneway void setLockoutPermanentThreshold(in int threshold); in setLockoutPermanentThreshold() method
219 ::ndk::ScopedAStatus VirtualHal::setLockoutPermanentThreshold(int32_t in_threshold) { in setLockoutPermanentThreshold() function in aidl::android::hardware::biometrics::fingerprint::VirtualHal
226 TEST_F(VirtualHalTest, setLockoutPermanentThreshold) { in TEST_F() argument