Searched refs:faceLocation (Results 1 – 2 of 2) sorted by relevance
99 val faceLocation = Point(250, 0) regex100 fakeKeyguardRepository.setFaceSensorLocation(faceLocation)161 { it is CircleReveal && it.centerX == faceLocation.x && it.centerY == faceLocation.y },
269 val faceLocation = Point(5, 5) regex270 `when`(authController.faceSensorLocation).thenReturn(faceLocation)