Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/keyguard/
H A DLockIconViewControllerTest.java86 when(mAuthController.getFingerprintSensorLocation()).thenReturn(null); in testUpdateLockIconLocationOnAuthenticatorsRegistered()
107 when(mAuthController.getFingerprintSensorLocation()).thenReturn(null); in testUpdateLockIconLocationOnUdfpsLocationChanged()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/
H A DAuthController.java652 @Nullable public Point getFingerprintSensorLocation() { in getFingerprintSensorLocation() method in AuthController
1354 pw.println(" fingerprintSensorLocation=" + getFingerprintSensorLocation()); in dump()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/biometrics/
H A DAuthControllerTest.java978 final Point firstFpLocation = mAuthController.getFingerprintSensorLocation(); in testUpdateFingerprintLocation_defaultPointChanges_whenConfigChanges()
985 assertNotSame(firstFpLocation, mAuthController.getFingerprintSensorLocation()); in testUpdateFingerprintLocation_defaultPointChanges_whenConfigChanges()