Home
last modified time | relevance | path

Searched refs:getFingerprintSensorLocation (Results 1 – 2 of 2) sorted by relevance

/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/keyguard/
H A DLockIconViewControllerTest.java200 when(mAuthController.getFingerprintSensorLocation()).thenReturn(null); in testUpdateFingerprintLocationOnAuthenticatorsRegistered()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/
H A DAuthController.java413 @Nullable public PointF getFingerprintSensorLocation() { in getFingerprintSensorLocation() method in AuthController