Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/keyguard/
DLegacyLockIconViewControllerTest.java94 when(mAuthController.getFingerprintSensorLocation()).thenReturn(null); in testUpdateLockIconLocationOnAuthenticatorsRegistered()
115 when(mAuthController.getFingerprintSensorLocation()).thenReturn(null); in testUpdateLockIconLocationOnUdfpsLocationChanged()
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/biometrics/
DAuthControllerTest.java948 final Point firstFpLocation = mAuthController.getFingerprintSensorLocation(); in testUpdateFingerprintLocation_defaultPointChanges_whenConfigChanges()
955 assertNotSame(firstFpLocation, mAuthController.getFingerprintSensorLocation()); in testUpdateFingerprintLocation_defaultPointChanges_whenConfigChanges()
/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/
DAuthController.java650 @Nullable public Point getFingerprintSensorLocation() { in getFingerprintSensorLocation() method in AuthController
1338 pw.println(" fingerprintSensorLocation=" + getFingerprintSensorLocation()); in dump()