Searched refs:udfpsLocation (Results 1 – 3 of 3) sorted by relevance
59 authController.udfpsLocation?.let { udfpsLocation ->61 udfpsLocation,
183 final Point udfpsLocation = new Point(50, 75); in setupUdfps() local185 when(mAuthController.getUdfpsLocation()).thenReturn(udfpsLocation); in setupUdfps()188 return new Pair(radius, udfpsLocation); in setupUdfps()
162 `when`(authController.udfpsLocation).thenReturn(fpsLocation)184 `when`(authController.udfpsLocation).thenReturn(fpsLocation)