Searched refs:initConfiguredStrength (Results 1 – 9 of 9) sorted by relevance
25 void initConfiguredStrength(int strength); in initConfiguredStrength() method
132 verify(mFingerprintService).initConfiguredStrength(eq(fingerprintStrength)); in testRegisterAuthenticator_callsInitConfiguredStrength()133 verify(mIrisService).initConfiguredStrength(eq(irisStrength)); in testRegisterAuthenticator_callsInitConfiguredStrength()134 verify(mFaceService).initConfiguredStrength(eq(faceStrength)); in testRegisterAuthenticator_callsInitConfiguredStrength()
347 fingerprintService.initConfiguredStrength(config.mStrength); in registerAuthenticator()359 faceService.initConfiguredStrength(config.mStrength); in registerAuthenticator()371 irisService.initConfiguredStrength(config.mStrength); in registerAuthenticator()
52 public void initConfiguredStrength(int strength) { in initConfiguredStrength() method in IrisService.IrisServiceWrapper
110 void initConfiguredStrength(int strength); in initConfiguredStrength() method
116 void initConfiguredStrength(int strength); in initConfiguredStrength() method
454 public void initConfiguredStrength(int strength) { in initConfiguredStrength() method in FingerprintService.FingerprintServiceWrapper
727 public void initConfiguredStrength(int strength) { in initConfiguredStrength() method in FaceService.FaceServiceWrapper
11890 PLcom/android/server/biometrics/face/FaceService$FaceServiceWrapper;->initConfiguredStrength(I)V12103 …er/biometrics/fingerprint/FingerprintService$FingerprintServiceWrapper;->initConfiguredStrength(I)V