Searched refs:getUdfpsSensorLocation (Results 1 – 2 of 2) sorted by relevance
401 @Nullable public PointF getUdfpsSensorLocation() { in getUdfpsSensorLocation() method in AuthController414 if (getUdfpsSensorLocation() != null) { in getFingerprintSensorLocation()415 return getUdfpsSensorLocation(); in getFingerprintSensorLocation()
402 when(mAuthController.getUdfpsSensorLocation()).thenReturn(udfpsLocation); in setupUdfps()