Home
last modified time | relevance | path

Searched defs:setLockoutPermanentThreshold (Results 1 – 4 of 4) sorted by relevance

/hardware/interfaces/biometrics/fingerprint/aidl/android/hardware/biometrics/fingerprint/
DIVirtualHal.aidl296 void setLockoutPermanentThreshold(in int threshold); in setLockoutPermanentThreshold() method
/hardware/interfaces/biometrics/fingerprint/aidl/aidl_api/android.hardware.biometrics.fingerprint/current/android/hardware/biometrics/fingerprint/
DIVirtualHal.aidl58 oneway void setLockoutPermanentThreshold(in int threshold); in setLockoutPermanentThreshold() method
/hardware/interfaces/biometrics/fingerprint/aidl/default/
DVirtualHal.cpp219 ::ndk::ScopedAStatus VirtualHal::setLockoutPermanentThreshold(int32_t in_threshold) { in setLockoutPermanentThreshold() function in aidl::android::hardware::biometrics::fingerprint::VirtualHal
/hardware/interfaces/biometrics/fingerprint/aidl/default/tests/
DVirtualHalTest.cpp226 TEST_F(VirtualHalTest, setLockoutPermanentThreshold) { in TEST_F() argument