Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/keyguard/
H A DLockIconViewControllerTest.java58 Pair<Float, Point> udfps = setupUdfps(); // first = radius, second = udfps location in testUpdateFingerprintLocationOnInit()
71 Pair<Float, Point> udfps = setupUdfps(); // first = radius, second = udfps location in testUpdatePaddingBasedOnResolutionScale()
92 Pair<Float, Point> udfps = setupUdfps(); in testUpdateLockIconLocationOnAuthenticatorsRegistered()
113 Pair<Float, Point> udfps = setupUdfps(); in testUpdateLockIconLocationOnUdfpsLocationChanged()
127 setupUdfps(); in testLockIconViewBackgroundEnabledWhenUdfpsIsSupported()
181 setupUdfps(); in testLockIcon_clearsIconOnAod_whenUdfpsNotEnrolled()
202 setupUdfps(); in testLockIcon_updateToAodLock_whenUdfpsEnrolled()
223 setupUdfps(); in testBurnInOffsetsUpdated_onDozeAmountChanged()
H A DLockIconViewControllerWithCoroutinesTest.kt48 setupUdfps()
70 setupUdfps()
92 setupUdfps()
H A DLockIconViewControllerBaseTest.java181 protected Pair<Float, Point> setupUdfps() { in setupUdfps() method in LockIconViewControllerBaseTest