Searched refs:getFingerprintSensorLocation (Results 1 – 3 of 3) sorted by relevance
94 when(mAuthController.getFingerprintSensorLocation()).thenReturn(null); in testUpdateLockIconLocationOnAuthenticatorsRegistered()115 when(mAuthController.getFingerprintSensorLocation()).thenReturn(null); in testUpdateLockIconLocationOnUdfpsLocationChanged()
948 final Point firstFpLocation = mAuthController.getFingerprintSensorLocation(); in testUpdateFingerprintLocation_defaultPointChanges_whenConfigChanges()955 assertNotSame(firstFpLocation, mAuthController.getFingerprintSensorLocation()); in testUpdateFingerprintLocation_defaultPointChanges_whenConfigChanges()
650 @Nullable public Point getFingerprintSensorLocation() { in getFingerprintSensorLocation() method in AuthController1338 pw.println(" fingerprintSensorLocation=" + getFingerprintSensorLocation()); in dump()